Dear Google Calender Crew, I'm having trouble with your google calendar API. I have downloaded the XML file with the events from my calendar. I'm trying to get the startdate, starttime, enddate and endtime from it. In the documentation on this website I see a nice and perfectly clear xml node like this: "<gd:when startTime="2005-06-06" endTime="2005-06-07"/>" . But in my XML file there is no such node. In my XML the only node that contains the time is this: (dutch version)
<summary type='html'>Wanneer: wo 29. apr 2009 14:00 - 15:00&nbsp;CEST<br><br>Status van afspraak: bevestigd</ summary> <content type='html'>Wanneer: wo 29. apr 2009 14:00 - 15:00 CEST<br /><br />Status van afspraak: bevestigd</ content> Without the node gd:when and without the attributes startTime and endTime. Using substring to get the date is a possibility, but I prefer getting the "gd:when" node back. Is this possible? Second related question is for repeating events. Again, in the documentation I see this: "<gd:recurrence>" that is something somthing I could use. But in my XML I have: (dutch) <summary type='html'>Terugkerende afspraak<br>Eerste start: 2009-06-13 10:00:00 CEST<br>Duur: 46800<br>Status van afspraak: bevestigd</summary> <content type='html'>Terugkerende afspraak<br />Eerste start: 2009-06-13 10:00:00 CEST<br />Duur: 46800<br />Status van afspraak: bevestigd</content> Have you changed the API recently changing the format of the XML? In short: Where did <gd when> and <gd currency> go? Yours sincerely Bram De Block --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
