Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
57 views

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 ...
Plaza Marina Mgr's user avatar
3 votes
1 answer
91 views

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 ...
logan k's user avatar
  • 37
3 votes
0 answers
46 views

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 ...
Simone Clerin's user avatar
0 votes
0 answers
76 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
199 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
47 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
134 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
278 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
98 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
169 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
271 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
392 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,102
0 votes
0 answers
50 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
100 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
72 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

15 30 50 per page
1
2 3 4 5
…
488