Bug 146157

Summary: Export busy/available information to a _file_
Product: [Applications] korganizer Reporter: Olivier Vitrat <ovit.debian>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed In:

Description Olivier Vitrat 2007-05-30 15:57:53 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Debian stable Packages

Reported in Debian BTS at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412498

korganizer has the ability to export busy/available information to a
CalDAV server. I have no account on such a server, no desire to get one,
and no desire to set one up either. I do have my own webserver running,
however, and that's more than good enough.

It would rock my pants off if I could just ask korganizer to export
busy/available information to an iCal file, which I will then put on my
webserver myself, thank you very much.
Comment 1 Reinhold Kainhofer 2007-05-30 16:10:53 UTC
Am Mittwoch, 30. Mai 2007 schrieb Olivier Vitrat:
> korganizer has the ability to export busy/available information to a
> CalDAV server. I have no account on such a server, no desire to get one,
> and no desire to set one up either. 


I fully understand this. And it's not necessary, either. See below.

> I do have my own webserver running, 
> however, and that's more than good enough.
>
> It would rock my pants off if I could just ask korganizer to export
> busy/available information to an iCal file, which I will then put on my
> webserver myself, thank you very much.


How about using something like
     fish://username@your.server.com/dir/to/desired/location/freebusy.ifb
as the server URL (using ssh access) in the config dialog, ? That's what I'm 
using and it works just fine (if you use an ssh-agent you don't have to store 
the password even...).

Alternatively, if you want to go the complicated route, of course you can also 
use something like
     file:///home/username/freebusy.ifb
and then copy the freebusy.ifb file from your homedir to the server 
manually ;-)

Cheers,
Reinhold