Category "google-calendar-api"

Google Calendar API authorization working on localhost but not on Heroku

I want to use the Google Calendar API for my Django application. I have followed the instructions here: https://karenapp.io/articles/how-to-automate-google-cale

Join Date and time for events from sheet to calendar [duplicate]

With this code I can send the events directly to google calendar from google sheets. The start date and end date are on two different columns

Google Calendar API show all events from public calendar

I'm having trouble following tutorials to get a list of all events in a public calendar. I've tried following along this post: Retrieve Google Calendar events u

How to get correct color value for preset Google Calendar colors via API

According to the docs (ref calendar and color) the calendar colors can be retrieved via the properties "backgroundColor", "foregroundColor" and/or "colorId". I

Node.js - Google Calendar API showing error "Missing end time" when inserting an event

I am using Google Calendar library for Node.js to get calendar ID and events list from API. This is working as expected. But when I'm trying to insert or modify

Publish a web calendar that can be subscribed to by Outlook 365's Modern Authentication

I want to publish a calendar in our web application so that customers can subscribe to it using their favourite software - Google Calendar, Outlook.com etc. I a

Get Holidays List of a Country from Google Calendar API

I want to extract some country's holiday list from Google Calendar API using JavaScript. Is it Possible? How Can I do this?

Google Calendar V3 hangs when used outside local environment

I'm working on a wrapper for the .net version of the Google Calendar API. The authentication is rather simple and working fine locally (localhost:port). UserC

Google G Suite ( Workspace ) How to disable the passcode on the device

Our team uses Google Calendar to share the schedule, and it works fine by using the browser. But when we use the app on the phone (both iOS and Android), it wil

Google G Suite ( Workspace ) How to disable the passcode on the device

Our team uses Google Calendar to share the schedule, and it works fine by using the browser. But when we use the app on the phone (both iOS and Android), it wil

Batch request Google Calendar php API

I'm working on a google Calendar sync with my application. I'm using the latest google-api-php-client Now I want to update all my event, so i want to use the

Batch request Google Calendar php API

I'm working on a google Calendar sync with my application. I'm using the latest google-api-php-client Now I want to update all my event, so i want to use the

Google Calendar API batch request PHP

i am trying to send a bunch of events via an Batch Request to Google Calendar. But i cant figur out how to do. https://developers.google.com/google-apps/calenda

How do I convert the google private key for the google calendar api into a env file?

I'm trying to use JWT to access the google calendar api. I'm using Node to make my call. How can I get this line of JSON into my .env file: "private_key": "--

An event that is guests can modify is not update via google calendar api

Organizer create google event with 'guestsCanModify: true' When attendee try to update this event via google calendar api (e.g.: patch), it is not refrected to

How to access Google calendar in Android

I have followed the reversed engineering method ,but it just does not support new devices such as the android 4.x So, I tried to find an alternative. I found th