https://github.com/silverbirder/caat
CaAT is the Google Apps Script Library that Calculate the Assigned Time in Google Calendar.
https://github.com/silverbirder/caat
caat clasp google-calendar googleappscript typescript
Last synced: 6 months ago
JSON representation
CaAT is the Google Apps Script Library that Calculate the Assigned Time in Google Calendar.
- Host: GitHub
- URL: https://github.com/silverbirder/caat
- Owner: silverbirder
- License: mit
- Created: 2020-01-17T13:22:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:17:28.000Z (over 1 year ago)
- Last Synced: 2024-04-14T18:11:53.895Z (about 1 year ago)
- Topics: caat, clasp, google-calendar, googleappscript, typescript
- Language: TypeScript
- Homepage:
- Size: 2.38 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://github.com/google/clasp)
[](https://www.npmjs.com/package/@silverbirder/caat)
[](https://www.npmjs.com/package/@silverbirder/caat)
[](https://www.npmjs.com/package/@silverbirder/caat)
[](https://github.com/Silver-birder/CaAT/actions)
[](https://coveralls.io/github/Silver-birder/CaAT?branch=master)
[](https://twitter.com/silverbirder)# 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.