Closed evan-boissonnot closed 5 years ago
Here my SCOPES : private static string[] _SCOPES = { CalendarService.Scope.CalendarReadonly };
WIth this whole code, I got no results int events.Items.
I found the solution 👍 I had to share my google calendar with the email of the servcie account !
Hi
I try to get my events from service account authentication. So I use this code :
List list = new List();
And the .json file comes from google console service account generator.
Please Help !