Hi There
For example,
AAA : my default calendar
BBB : my adding calendar
CCC : friend default calendar (Make changes AND manage sharing)
DDD : friend adding calendar (Make changes AND manage sharing)
result of getting calendar list
<entry>
<id>...</id>
<title type="text">AAA</title>
<author>
<name>myname</name>
<email>[EMAIL PROTECTED]</email>
</author>
<gCal:accesslevel value="owner" />
</entry>
<entry>
<id>...</id>
<title type="text">BBB</title>
<author>
<name>BBB</name>
</author>
<gCal:accesslevel value="owner" />
</entry>
<entry>
<id>...</id>
<title type="text">CCC</title>
<author>
<name>friendname</name>
<email>[EMAIL PROTECTED]</email>
</author>
<gCal:accesslevel value="owner" />
</entry>
<entry>
<id>...</id>
<title type="text">DDD</title>
<author>
<name>DDD</name>
</author>
<gCal:accesslevel value="owner" />
</entry>
How do we judge My Calendars or Other Calendars in CCC and DDD ?
Why is author-name calendar-name ?
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---