I don't see a setCtz method. You can use setParam('ctz',"America/New_York")Ray On Fri, Jan 9, 2009 at 7:16 PM, Michael Benson <[email protected]> wrote: > > Good Evening, > > Before I begin, I would like to preface my question by saying that I > did indeed review the documentation and knowledge base as well as > previous posts. If I missed something then I apologize for this post, > but this issue has been driving me crazy for the past few hours. > > Anyway, I am using PHP (Zend) and accessing a number of my google > calendars. My queries of the calendars work correctly except for the > time zone. Whenever I attempt to set the timezone to an eastern united > states city (such as New_York) my code crashes (function undefined?) > and my queries aren't executed. If anyone has experience setting the > desired timezone (ctz I believe) in php, I would be most grateful for > some help. > > Basically, my code is as follows: > > $confaCal = new Zend_Gdata_Calendar(); > $query_confa = $confaCal->newEventQuery(); > $query_confa->setOrderby('starttime'); > $query_confa->setStartMin($today); > $query_confa->setStartMax($tomorrow); > $query_confa->setCtz("America/New_York"); <---- This line seems to > be the problem. I've tried using various function names, presuming > that the member function setCtz doesn't exist to no avail. The > documentation is very vague and just references a member ctz yet that > still doesn't work. > > I look forward to whatever help you may be able to offer. > > Thank you! > > -Michael > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
