Is there a master list of available event tags that I can get access
to? I'm trying to parse the XML to display event data on my site.
I found some JavaScript code:
var Summary = items[n].getElementsByTagName('summary').item
(0).firstChild.data;
which provides me with the data from the summary field.
I can't seem to figure out how to get at the where/location field. Any
help?
I did try simply substituting the words 'where' and 'location' for
'summary' with no results.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---