Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

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 ...
Flyn Sequeira's user avatar
0 votes
1 answer
175 views

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 ...
sophiie's user avatar
0 votes
0 answers
41 views

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 ...
FernandoT's user avatar
4 votes
1 answer
118 views

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 ...
Nicklas Johnson's user avatar
0 votes
1 answer
176 views

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 ...
Alexandru Jimbei's user avatar
1 vote
2 answers
89 views

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 ...
Christoffer Bergman's user avatar
0 votes
0 answers
132 views

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 ...
Praveen G's user avatar
3 votes
1 answer
234 views

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 ...
Tanner Klipstein's user avatar
2 votes
1 answer
341 views

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....
Ian Burnette's user avatar
  • 1,092
0 votes
0 answers
48 views

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-...
Dev138's user avatar
  • 336
1 vote
1 answer
94 views

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 ...
J Bardo's user avatar
  • 13
0 votes
0 answers
67 views

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 ...
vram's user avatar
  • 103
0 votes
0 answers
42 views

Getting this error when Patching an event with new attendees. BUT we are NOT inviting attendees (sendNotifications is false, and sendUpdates = 'none'). We cannot do Domain Wide Delgation (nor do we ...
flymike's user avatar
  • 945
0 votes
0 answers
63 views

I'm developing a Chrome Extension (non-commercial, open-source) that extracts information from Gmail messages and creates Google Calendar events. To avoid the “This app is unverified” warning, I'm ...
chaya's user avatar
  • 13
0 votes
0 answers
73 views

I have Google Calendar with multiple events, both single and recurring. Occasionally I run a script to refresh it by deleting all existing events and adding new ones, using the Google Calendar API. To ...
triatic's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
489