I have been reading through the .NET developer's guide (http://
code.google.com/apis/gdata/client-cs.html), and just wanted to clear
something up about sending appointments to the calendars of multiple
GCal users for whom you have permission.

Say, there's a user, [EMAIL PROTECTED], who has access to 'make
changes to events' for each of his sub-ordinates calendars.

In code, if we authenticate with bossman's credentials (using
setUserCredentials()), can we then connect to any of his sub-ordinates
calendars using their private calendar address (ie
http://www.google.com/calendar/feeds/[EMAIL PROTECTED]/private/full), and
create entries on their calendars (because he has permission to edit
their calendars)? Or is it required to authenticate with each users
credentials separately before adding entries on their calendars? Or is
there another way that would work?

Thanks.

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

Reply via email to