Hi,
I have been trying to create all-day events through the Zend Framwork
GData library. It says in the documentation that I need to remove the
starting time and the ending time of the event. Here is the code I am
using but it doesn't seem to be working.
$gCalDate = $kd->toString('YYYY-MM-dd');
$when = $service->newWhen();
$when->startTime = "$gCalDate";
$when->endTime = "$gCalDate";
$event->when = array($when);
Please help me out!
Thanks,
Abhinav
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---