Hi all!

I am trying to create recurring events using .NET. I have a problem
with the iCal specification. I am trying to create a recurring event,
which will not last all day. That is, I want to add time to it (e.g.
from 7 am to 8 am), like this:

String recurData =
              "DTSTART:20110601T070000\r\n" +
              "DTEND:20110601T080000\r\n" +
              "RRULE:FREQ=DAILY;UNTIL=20110904T080000\r\n";

What am I doing wrong?
Thank you very much!

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to