Top "Google-calendar-api" questions

Questions related to interacting programmatically with Google Calendar calendars and events.

How to handle urn:ietf:wg:oauth:2.0:oob redirect in Google Calendar API Authorization

I am currently working on a installed desktop application implemented in java. I intend to integrate Google Calendar API into …

java oauth-2.0 google-calendar-api google-oauth
Google Calendar Api for Android

I would like to create an application for Android devices that uses the Google Calendar Api. However, I got confused …

android google-calendar-api
How to Integrate Google Calendar API with React JS?

I am trying to implement this vanilla js example of google calendar api in a react js app. The vanilla …

javascript reactjs calendar google-api-js-client google-calendar-api
Cannot load System.Threading.Tasks assembly, using Google Calendar API

SOLVED ! Huge thank to Sam Leach Here is a sample of my working app.config file: <configuration> ... <…

c# visual-studio-2010 google-calendar-api google-api-dotnet-client jwt
Using Google Calendar API v 3 with Python

Can someone please give me a clear explanation of how to get the Google Calendar API v3 working with the …

python google-api google-calendar-api
How to create a Google calendar event with Python and Google calendar API

I started with quickstart (https://developers.google.com/google-apps/calendar/quickstart/python) and it worked good. Then i tried to …

python calendar google-api google-calendar-api
sync event added programmatically with google calendar in android

I am trying to add an event to the android calendar, and I specify that the event will be added …

android google-calendar-api
Get Calendar events between two dates

How to get all events between two specific dates. For example i only want to get events between 1st of …

google-api google-calendar-api google-api-php-client
Google API refresh token limit

I'm developing an application wherein I need to access multiple google calendars. All these calendars come from different users. And …

oauth google-api google-calendar-api google-oauth
webcal:// Format - Export to Google Calendar/iCal

I've a home-made php based web calendar which I would like my users to import into Google Calendar, iCal, etc. …

google-calendar-api vcalendar