Skip to content

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

License

Notifications You must be signed in to change notification settings

kaugesaar/time-suggest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

58e4b7c · Jan 29, 2024

History

11 Commits
Jan 29, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024
Jan 28, 2024

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks