Questions related to interacting programmatically with Google Calendar calendars and events.
I have made an ICS feed containing a long list of events. My timezone does not seem to work. In …
timezone google-calendar-api offset icalendarI want to generate an ics file which will be compatible with google, outlook and apple calendars. I am able …
outlook calendar google-calendar-api icalendarThis is a follow on from my thread about a 401 error when using the Google Calendar API and OAuth2, which …
oauth-2.0 google-calendar-api http-status-code-403I'm trying to get a list of events from a client's public calendar using v3 of Google's API. I entered …
api calendar google-api google-calendar-apiI'm trying to access a public calendar (from Google Calendar) that contains national holidays: calendarId: 'pt_br.brazilian#holiday@group.…
javascript google-api oauth-2.0 google-calendar-apiHow can I get a JSON with the events of a public Google Calendar? I have it's ID but no …
php json google-calendar-apiI tried the calendar insert example from here : https://developers.google.com/google-apps/calendar/v3/reference/events/insert#examples No …
google-calendar-apiI am currently facing a very strange problem, indeed I've been following this very same guide (https://developers.google.com/…
php google-api google-calendar-api access-token google-api-php-clientI'm working with Google's Calendar API, and I'm running into a bit of an issue. When I set the dateTime …
google-calendar-apiThe Google Calender Node.js example requires a file called "credentials.json": https://developers.google.com/calendar/quickstart/nodejs Relevant …
node.js google-api google-calendar-api google-api-client