Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.