7,315 questions
0
votes
1
answer
46
views
How to detect that two recurring events belong to the same split series (Google Calendar API)? [closed]
I’m building a sync client for Google Calendar that needs to preserve the logical identity of a recurring series across splits, so user-level operations like “edit all” or “delete all” can span the ...
Tooling
0
votes
1
replies
61
views
Seeking solutions on Automatic 2-way blocking of Google Calendars
I’m using two separate Google Calendars:
One managed by my employer (appointments get added automatically via their booking system)
One managed by me (clients book via my website)
The issue: when ...
0
votes
1
answer
94
views
Adding Multiple Guests to Google Calendar Event via Apps Script and Google Calendar API
I'm inserting or updating events from a Google sheet with the guests' names in one column and their email addresses in another column. For events with multiple guests, the emails and names are ...
Tooling
0
votes
0
replies
39
views
How do I setup a Google Workspace Admin or do I need to?
I posted to this topic because this is a setup question rather than troubleshooting code.
I'm working on a personal project in C# and I want to integrate Google Calendar. Part of my project is to ...
Advice
0
votes
1
replies
62
views
How to send bulk calendar invites?
want to:
Send invites in bulk
Personalize each invite (name, details, etc.)
Ensure it works across Google Calendar and Outlook
One approach I found is using APIs that handle calendar invite ...
0
votes
0
answers
69
views
Google Form passes data to sheet correctly but sheet2cal script creates a calendar event with "0.0" time and fails to bring over details of events
Unlinked and created new form and debug shows all variable data when run. Events are created in Calendar with "0.0", no Start and Stop times or event text. Odd as it's worked without fail ...
3
votes
1
answer
107
views
Google Calendar Appoint pop-up button showing at end of HTML
I am building a site for a friend that requires me to include a button to the Google Appointment Calendar. I followed what Google said to do, but when I implemented it, it showed the button at the ...
3
votes
0
answers
52
views
Modify Google Calendar with non-restricted scopes
I have a PHP site using Google API for user login. Some users have creation and modification roles on a public Google Calendar.
I would like to modify that calendar when one of these users are logged ...
0
votes
0
answers
91
views
Service Account Not able to create Google Calendar event with Attendees
I've created a service account on Google Console, and assigned it to Google Cloud Run Service. I think I've got most of it working, if I don't run it with Attendees. If I add attendees, it throws an ...
0
votes
1
answer
212
views
Is it possible to get Google Calendar API access token directly from Firebase GoogleAuthProvider?
I'm using Firebase Authentication to log in users with Google in my web app. I want to access Google Calendar API on behalf of the user.
Currently, Firebase gives me a Firebase ID token and a ...
0
votes
0
answers
54
views
Publish group google calendar event via google script
Through the google calendar publish event interface, it is possible to copy an URL link which can be used by others to see that event, if they have access to the calendar.
Google Calendar Publish ...
4
votes
1
answer
148
views
Google Calendar API: update() does not apply recurrence changes for some events
I'm trying to update the recurrence rule of a recurring event in Google Calendar using the Python SDK.
Specifically, I want to extend the event by changing the UNTIL date in the RRULE and calling ...
1
vote
1
answer
361
views
Google Calendar cid=<ICS URL> shows “Unable to add calendar. Check the URL.” — but the same ICS works via “From URL”
I’m trying to give users a one-click Add to Google Calendar link using the documente pattern:
https://calendar.google.com/calendar/r?cid=\<URL-ENCODED_ICS_URL>
However, Google consistently ...
1
vote
2
answers
105
views
Fetching overridden events from Google Calendar
I have a Google Apps Script to automate the description of Google Calendar events. The script runs once a week and tries to fetch, and modify, the occurrence for the week to follow.
The code to find ...
0
votes
0
answers
191
views
Google Calendar API refresh token stops working after 1 hour – requires user to reconnect
I’m integrating Google Calendar using OAuth2.
During testing, I noticed that refresh tokens stop working after about an hour.
Issue behavior:
If I connect the calendar and use the token to create a ...