7,318 questions
0
votes
0
answers
57
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
91
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
46
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
76
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
199
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
47
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
134
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 ...
0
votes
1
answer
278
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
98
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
169
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 ...
3
votes
1
answer
271
views
Why does auth.authenticate_user() in Google Colab not give access to my personal Google Calendar?
Iâm trying to access my Google Calendar events from Google Colab using the Google Calendar API.
from google.colab import auth
from googleapiclient.discovery import build
import google.auth
import ...
2
votes
1
answer
392
views
`google.auth` python SDK not reading granted scopes from credentials file
I've run:
gcloud auth application-default login --client-id-file google_oauth_client_id.json --scopes="https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/calendar....
0
votes
0
answers
50
views
Google Calendar Recurring event messes up on DST days
When creating a weekly recurring event via the google calendar API (calendar.events.insert) ex. Every week on day X at 1:00 - 11:00 AM, it works just fine, except on the DST day where it will be 1:00-...
1
vote
1
answer
100
views
Multiple Attendees for Automated Calendar Invite via Sheets
I hitting an error when I try to add multiple attendees via my spreadsheet. It works with one but when I try comma-separate to include multiple attendees it throws an error:
Error ...
0
votes
0
answers
72
views
I can't add a custom duration time to an calendar event in appsheet (+ google calendar)
I'm trying to make a custom amount of time for the duration of an event in my calendar view, this view is associated to a google calendar and when the event is created then is automatically added an ...