Time Suggest is a simple plugin for Google Calendar and Gmail that finds available time slots in your calendar for you to suggest meeting times. The add-on is still under development and has not been published to the Google Workspace Marketplace. However, feel free to clone the repository and install it yourself.
To install the add-on, clone this repository and manually enter your ScriptID in a .clasp-dev.json
file. Then, deploy it using npm run push
. This command will build the script with rollup.js and deploy it using clasp.
Example of a .clasp-dev.json file:
{
"scriptId":"YOUR_SCRIP_ID",
"rootDir":"./dist"
}
Customize the snippet/output template using two variables. The default template is as follows, and you can modify it as needed:
Would {{duration}} min work during any of these times?
{{suggestion_list}}