10 messages in com.googlegroups.google-calendar-help-dataapiRe: is this a read-only feed?
FromSent OnAttachments
luke...@googlemail.com01 Apr 2007 09:23 
Ryan Boyd (Google)01 Apr 2007 11:50 
Ryan Boyd (Google)01 Apr 2007 11:59 
brettmoreton211101 Apr 2007 15:01 
brettmoreton211101 Apr 2007 15:02 
Ryan Boyd (Google)01 Apr 2007 15:25 
brettmoreton211101 Apr 2007 16:46 
Kyle Marvin01 Apr 2007 18:19 
metr...@hotmail.com17 Apr 2007 12:03 
metr...@hotmail.com17 Apr 2007 12:24 
Subject:Re: is this a read-only feed?
From:Ryan Boyd (Google) (api.@google.com)
Date:04/01/2007 11:50:15 AM
List:com.googlegroups.google-calendar-help-dataapi

Yes, there is a <gCal:accesslevel...> element in the calendar meta- feed (when authenticated): http://www.google.com/calendar/feeds/default

The documentation on gCal::accesslevel is at: http://code.google.com/apis/calendar/reference.html#gcal_reference

Note, there is also an additional access level which is called 'root'. This is held by a domain admin of Google Apps for all calendars on their domain. It has the same privileges as 'manager'. Also, note, 'contributor' should be 'editor'. These bugs have been filed against our documentation.

Cheers,

-Ryan

On Apr 1, 9:23 am, "luke@googlemail.com" <luke@googlemail.com> wrote:

is there an API call which will allow me to check the permission I have on a certain calendar?

I want to know if a calendar is read-only before i try and insert an event into it, via the API.

Thanks