🗓 Basic Bootstrap frontend to Google Calendar
Basic responsive Bootstrap frontend to Google Calendar with backend Google Apps Script code.
Best suited for users (typically office users), who are more tied to their desktop email clients than to mobile and web applications, and want a quick way to set reminders on the fly.
The user will receive a notification from calendar-notification@google.com
to his Google Mail inbox on the selected date. These notifications can then be easily filtered and forwarded to any other email address.
+ New script
.calendar-frontend.gs
under the project and copy the content of calendar-frontend.js
into it.index.html
and copy the content of index.html
into it.Publish -> Deploy as web app
and apply the following settings:Current web app URL
(web app URL)Using clasp
command line tool :
clasp login
clasp create --type webapp --title "Calendar Frontend Dev"
# Copy the URL of the created Apps Script project
clasp push --force
# Go to the Apps Script project URL
clasp deployments
# 1. Copy the deployment ID of @HEAD (dev version with latest code).
# 2. Go to either :
# - G-Suite Account : https://script.google.com/a/{yourdomain.com}/macros/s/{Deployment-ID}/dev
# - Free Account : https://script.google.com/macros/s/{Deployment-ID}/dev
You can try it here: https://script.google.com/macros/s/AKfycbyJAb5tyhU9j73o0fluMah0toXzjkNguafQ9HOxYxjf85qdS5o/exec
Please, note that this demo is hosted by a free Google account, which is subject to Apps Script services quotas and limitations.
To later revoke app’s access to your data, follow the steps described here: Revoking access rights | Authorization for Google Services | Apps Script
Copyright © 2018 Amine Al Kaderi
This software is released under the GNU GPLv3 license. For more information read the license.