Hello What java google api should I be using to parse the <apps:property> tag to be able to retrieve the resourceEmail when I run a Get on a calendar resource. I have tried using CalendarEntry but that does not work. Thanks Gumnam
<?xml version='1.0' encoding='UTF-8'?> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'> <id>https://apps-apis.google.com/a/feeds/calendar/resource/2.0/domain/1</id> <updated>2011-03-23T04:26:01.674Z</updated> <link rel='self' type='application/atom+xml' href='https://apps-apis.google.com/a/feeds/calendar/resource/2.0/domain/1'/> <link rel='edit' type='application/atom+xml' href='https://apps-apis.google.com/a/feeds/calendar/resource/2.0/domain/1'/> <apps:property name='resourceId' value='1'/> <apps:property name='resourceCommonName' value='Boardroom'/> <apps:property name='resourceEmail' value='domain_43522d4e59432d31342d31322d4...@resource.calendar.google.com'/> <apps:property name='resourceDescription' value='This conference room is a Boardroom'/> <apps:property name='resourceType' value='CR'/> </entry> -- 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://code.google.com/apis/calendar/community/forum.html
