On Sun, Feb 1, 2009 at 11:11 AM, [email protected] <[email protected]> wrote: > > Hi guys, > > i want to create new gcalendars and share them to several Users > (email) via API. > Is it possible over API ? Cant find an API-call for this :-(
There is an API call to create a new Calendar: http://code.google.com/apis/calendar/docs/2.0/developers_guide_protocol.html#CreatingCalendars As for sharing the Calendar via email, if you add the user to the Calendar's ACL, they should receive an email notification: http://code.google.com/apis/calendar/docs/2.0/developers_guide_protocol.html#AddAcl -- 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 -~----------~----~----~----~------~----~------~--~---
