timehunt
v1.1.5
Published
- This application retrieves and displays appointments from Google Calendar. - Node.js is required for operation. - This software is released under the MIT License, see LICENSE.txt.
Downloads
22
Readme
timehunt
- This application retrieves and displays appointments from Google Calendar.
- Node.js is required for operation.
- This software is released under the MIT License, see LICENSE.txt.
How to use this app
Environment setting
GOOGLE_CLIENT_ID="(Get it from Google Cloud Console)"
GOOGLE_CLIENT_SECRET="(Get it from Google Cloud Console)"
GOOGLE_CALENDAR_ID="(Please paste your own Google Calendar calendar ID)"
Execution command
npm i -g pnpm
pnpm i
pnpm hunt "meeting"
Execution result
Upcoming events:
2023年11月29日(水) : 15:00~16:00
2023年12月6日(水) : 15:00~16:00
2023年12月13日(水) : 15:00~16:00
2023年12月20日(水) : 15:00~16:00
...