Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Sync iCal 2.0 Calendars via SSH' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Sync iCal 2.0 Calendars via SSH
Authored by: mannkind on Jun 22, '05 03:53:36AM

(Author of the script, didn't register before submitting the hint)

Essentially you are using webdav and a script (in bash, ruby, perl, whatever) to do the job that this python script does all on it's own.
It doesn't make much sense to use webdav and a script unless you have webdav turn on for other things as well. Even then, using webdav does not produce more accurate results on the server because the ftp upload script is still a cron job.

Why have a webdav service that effectively isn't doing anything but renaming the files for you? It seems pointless.

Anyways, I hope a few people enjoy the script. I know I do. Although the bash script to upload was more simple, the python script does the job.

Enjoy



[ Reply to This | # ]