Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silverbirder/rminc
rMinc is the Google Apps Script Library that register Mail in Calendar.
https://github.com/silverbirder/rminc
clasp gcalendar gmail googleappscript typescript
Last synced: about 2 months ago
JSON representation
rMinc is the Google Apps Script Library that register Mail in Calendar.
- Host: GitHub
- URL: https://github.com/silverbirder/rminc
- Owner: silverbirder
- License: mit
- Created: 2020-02-08T06:40:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:17:56.000Z (about 1 year ago)
- Last Synced: 2024-04-25T22:40:36.840Z (9 months ago)
- Topics: clasp, gcalendar, gmail, googleappscript, typescript
- Language: HTML
- Homepage:
- Size: 726 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License: MIT](https://img.shields.io/npm/l/@silverbirder/rminc.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/rminc.svg)](https://www.npmjs.com/package/@silverbirder/rminc)
[![npm version](https://img.shields.io/npm/v/@silverbirder/rminc)](https://www.npmjs.com/package/@silverbirder/rminc)
[![npm bundle size](https://img.shields.io/bundlephobia/min/@silverbirder/rminc)](https://www.npmjs.com/package/@silverbirder/rminc)
[![github action](https://img.shields.io/github/workflow/status/Silver-birder/rMinc/main)](https://github.com/Silver-birder/rMinc/actions)
[![Coverage Status](https://coveralls.io/repos/github/Silver-birder/rMinc/badge.svg?branch=master)](https://coveralls.io/github/Silver-birder/rMinc?branch=master)
[![twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fsilver_birder)](https://twitter.com/silver_birder)# rMinc
rMinc is the Google Apps Script Library that register Mail in Calendar.
![overview](https://res.cloudinary.com/silverbirder/image/upload/v1581769421/rMinc/rMinc_overview.png)1. Get the email.
1. target the some services.
1. [Amazon](https://www.amazon.co.jp/)
1. [TOHO CINEMAS](https://www.tohotheater.jp/)
1. [SHOKUTAKU BIN](https://shokutakubin.com/)
1. Your favorite services
1. you can create the custom mail rule (see [sample/sample.js](https://github.com/Silver-birder/rMinc/blob/master/sample/sample.js)).
1. Register the calendar event.
1. Set the value of below.
1. Title
1. Event start and end date
1. Location
1. DescriptionExample from my Amazon mail is below.
![example](https://res.cloudinary.com/silverbirder/image/upload/v1581760683/rMinc/rMinc_sample.png)# Use By Google Apps Script
1. Access the Your [Google Apps Script](https://script.google.com).
1. Add the this library. (RMinc)
1. API ID is **MdL3uTK-myFlfF1-Ls1C1wiIH6OImGALS**
1. Use it like [sample/sample.js](https://github.com/Silver-birder/rMinc/blob/master/sample/sample.js)# Use By TypeScript
This library is published by npm.
[@silverbirder/rminc](https://www.npmjs.com/package/@silverbirder/rminc)```
$ npm install @silverbirder/rminc
```# Motivation
I often shop at Amazon([amazon.co.jp](https://www.amazon.co.jp/)).After purchasing the product, I will receive an email when the product will arrive.
However, it was **very troublesome to check when it arrived** .So, RMinc is a tool that monitors Amazon mails sent to GMail and **automatically registers them in GCalendar** .
# Other
@me: [twitter](https://twitter.com/silver_birder)
Please contact @me if you have anything.