Issue 72: Webical chokes on multiple entries in an ical4j Component
http://code.google.com/p/webical/issues/detail?id=72

New issue report by [EMAIL PROTECTED]:
The current setup I have:
 - Calendar server: Apple Calendar Service (see 
http://www.apple.com/server/macosx/features/ical.html)
 - Webical
 - Apple iCal (http://www.apple.com/ical/)

Whenever I create an event in Webical, I can read it with iCal. No 
issue there.
When I create an event in iCal, I *cannot* read it with Webical.

After debugging I found the problem. iCal includes the timezone 
(VTimeZone) as first item in
every new event it creates. This results in an ical4j Component having 
a VTimeZone and a
VEvent. As the caldav plugin only reads the first entry of a Component, 
webical does not display
items created from iCal.

I added two patches, one for the plugin and one for webical-core. My 
patch simply ignores the
TimeZone. It probably should convert it to the TimeZone of the users 
calendar, but I'm not sure.
If you can look at these and probably include them in SVN, then Webical 
works with the Apple
Calendar service as backend.

Keep up the good work! If you have any questions, you know where to 
find me :-)

Attachments:
        webical-core.patch  1.3 KB
        webical-plugins.patch  704 bytes


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"webical-developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/webical-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to