Hi Alexandre, Here is the documentation for the Calendar Resources API which is also based on GData: http://code.google.com/googleapps/domain/calendar_resource/docs/1.0/calendar_resource_developers_guide_protocol.html<http://code.google.com/googleapps/domain/calendar_resource/docs/1.0/calendar_resource_developers_guide_protocol.html#Retrieving>
This allow you to create / retrieve / update and delete calendar resources. For listing all the events for a particular resources, you should be able to use the Calendar Data API and set the email address of the resources as userID: http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#RetrievingEvents For example: GET https://www.google.com/calendar/feeds/[email protected]/private/full Should retrieve all the events of [email protected] resource. Hope that help. On Thu, Jul 7, 2011 at 1:55 AM, Alexandre Jacquet <[email protected] > wrote: > Yes, but only for Users not for Google Apps Calendar Resources, i would > like to know if is possible to retrieve such info. > > And if is possible to retrieve the event details. That is not listed in the > Gdata Calendar Page > > > > > Alexandre Jacquet > > Google Apps Deployment Specialst > São Paulo | SP | Brasil > Tel.: 55 11 8064 6882 > > > > > > On Wed, Jul 6, 2011 at 8:52 PM, yesteray <[email protected]> wrote: > >> There is an exhaustive listing of resources on home page of this group. >> >> http://code.google.com/apis/calendar/community/forum.html >> >> >> -- >> 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 >> > > -- > 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 > -- Johan Euphrosine (proppy) Developer Programs Engineer Google Developer Relations -- 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
