Skip to main content

Questions tagged [google-calendar-api]

Questions related to interacting programmatically with Google Calendar calendars and events. A language tag should also be included, e.g. [google-apps-script]. Questions about general use of Google Apps should be posted on Web Applications Stack Exchange.

google-calendar-api
0 votes
0 answers
10 views

Expected OAuth 2 access token, login cookie or other valid authentication credential. Net project

So I have been trying to implement a google calendar meeting assignments specifically for authenticated user. Here is how it goes: I have a Vite React.JS project with google auth implemented (it can ...
Mantofka's user avatar
  • 266
0 votes
0 answers
15 views

I have a functioning app script to add events to a Google calendar, but no invitation is sent

I have a functioning app script to add events to a Google Calendar. Calendar events are correctly created in the calendar, with guest if applicable. Logs show the guest email is being properly ...
pianonet's user avatar
0 votes
0 answers
14 views

How to Successfully Unsubscribe from Google Calendar Webhook

I am having a great experience with my Google Calendar integration, and so far, everything is working as expected. When a user connects their calendar, I subscribe to the webhook using the endpoint: /...
Brunno's user avatar
  • 1,047
0 votes
1 answer
35 views

Google Apps Script deployment not working

sorry if this question doesn't have all the necessary information (I'll edit it as I go if I'm missing something critical) but my Google Workspace Add-on isn't showing up after I click on 'Test ...
Danish Karmally's user avatar
0 votes
0 answers
20 views

api call fetch multiple calendars of same email with google api calendar

is there a way to in only one api call fetch events from 2 calendars of the same email like: https://www.googleapis.com/calendar/v3/calendars/Calendar1,CalendarId2 is it possible?
Kripthonite's user avatar
0 votes
0 answers
14 views

How to implement 2 way sync with google calendar and Full calendar in angular 8

I want to show Google Calendar events in full calendar in angular 8 user-wise... I mean in my angular application sync google calendar event of logged in user using his email id with full calendar and ...
Mohammad Malek's user avatar
-4 votes
0 answers
39 views

Baffling! Trying to get ChatGPT to perform an API call to Google Calendar API but it sometimes get stuck saying it made an event but there is no event [closed]

I'm currently working on a GPT powered chatbot for a medical practice. One of our use cases are that the chatbot should be able to schedule appointments for patients via the chatbot in Google Calendar....
tatiqzero5050's user avatar
-1 votes
1 answer
37 views

Google calendars requires authentication to showcase my own calendar

IS there a way that I can showcase my personal calendar in my website so people can see my availability. So i've dwelled on this for some hours now, i was able to do it if I did google authentication ...
Kripthonite's user avatar
-1 votes
1 answer
39 views

Update All Future Events Using Google Calendar API

I want to be able to use Google Calendar API to make modifications to an event and apply them to following events in the future. I tried patching and updating, even using its own recurringEventId to ...
Kevin Lizarazu-Ampuero's user avatar
0 votes
0 answers
16 views

Vertical Resource View with events from multiple Google Calendar

I am trying to create a Vertical Resource View (1-day vertical resource view) with events from multiple Google Calendars. To do this, the events from a single Google Calendar each represent a resource....
Donut's user avatar
  • 1
0 votes
1 answer
29 views

Google calendar event does not use colorId that has been set in server

We have system that actually integrates with Google Calendar by creating event there. When create event, we also let user to set the color based on their preference. Technically, we pass colorId when ...
Kenji Hikmatullah's user avatar
0 votes
1 answer
28 views

Optimize deletion of all events between two dates in Google Calendar

I am working on a Google Calendar project by which I am deleting old "events" and replacing them with new "events". Tanaike has graciously helped me to make use of the Google ...
Codedabbler's user avatar
0 votes
1 answer
30 views

Is there a way to optimize this script that add entries to Google Calendar from Google Sheets

I have a basic script that creates all-day events in Google Calendar from Google Spreadsheets. function updateCalendar() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss....
Codedabbler's user avatar
0 votes
0 answers
25 views

Only able to get some the calendar events in R via googleAuthR

I'm trying to download google calendar events into R from various shared calendars, and it appears that for some calendars the events stop loading. Some calendars have events until the present day ...
James B's user avatar
  • 474
-2 votes
0 answers
13 views

Sync Google calender for already logged in user using google client api

I am using google-client-api 2.0 and wants to sync the calendar events of already logged in user (logged in using google oauth) , Currently i am using springboot to process the event . can anybody ...
user1495421's user avatar

15 30 50 per page
1
2 3 4 5
483