Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
170 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
115 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
166 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
88 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
128 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
229 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
338 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
93 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
64 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
61 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
71 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
2 votes
1 answer
185 views

I'm updating my app to use the new Credential Manager API for authenticating users via Firebase with Google Sign-In, since the previous approach using GoogleSignIn.getSignedInAccountFromIntent is now ...
Bhavik Maradiya's user avatar
1 vote
1 answer
181 views

I've been attempting to cancel all future recurring events past a certain date, according to this documentation However, when attempting to update the recurrence property with a new UNTIL date, ALL of ...
Jeloz's user avatar
  • 11
1 vote
0 answers
101 views

I have built a custom Google Calendar Add-on. After user authentication, it allows users to create an event with name, date, time, and selected add-ons. Once the user selects an add-on, the event is ...
Educastic educast's user avatar
0 votes
1 answer
101 views

The following two lines of code are similar. The first line of code executes a single request. The second line of code adds a request to a batch, which is later executed. service.events().insert(...
Austin Weiss's user avatar
0 votes
0 answers
91 views

In Google Cloud Console, I created a project with read only accesses to my Google Calendar: Your non-sensitive scopes .../auth/calendar.calendarlist.readonly See the list of Google calendars you’re ...
Plouff's user avatar
  • 3,476
0 votes
0 answers
84 views

I am unable to enable the Google Calendar API for my project. Technical Details: Attempted Command: gcloud services enable calendar.googleapis.com Error: PERMISSION_DENIED for calendar.googleapis.com ...
HNH Admin's user avatar
0 votes
0 answers
96 views

I want to download the google calendar events into my tool, to show them in a calendar developed in Angular. The tool is composed by an Angular frontend and a Java Spring Boot backend. I successfully ...
King Midas's user avatar
  • 1,749
0 votes
1 answer
43 views

I'm trying to remove resources (conference rooms) that have declined events. It works as expected for events where the caller is the event organizer, but not if another person is the organizer. The ...
Allan Beaufour's user avatar
0 votes
1 answer
186 views

I'm trying to write a Google Apps Script that checks if certain days are holidays by accessing public holiday Google calendars. I assumed this would only require the https://www.googleapis.com/auth/...
Sagie's user avatar
  • 253
0 votes
2 answers
93 views

I am using a python script to import calendar entries from one tool to google calendar. I have no problems with events that repeat weekly, but the monthly repeating events get created incorrectly. I ...
Beth ChaosDragon ChaosDragon's user avatar
1 vote
0 answers
144 views

I've application connected to google calendar with multiple keys or users in accessing the oauth2 token. All users can register(using Servlet) and send the calendar event in around one hour after ...
PeterL355's user avatar
0 votes
1 answer
95 views

I have setup a push notification for calendar events like so: const response = await calendar.events.watch({ auth: authClient, calendarId: 'primary', requestBody: { id: 'calendar-...
corycorycory's user avatar
  • 1,676
0 votes
1 answer
99 views

Im currently working on a simple internal add-on for google calendar. When we click a event we will choose a option from a dropdown and click a button. When that happens, take the selected item with ...
Deni Cuturic's user avatar
2 votes
0 answers
110 views

I have a Python script running on a Raspberry Pi that fetches Google Calendar events (using google-api-python-client and google-auth-oauthlib) and displays them on a Waveshare e-Paper display. The ...
Marco's user avatar
  • 21
-1 votes
1 answer
105 views

I am trying to create a google sheet that I can use to schedule a workshop servicing calendar. I have followed the below tutorial but am getting something wrong, hoping someone can easily identify the ...
Nic Buchanan's user avatar
0 votes
0 answers
263 views

I am trying to create a Google Workspace calendar add-on for a third-party conference solution using HTTP endpoint (aka alternate runtime for addons). I set up the HTTP endpoint server in Spring Boot. ...
Shahad's user avatar
  • 1
0 votes
0 answers
64 views

I have some data in Firestore with a Timestamp in my local timezone (Europe/Copenhagen) and because we are in summer that is UTC+2 right now. I also have some ints in the Firestore collection to save ...
Neigaard's user avatar
  • 4,174
0 votes
0 answers
80 views

I have a Laravel dashboard with an appointment booking feature. I can save new appointments to Google Calendar using this library https://github.com/spatie/laravel-google-calendar as well as updating ...
Evan's user avatar
  • 1
2 votes
0 answers
82 views

Recently a change to birthdays was introduced which also introduced the eventtype to identify birthday events. https://workspaceupdates.googleblog.com/2024/09/create-birthdays-in-google-calendar.html ...
user2694572's user avatar
1 vote
0 answers
187 views

I'm trying to integrate Google Calendar API in my python script, but I keep getting authentication errors, and I'm not sure why. Errors: (running the python script in the terminal): An error occurred: ...
Pink Koala's user avatar
1 vote
1 answer
168 views

I maintain an application that extracts calendar events from Google. The API that I use is this: GET https://www.googleapis.com/calendar/v3/calendars/calendarId/events This generally works fine but I'...
Jeff McKay's user avatar
0 votes
1 answer
53 views

I've been observing some events created on Gcal will get status cancelled after sometime. { "kind": "calendar#event", "etag": "\"<some numbers>\"&...
stephapp's user avatar
0 votes
0 answers
45 views

Using a service account, I'm impersonating users (non-service accounts) in my domain, and subscribing to the Watch API of their primary calendar. Google is returning the same resource ID for each user'...
f7n's user avatar
  • 1,724
0 votes
1 answer
109 views

As reported here, an event of the Google Calendar API can have a recurrence rule following the RFC5545. Let's suppose I have to store these events into my database (including the recurrence rule). ...
lordav's user avatar
  • 304
0 votes
0 answers
71 views

I have the below set up to try and get users data from google calendar and tasks APIs. Googleauth.ts import { google } from 'googleapis'; import { NextApiRequest, NextApiResponse } from 'next'; const ...
RandomDeveloper's user avatar
0 votes
1 answer
67 views

Using the following code, when I display the summary of the "primary" calendar, it displays the email address of the service account. I have shared my Google account's calendars with the ...
Todd's user avatar
  • 3,052
0 votes
1 answer
279 views

I am using getEvents to find events. It returns all events expanded. So if there is a recurring event, it returns all instances. I want just the original/main/root instance. I know I can use ...
IMTheNachoMan's user avatar
0 votes
0 answers
46 views

I use the calendar api (PHP) to create a calendar event that has a 24 hour email notification and a 1-hour email notification. The email notifications send fine to the main calendar account that the ...
J.Keefe's user avatar
  • 120
0 votes
0 answers
230 views

I'm working on a project where we use the Google Calendar API to create and manage events. Our use case includes: Creating 30 events per week, with the number of events expected to increase in the ...
Sara M's user avatar
  • 1
0 votes
1 answer
90 views

I'm using a service account with domain-wide delegation to create Google Meet links in batch requests via the Google Calendar API. The service account also created the calendar, so it should have ...
user9247's user avatar
0 votes
0 answers
50 views

I am attempting to create out of office events for some of my users, who might not have enterprise accounts. Today, when my app attempts to insert these events for free users, I get a 400 response ...
diamond29's user avatar
0 votes
0 answers
144 views

Context I'm building a React application that needs to interact with Google Calendar API to create events automatically. Currently using OAuth2 which requires user interaction, but I need this to work ...
Francisco Piñon Andrés's user avatar
0 votes
0 answers
81 views

I use .NET 8 locally - the function works as expected. However, after deploying to Kubernetes (K8s), the function that inserts events into Google Calendar throws an exception Here is my config/library ...
Hai Hoang's user avatar
0 votes
1 answer
214 views

I am developing an application that gives users an option to grant my application access rights to add/modify events in their calendars. I am obtaining access rights to user calendars using OAuth2 ...
user2061056's user avatar
1 vote
0 answers
67 views

My goal... Here's a public example you can see that I'm trying to replicate, albeit using my own calendar feed data instead: Click the link below to add a calendar feed (Detroit Lions) to your Google ...
Michael's user avatar
  • 2,618
-1 votes
1 answer
73 views

my case is a bit weird so i'll try to explain it in details. I've built an auto-approval appscript (based on different set of logics) and it works perfectly, with one edge case that i'm unable to ...
Oded Maimon's user avatar

1
2 3 4 5
147