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 1 year 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:17:56.000Z (over 2 years ago)
- Last Synced: 2024-04-25T22:40:36.840Z (almost 2 years 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
[](https://opensource.org/licenses/MIT)
[](https://github.com/google/clasp)
[](https://www.npmjs.com/package/@silverbirder/rminc)
[](https://www.npmjs.com/package/@silverbirder/rminc)
[](https://www.npmjs.com/package/@silverbirder/rminc)
[](https://github.com/Silver-birder/rMinc/actions)
[](https://coveralls.io/github/Silver-birder/rMinc?branch=master)
[](https://twitter.com/silver_birder)
# rMinc
rMinc is the Google Apps Script Library that register Mail in Calendar.

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. Description
Example from my Amazon mail is below.

# 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.