I'm using the google calendar API in javascript with google-oauth-jwt.
For a target user, I can list events from its default calender (after having shared it with the service account email).
With a simple "get" on https://www.googleapis.com/calendar/v3/calendars/[email protected]/events
If I create a new calendar for this user directly 'by hand', I can't see any of the events from this calendar even if I shared it with the service account.
Do I forget something ? Any Idea ?
Thanks.