I develop for my society a Google script to synchronize our Google calendar with our courses calendar (managed by another application). We want shared only our Google calendar, it's why we copy/synchronize the two calendars. The script is coded and working. I choose a periodic launch. Now I try to publish this script for my colleague. But I don't understand or find how to add a widget to Calendar apps.
- Is-it possible ?
- If not how can publish this script ?
As mentioned in Web Apps, if you build a user interface for a script, you can publish the script as a web app.
However, you may only publish if your script meets the following requirements:
doGet(e)ordoPost(e)function.More information can be found in the given documentations.