[chandler-users] Event Description Bug?
Jeffrey Harris
jeffrey at osafoundation.org
Thu Jun 5 17:40:59 PDT 2008
Hi Arvind,
> I have pasted the VEvent we pass into CalDAV to be saved below
>
> BEGIN:VEVENT
> DTSTAMP:20080530T000949Z
> UID:20080530T000930Z-webtop at 192.168.43.176
> SUMMARY:Test9
> DESCRIPTION:Test
> Test
> Test
> DTSTART:20080526T220000Z
> DTEND:20080526T230000Z
> END:VEVENT
>
> The is the VEvent that is actually saved in Chandler
FYI, it helps us if you call the server Chandler Server or Cosmo, since
there's also a desktop Chandler. But now I know what you're talking
about :)
iCalendar, RFC2445, needs carriage returns to be escaped. If the line
is longer than 75 characters or so, you can continue lines by starting
the next line with whitespace. Since you did neither,
Description:Test
Test
Test
is seen as three different content lines.
Sincerely,
Jeffrey
More information about the chandler-users
mailing list