Hi guys,
I’ve already read that it’s currently not possible to create a Google Calendar with an invisible Guest List.
That’s a shame, because I couldn’t find any workaround.
Do you have an idea?
It’s circling about guestsCanSeeOtherGuests in here: https://developers.google.com/calendar/api/v3/reference/events
The default is “true”, which is a problem.
Currently it means that I have to create a separate event for each participant to automatize correctly. My calendar will be flooded. It has just basic GDPR-reasons that I want to keep client information confidential.
A custom POST request seems hard, because I need to check every time whether the event is already existent.
A custom PUT request is a waste of resources, because I’d only need to do it once per event, not for each sign up.
Help :)