Hello Aidan,

To see if a calendar is publicly accessible, you would need to access the 
calendar's Access Control 
List<http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#SharingACalendar>
.
If this specific calendar is shared publicly, you should have an entry that 
looks like this:

[XML]
<entry gd:etag="<ETAG>" gd:kind="calendar#acl">
  <id>ID</id>
  ...
  <category scheme="http://schemas.google.com/g/2005#kind"; 
term="http://schemas.google.com/acl/2007#accessRule"/>
  <title>read</title>
  <content/>
  ...
  <gAcl:role value="http://schemas.google.com/gCal/2005#read"/>
  <gAcl:scope type="default"/>
</entry> 
[/XML]

Additionally, you can share this calendar publicly by 
adding<http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#AddAcl>such
 a rule to the targeted calendar's ACL.

I hope this helped!
Best,
Alain
 

-- 
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

Reply via email to