Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Calendar Api

Google Calendar Api Getting 'cannot Read Property 'signin' Of Null'

I'm trying to use Google's Calendar API to get info on specific calendar. I keep getting th… Read more Google Calendar Api Getting 'cannot Read Property 'signin' Of Null'

Convert Dates String To Different Format With Javascript

This is what I have in a script that is pulling events with a Google Calendar API: var datestring2 … Read more Convert Dates String To Different Format With Javascript

Cannot Authenticate Using Oauth 2.0 In Google Calendar (v3) Api In Javascript

I am attempting to create Google Calendar events as per the code given at here. I've narrowed t… Read more Cannot Authenticate Using Oauth 2.0 In Google Calendar (v3) Api In Javascript

Unable To Retrieve Calendar Data From Freebusy Query

I'm trying to get the busy free times from my calendar. Here is my code: var freeRequest = gapi… Read more Unable To Retrieve Calendar Data From Freebusy Query

Retrieve Guest List From Calendar Issue, Google Apps Script (gas)

edited from original I'm trying to figure out how to retrieve and report out details of calenda… Read more Retrieve Guest List From Calendar Issue, Google Apps Script (gas)