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