I have trouble giving newly created users access to an existing calendar.
After creating the user and adding it to a group I give it access to a calendar like this:
(CAL_ID is of course the real-long calendar-id)
First step -creating the user etc, all is fine... then
This also goes fine - now I want to make the calendar visible for the user
Here I often get this "Calendar API Service/App not enabled" - but not always
Is this a timing issue?
A chatbot suggested something on the line of:
Until late 2024 Google always created a user’s “primary calendar” immediately when the account was provisioned. Around November 2024 the Calendar back-end was changed:
Primary-calendar creation is now lazy
– it happens the first time the Calendar API is touched for that user, or the first time the user opens
calendar.google.com.
Is this right?
I tried inserting something like
BEFORE giving the user access to the shared calendar to somehow initializing the users calendar-api - but this doen't really work either
This used to work fine about 6 months ago, as I recall.
Can anyone enlighten me about what is going on?
Hans Otto Lunde