Hello,
I'm trying to add an event that occurs every monday 06.00 to 07.00
but when i look at the calendar the time changes to 07.00 to 08.00
after 2009-03-29.
I guess this has to do with summertime. How should I change my code so
that the event occurs 06.00 to 07.00 independent of if it is summer/
winter-time?
My code now:
...
$recurrence ="DTSTART:20090105T060000\r\n" .
"DTEND:20090105T070000\r\n" .
"EXRULE:FREQ=WEEKLY;COUNT=1;\r\n" .
"RRULE:FREQ=WEEKLY;BYDAY=MO;UNTIL=20090630\r\n" ;
$newEvent->recurrence = $gdataCal->newRecurrence($recurrence);
$createdEvent = $gdataCal->insertEvent($newEvent);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---