Hi Austin,
Thanks. Actually I should have clarified that I need a list of all
resources (conference rooms) in my entire domain. I'm able to get the
list of calendars for an individual user, but I don't have a user that
is subscribed to all of the resource calendars.
Thanks
p.s. - I'm using Google Apps Premiere for my domain
On Feb 26, 10:01 am, "Austin (Google)" <api....@google.com> wrote:
Hi,
You can get the list of all your calendar's information (title, id, etc)
through the URI -http://www.google.com/calendar/feeds/default/allcalendars/full
Submit a GET request on that URI with the authentication token, you will be
able to get the XML back.
Austin
On Mon, Feb 25, 2008 at 1:57 PM, biotech <biot...@gmail.com> wrote:
Using the API, how can I get a list of all calendar resource names and
their email address? I can't seem to find the documentation on this.