Let your Line remind you your everyday tasks on Google calendar
- Generate Line Notify Token Token
- Create/Grab the Google calendar Id which you want to get notify from
- Create a new Google app script project
- Copy and paste the codes into your project (make sure the order of your gs files is the same as the sample below)
- configs.gs
- utils.gs
- api_notify.gs
- sendTodayCalendarInfoByNotify.gs
- main.gs
- setup script properties (google app scripts)
- go to project settings, fill out the properties and value with all your tokens (notify & google calendar), you can name the property names whatever you want.
- go to
configs.gs
file, and replace all the property keys - deploy with web application
- create new trigger (the invoked function will be TriggerNotify)
- there you go!