Top "Google-calendar-api" questions

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

"ImportError: file_cache is unavailable" when using Python client for Google service account file_cache

I'm using a service account for G Suite with full domain delegation. I have a script with readonly access to …

python google-calendar-api
Google Calendar API v3 - authenticate with hardcoded credentials

I am writing a PHP application that's supposed to allow users to add certain events to a private Google Calendar. …

php google-api google-api-php-client google-oauth google-calendar-api
Google calendar API time format

I was playing with Google calendar's API explorer and managed to get the events list from my calendar. And i …

google-api google-calendar-api datetime-format
403 error with message:Access Not Configured. Please use Google Developers Console to activate the API for your project

Can't overcome this situation: created a project in the Google developers console they created "Client ID for web application" and "…

php drupal-7 oauth-2.0 google-api google-calendar-api
How do I create an HTML-formatted ICS message body using ical.net?

I need send reminders to users of a web application. To do this I use iCal.Net from nuget packages. …

outlook google-calendar-api icalendar rfc5545 ical-dotnet
Google Calendar API: Calendar usage limits exceeded

We have an application that does migrations between Google Apps domains. For calendar migrations we using Import API(https://developers.…

google-api google-calendar-api
Google Calendar API calendar id and event id

I am learning on how to access google calendar API for creating and accessing events. I am trying to understand …

google-app-engine oauth-2.0 google-calendar-api oauth2-playground
Inserting Google Calendar Entries with Service Account

I'm trying to use a service account to create entries on a Google calendar. I'm really close on this, but …

php google-calendar-api google-api-php-client
How to read google calendar events in android?

I am reading all the android calendar events and it is working fine by using this below code but, I …

android calendar google-calendar-api android-calendar
How Google API V 3.0 .Net library and Google OAuth2 Handling refresh token

In my application I am using Google API V 3.0 .Net library with Google OAuth2 to synchronize Google calender and outlook …

c# google-api google-calendar-api google-oauth google-api-dotnet-client