Closed ghost closed 11 years ago
https://developers.google.com/google-apps/calendar/v3/reference/calendars/insert
I haven't test it yet. But you should be able to do it by:
var new_calendar = { summary : 'Testing Calendar' } google_calendar.calendars.insert(new_calendar, function(err, calendar) { … });
https://developers.google.com/google-apps/calendar/v3/reference/calendars/insert