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

Reply via email to