1. Wrong Line Breaks
Use always CRLF (hex 0D0A) instead of CRLFLF (hex 0D0A0A) or  LF (hex
0A) (in your descriptions)

2. Allday events (for one day)
not correct:
DTSTART;VALUE=DATE:20070825
DTEND;VALUE=DATE:20070825

correct:
DTSTART;VALUE=DATE:20070825
DTEND;VALUE=DATE:20070826
(DTEND should be date+1)

With kind regards


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" 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/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to