Top "Google-calendar-api" questions

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

How to change the event organizer on google calendar when creating an event?

I'm using the Google Calendar Api to create events, I'm trying to pass the parameter organizer with the email of …

events google-calendar-api organizer
How do I set return_uri for GoogleWebAuthorizationBroker.AuthorizeAsync?

I am trying to use the Google Calendar API in my non-MVC .NET Web Application. (This appears to be an …

c# asp.net oauth-2.0 google-calendar-api
Accessing Google Calendar API from Node server

For some reason, I am having a really hard time accessing Google calendar. I want to be able to add …

node.js google-calendar-api
How to use Google Calendar API's Events.Insert command properly?

So I've been using the REST method of invoking Google's API. I need to insert events into a particular calendar …

java google-api google-calendar-api
Access Google Calendar API using Service Account Authentication

I was able to access the Google Calendar API using the .NET Quickstart tutorial and it worked great! The problem …

c# google-api google-calendar-api google-api-dotnet-client service-accounts
Google Calendar API v3 - How to obtain a refresh token (Python)

I am trying to write a Django app which creates events in a specific Google calendar. So far I have …

python google-calendar-api google-api-python-client
Accessing a public calendar using Google API without requiring a user to log in

I'd like to access a public calendar using Google's REST API. Google's calendar API suggests I need an OAuth token …

node.js google-api google-calendar-api google-api-nodejs-client
Android Calendar: how to write sync adapter for calendar INSERT

I would basically like to reopen the following unanswered post: Insert new calendar with SyncAdapter- Calendar API Android I would …

android google-calendar-api android-calendar
How to create Task using Google Calendar API

I want to create Task in Google Calendar using Google Calendar API.Using C#. Looking for some sample codes.

c# google-calendar-api