Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:17:28.000Z (about 1 year ago)
- Last Synced: 2024-04-14T18:11:53.895Z (9 months 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
[![License: MIT](https://img.shields.io/npm/l/@silverbirder/caat.svg)](https://opensource.org/licenses/MIT)
[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg)](https://github.com/google/clasp)
[![npm download](https://img.shields.io/npm/dt/@silverbirder/caat.svg)](https://www.npmjs.com/package/@silverbirder/caat)
[![npm version](https://img.shields.io/npm/v/@silverbirder/caat)](https://www.npmjs.com/package/@silverbirder/caat)
[![npm bundle size](https://img.shields.io/bundlephobia/min/@silverbirder/caat)](https://www.npmjs.com/package/@silverbirder/caat)
[![github action](https://img.shields.io/github/workflow/status/Silver-birder/CaAT/main)](https://github.com/Silver-birder/CaAT/actions)
[![Coverage Status](https://coveralls.io/repos/github/Silver-birder/CaAT/badge.svg?branch=master)](https://coveralls.io/github/Silver-birder/CaAT?branch=master)
[![twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fsilverbirder)](https://twitter.com/silverbirder)# CaAT
CaAT is the Google Apps Script Library that Calculate the Assigned Time in Google Calendar.![sample](https://res.cloudinary.com/silverbirder/image/upload/v1579416110/CaAT/sample.png)
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.