On Thu, Oct 23, 2008 at 9:05 AM, SuperKing <[EMAIL PROTECTED]> wrote: > > 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'd authenticate as '[EMAIL PROTECTED]' and then just use the calendar address for each of the subordinates. Also, if you're on a Google Apps domain, if you authenticate as one of the domain admins, you automatically get write access to the calendars for all users on that domain. -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
