I'm trying to pull calendar data and parse the XML using JavaScript.
For example:
var Summary = items[n].getElementsByTagName('summary').item
(0).firstChild.data;
gives me the data in the summary field.I'm trying to get the location/where information, but cannot with the same call and substituted tag name. Is there a list of all available tags or something? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
