Top "Google-calendar-api" questions

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

How to Add an event in Google Calendar from Activity?

I tried using content providers, but the event was not added to the calendar. final ContentResolver cr = ctx.getContentResolver(); ContentValues …

android events google-calendar-api
Google Calendar .ics import Standards

I have a .ics file that I generate from our database that works correctly in iCal, but is flaky in …

google-calendar-api icalendar vcalendar
Google Authentication Process

I am trying to write a native app to access a users google calendar. I am trying to use the …

c# oauth-2.0 google-calendar-api google-api-dotnet-client
Icalendar ICS update not working in google calendar

I have some trouble with the ICS attachment to Gmail/Google calendar addresses. When I have to edit an event …

google-calendar-api icalendar rfc2445 rfc5545
google calendar ui

Is it possible to use google calandar api to display events that are not from a google account ? actually I …

javascript jquery ajax google-calendar-api
Trigger script on Google calendar event

I want to trigger some script when new calendar event is created in Google Calendar (say calling some rest API …

google-api google-calendar-api google-gadget
How to create a new google meet using google calendar api

I need implement a javascript project that creates a new google meet according to the user signed in and adds …

reactjs api google-chrome google-calendar-api
Send Meeting URL using Google Meet API

I want to create Java Spring application using google meet api where I'll generate a meeting link using which two …

java spring google-calendar-api hangout
OmniAuth using google oauth 2 strategy scope failure

I'm working on getting calendar data from google using OmniAuth and the google-oauth-2 strategy. If I put nothing into the …

ruby-on-rails google-calendar-api oauth-2.0 omniauth