Is there a way to allow my users to create events on their own calendar with the Google calendar integration?
Glide’s built-in Google Calendar integration does not allow individual users to authenticate and create events directly on their own Google Calendar accounts from within your app. The integration is designed for connecting a single Google account (typically the app owner’s or admin’s) to sync events, not for letting each end user connect their personal calendar.
This limitation is due to how authentication and permissions work: enabling every user to add events to their own Google Calendar would require a more complex OAuth flow and user-specific authentication, which Glide does not currently support natively.
But, hey! Feel free to make a Feature Requests ! Who knows!