Sun Calendar Sync for Apple iCal : Releasing icalds 2.1
Thanks to the user community, which reported issues on my original blog release of icalds, I am able to release today icalds 2.1 which includes one minor fix --icalds now strips out the MEMBER params when subscribing to a Sun Calendar server-- and a first validation of the Publish use case --you maintain your calendar in iCal and publish it out to a Sun Calendar server through icalds. You can download the icalds.pl Perl script from the same location at opensolaris.free.fr.
Please refer to the original blog post for the icalds documentation for installation --steps 1 to 4-- and calendar subscribe --step 5. To publish, do this next :
- Publish from iCal
- publish calendar as <calname>
- publish on a private server with base URL http://localhost:7081/<username>
- use username and password
Step 6 will publish one local iCal calendar to the sub-calendar <username>:<calname> on a Sun Calendar server. I have not yet tested to publish to the main calendar --I do use my main calendar for work and did not want to mess it up :)-- but it should work by entering <username> as the publishing name or leaving it blank. If you are getting Error 29 --turn on debugging to log the exchanges with the Sun Calendar server--, check for typos in the Publish window, check whether the sub-calendar was created earlier on the Sun Calendar server side.
Please use the comment section below for sharing about your usage of icalds and/or reporting issues.



chrid reported that icalds stopped working with Mac OS X 10.6 aka Snow Leopard, with the following error message : Can't locate Crypt/SSLeay.pm in @INC
I have not upgraded myself to 10.6 yet --does not bring much, I'm told, and smart groups in Address Group are even more broken than before :(-- but I have a German colleague that did. I hope he can have some time for you to try to reproduce the problem.
It may simply be an issue of the 10.6 upgrade wiping out the Perl updates that you had performed in Step 2 of the icalds installation. Try re-downloading the SSL module and re-running CPAN. Please post here if that solves it. Thanks.
Posted by Frederic Pariente on September 10, 2009 at 10:41 AM CEST #
could it be that the SSL module disapeared from that location
Posted by chrid on September 11, 2009 at 11:26 AM CEST #
You should be able to download it from http://search.cpan.org/dist/Crypt-SSLeay/ or directly thru the CPAN Perl interface, I'm guessing --sorry, I am no regular Perl programmers either :)
Posted by Frederic Pariente on September 11, 2009 at 12:42 PM CEST #
hi frederic,
i followed instructions in here and now it seams to work again
i installed both new the io and the ssl ....
thx for help
Posted by chrid on September 11, 2009 at 08:43 PM CEST #