On Wed, Mar 11, 2009 at 11:00 AM, RMD <[email protected]> wrote: > With getCalendarEventFeed I know how to get title with ($event->title) > and the same for summary. > > Is there anyway to be more specific about the data type and format > with getCalendarEventFeed? > > For example I want just want title, date formatted mm-dd-yyyy, and > start and end time HH:MM. > > Do I have to do this PHP or can the data be requested that way? >
Hi Robert, This is something you'll need to do in PHP. The following functions might help: http://php.net/manual/en/function.strtotime.php http://php.net/date http://php.net/strftime -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
