3 messages in com.googlegroups.google-calendar-help-dataapiRe: How to Find a Calendar Resource E...
FromSent OnAttachments
biotech25 Feb 2008 13:56 
Austin (Google)26 Feb 2008 10:01 
biotech26 Feb 2008 11:04 
Subject:Re: How to Find a Calendar Resource Email Address
From:biotech (biot@gmail.com)
Date:02/26/2008 11:04:24 AM
List:com.googlegroups.google-calendar-help-dataapi

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:

Hello,

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.