I am trying to update the title of the events in the last 7 days in a specific calendar, when an user submits a form. I have this code now: However, I get that error when running the code: TypeError: events.setTitle is not a function myFunction @ update.gs:22 I tried many different ways of doing it, but it always ends
Tag: google-calendar-api
Google Calendar API – sendUPdate not working to
Using Google App Script to create a Calendar event and having problems with the “sendUpdates” parameter to send email notifications on the creation of the calendar event. According to the documentation here: events.insert. The “sendUpdates” parameter has to be included, so my code looks something like this: However, upon running the above function, I don’t see any email notification about
How to make text-align: center in google app-script (Calendar)?
I new one in app-script, and I want just paste and align text using CardService.newTextParagraph() I want use something like this But its function and enum available only in the Document app. By default in addon text aligned to the left. I just want to align it in the center. Have anybody some advice or suggestion, how I can do
How can I get color from CalendarEvent object on google apps script?
I want to get the color(red) below the picture. enter image description here I use next code, but I don’t know next step. run main function. Answer First of all you need to enable the Advanced Google Services. Please see here description how do that. Then the following code will do the job
How to disable event links in FullCalendar when using Google Calendar feed?
I am using FullCalendar library to load events in my calendar from Google Calendars. Unfortunately after events have been added to the calendar, they are clickable. When you click on the event you are automatically redirected to the Google Calendars page to view that specific event, or if you have enaught access rights – to directly edit it. While this