kaugesaar / time-suggest

Google Calendar / Gmail addon that finds available time slots in your calendar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Suggest

Screenthos showing and example of the addon

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.

Guide

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"
}

Template

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}}

About

Google Calendar / Gmail addon that finds available time slots in your calendar.

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%