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

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)

Mapping Data From Database Into A Json Object Fullcalendar

I've installed Fullcalendar bundle (Symfony2) and all the events that I'm adding were showi… Read more Mapping Data From Database Into A Json Object Fullcalendar

Google Apps Script Calendar Service: How To Avoid Exceeding Maximum Execution Time?

I need to edit a few hundred or even a few thousand calendar events through Google Apps Script. It … Read more Google Apps Script Calendar Service: How To Avoid Exceeding Maximum Execution Time?

Override Existing Google Calendar Event When New Event Is Created Via Script

I am using a Google Form to schedule appointments based on open events on my Google Calendar. I'… Read more Override Existing Google Calendar Event When New Event Is Created Via Script

Using Google Calendar Api Returns 401 (unauthorized)

I'm trying to use Google Calendar API via JavaScript and keep getting the 401 error response wh… Read more Using Google Calendar Api Returns 401 (unauthorized)

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