@silverbirder/caat
Version:
CaAT is the Google Apps Script Library that Calculate the Assigned Time.
31 lines (21 loc) • 1.03 kB
Markdown
# CaAT
CaAT is the Google Apps Script Library that Calculate the Assigned Time in Google Calendar.

This Calendar's Assign Time is 3 hours, excluding Lunch ,Morning MTG, and Concentration.
And Bob has a morning break on the 23rd.
# Use By Google Apps Script
1. Access the Your [Google Apps Script](https://script.google.com).
1. Add the this library. (CaAT)
1. API ID is **M789zIcys5BnW_gD7nRpmM3WuXGFJZPSs**
1. Use it like the [SampleCaat](https://github.com/Silver-birder/SampleCaat).
# Use By TypeScript
This library is published by npm.
[@silverbirder/caat](https://www.npmjs.com/package/@silverbirder/caat)
```
$ npm install @silverbirder/caat
```
# Motivation
I wanted to know the assigned time from Google Calendar for scheduling when planning the next week. I could not find such a similar library. So, I made this.
# Other
@me: [twitter](https://twitter.com/silver_birder)
Please contact @me if you have anything.