Really thanks, this works fine :D I just create a simple class to simplify this job:
http://www.phpclasses.org/browse/file/28780.html I hope this help another users.. Regards Igor On Oct 2, 12:37 am, "[email protected]" <[email protected]> wrote: > Using the Zend Framework, you can do the following: > > $who = $gcal->newwho(); > $who->setEmail('[email protected]'); > $event->setWho(array($who)); > > I imagine you can do something similar with the other frameworks > (setWho). However, I am struggling a bit with their possible enum > values (since in PHP they're just typed as strings). > > Hope this helps! > > On Sep 22, 12:53 pm, JSIceberg <[email protected]> > wrote: > > > > > Is it possible toinvitequests to an event through the API? I > > haven't found anything through the documentation related to this. I > > know you can read comments feeds, but this seems the extent of the > > interaction with the Guest system through the API. Any help would be > > 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 -~----------~----~----~----~------~----~------~--~---
