I have been successfully adding events to calendars using the Zend
Framework's GData extension, however I have hit a bit of a snag. In
the setup, notifications of events created are sent out to third
parties, and even though the calendar itself has been sent to PST in
addition to the event's start time being set to -07 (PST), the
notification sent to the third party reflects the time as it is in GMT
(+0).

The effect is the calendar rightly displays, for example, a 9am start
time, but the user is sent a notification that the event begins at
4pm.

I have been unable to successfully find any useful documentation on
the subject, through searching extensively through both the Zend
documentation and what Google has available.

At the moment, this is what my (non-working) code looks like in an
attempt to set the events timezone (outside of the startTime):

$timezone = $service->newTimezone();
$timezone->setValue('America/Vancouver');
$event->timezone = $timezone;

Any assistance would be greatly appreciated!

--~--~---------~--~----~------------~-------~--~----~
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