I am building an event management web application in PHP and am using
Google data api to make use of google calendar. I have added guests
using:
$gc = new Zend_Gdata_Calendar($client);
$newEntry = $gc->newEventEntry();
$newEntry->who=array($gc->newWho('[email protected]'));
I want to send mails to the guests added to notify them of the event.
(This feauture is there in the Google Calendar UI).
How can I do this??-- 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://code.google.com/apis/calendar/community/forum.html
