Events created via Apple Calendar – using a Google Workspace or Gmail account - do not include Google Meet link for video conferences (apparently due to a change in Google Calendar API).
This is a Google Script that runs in the background, checks for new events with attendees and adds Google Meet if no other video conference option is available.
How to:
- Go to https://script.google.com/home
- New Project
- Add Calendar API under "Services"
- Copy/Paste code and run
- Create a Trigger to programmatically run the script ->
From calendar
-Calendar updated
Doc