Hi Romain,

When you request the feed with GET method, google returns an xml feed
containing all the tags.
A sample feed will be as follows..
<entry>
    <id>http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/private-
magicCookie/full/entryID</id>
    <published>2006-03-30T22:00:00.000Z</published>
    <updated>2006-03-28T05:47:31.000Z</updated>
    .......
     <gd:eventStatus
      value='http://schemas.google.com/g/2005#event.confirmed'></
gd:eventStatus>
      .......
     <gd:when startTime='2006-03-30T22:00:00.000Z'
      endTime='2006-03-30T23:00:00.000Z'></gd:when>
</entry>

The values of startTime and endTime are the values as to when the
event starts and ends...(here in the eg..the startTime is at 10:00 PM
on 30th March, 2006)

Hope this helps...

Regards
Raj




On Feb 5, 11:51 pm, "RomainB" <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I'm currently coding a web php-based app using the GG Calendar API.
> I'd like to extract the date of an event, but i see there is only 2
> elements in feeds:
> - date when the event has been updated in the calendar
> - date when the event has been created in the calendar
>
> How to get the date of the event (when the event will happen for
> instance)?
>
> Perhaps this is a pretty silly question but i'm a starter...
>
> Thanks a lot for help!
>
> Note: i use some functions from the Zend Framework.


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