https://github.com/cttricks/google-calendar-wh
Google Clanader Webhook to perform operations like creating new event calanver reminder etc. I have made this using Google Apps Script (GAS). You are free to use these code on your own projects.
https://github.com/cttricks/google-calendar-wh
Last synced: 2 months ago
JSON representation
Google Clanader Webhook to perform operations like creating new event calanver reminder etc. I have made this using Google Apps Script (GAS). You are free to use these code on your own projects.
- Host: GitHub
- URL: https://github.com/cttricks/google-calendar-wh
- Owner: cttricks
- Created: 2020-12-07T08:02:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T08:16:06.000Z (over 4 years ago)
- Last Synced: 2025-01-22T03:46:14.603Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google-Calendar-WH
Google Calendar Webhook, to perform operations like creating newEvent, Calendar, Reminder etc. I have made this using Google Apps Script (GAS). Use of this webhook is very simple and easy. You just have to post the code from client end to webhook and it'll execute and do the job. Also feel free to use these code on your own projects.### Useful Links
- https://calendar.google.com/
- https://developers.google.com/apps-script/reference/calendar
### Smaple Code
App.createEvent('Have to attend a meeting at PNM Hall', new Date('December 07, 2020 21:15:00 UTC+05:30'), new Date('December 07, 2020 21:25:00 UTC+05:30'));