Questions related to interacting programmatically with Google Calendar calendars and events.
I'm working for this nightclub and are currently making a website for them, they've got lots events and their site …
html calendar google-calendar-api icalendarI can't get my refresh token with my code. I can only get my access token, token type etc., I …
google-calendar-api token access-token gdataI am unclear about the exact format to have a link on a website that will add a single event …
google-calendar-apiI am trying to authorise a user for Google calendar API inside an IOS app. I am using the OAuth2 …
ios iphone google-calendar-api google-oauthThis code is from google calender. var dateString = (startJSDate.getMonth() + 1) + "/" + startJSDate.getDate(); if (!startDateTime.isDateOnly()) { dateString += " @ " + startJSDate.getHours() + ":" + padNumber(startJSDate.…
javascript html google-calendar-apiWhat I'm trying to do: Add events to a google calendar from my site using javascript. What I can't do: …
google-calendar-apiMy issue is, I have to make one demo application in which I wants to read the events of the …
android calendar google-calendar-apiUsing the google calendar API v3, I added an event to a google calendar. Now I want to built an …
google-api google-calendar-apiWe're building a multi-user platform where each registered user has a Google App account with their e-mail and calendar. People …
google-calendar-api google-appsI'm trying to write a script that will take data from a Google spreadsheet and create events in my Google …
google-apps-script google-sheets google-calendar-api