Top "Google-calendar-api" questions

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

Google API OAuth2, Service Account, "error" : "invalid_grant"

I'm trying to use service account to sync calendars from Dynamics CRM software to Google. During this I faced lack …

oauth google-api google-calendar-api google-oauth google-api-dotnet-client
How to use aliases in Google Calendar?

I have a google account (say [email protected]) that is set up to send mail for many other accounts (…

gmail google-calendar-api icalendar
What parameters are required to create an "Add to Google Calendar" link?

We can use this link to add a new event to Google Calendar by parameters https://www.google.com/calendar/…

calendar documentation google-calendar-api document
add to iCal and google-calendar buttons to a page

There are some webpages that have a add to iCal and add to Google Calendar buttons that when you click, …

html google-calendar-api icalendar
How to get national holidays of selected country

I'm writing an app that allows the user to select a country from a list. When they pick a country, …

android calendar google-calendar-api android-calendar
Google Client API - Missing require parameter: redirect_uri

So I followed the quickstart guide and decided to break it into a class called scheduler. I am working on …

php google-api google-calendar-api
How to Access Google Calendar REST API v3 with Java

I'm working on a project where I have to access a set of Google Calendars using REST and working with …

java google-api oauth-2.0 google-calendar-api google-oauth
CalDav on Outlook?

I'm looking for a good way to view CalDav calendars within Outlook. I'm aware of the OpenConnector project, but have …

outlook calendar google-calendar-api caldav
Android Format date with time zone

I need to format the date into a specific string. I used SimpleDateFormat class to format the date using the …

java android calendar google-calendar-api simpledateformat
How to automate login to Google API to get OAuth 2.0 token to access known user account

Ok, so this question has been asked before here. In the response/answer to the question, the user tells him …

google-api oauth-2.0 google-calendar-api