Dear all,
I am using Zend Gdata API to create event and send an invitation to
the attendee.
I am trying the following code but it fails
$gc = new Zend_Gdata_Calendar($client);
$newEntry = $gc->newEventEntry();
$who = $gc->newWho();
$who->Email = "[EMAIL PROTECTED]";
$newEntry->who = array($who);
$newEntry->setSendEventNotifications('true');
Anybody kindly tell me why and how to do it.
Thanks and Regards,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---