Hi,
Trying to get recurring events including start & end times. Examples
at
http://code.google.com/apis/calendar/developers_guide_php.html#CreatingRecurring
work just fine for all day events -- but I just can't get it to work
with start & end times.
Here's the recurrence string I've been using:
"DTSTART;VALUE=DATE:20080108T10:00:00.000Z\r\n" .
"DTEND;VALUE=DATE:20080108T11:00:00.000Z\r\n" .
"RRULE:FREQ=WEEKLY;BYDAY=Tu;UNTIL=20080129T11:00:00.000Z\r\n";
I've also tried many variants, but no luck. If anyone can advise, I'd
be grateful.
Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---