Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Google calendar and share for multiple user using google calendar api

I want to create a Google calendar using the Google Calendar API and share it with multiple users (in C#).

Google Calendar API v2 Developer's Guide: .NET

like image 696
Thulasiram Avatar asked Nov 20 '12 06:11

Thulasiram


1 Answers

You should pay attention to this section of the referenced doc.

EDIT: The original link is no longer valid, please refer to the Sharing and Attendees document.

like image 106
Alexander Pavlov Avatar answered Oct 17 '22 09:10

Alexander Pavlov