gcal-cli
gcal-cli copied to clipboard
Google Calendar command line tool for Node.js
Bumps [moment](https://github.com/moment/moment) from 2.18.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.3 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
Hi there! I think Google has changed the types of Oauth2 credentials that can be generated in the dev console -- they no longer have the "Other" type. Any current...
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 21.3.0 to 39.1.0. Release notes Sourced from googleapis's releases. v39.1.0 03-28-2019 16:17 PDT This release has security fixes.. Versions 36.0.0 => 39.0.0 have a potential vulnerability where...
Hi, Would it be possible to implement the assignment of resources, e.g. a room when adding an entry to a calendar? Would it also be possible to get a notification...
## What? This MR contains largely a smooth refactoring to use gcal-cli also in a programmatically way. ## How? * add the bin entry point `bin.js` * move google apis...
Hello, Is it possible to use multiple calendars? I have a shared calendar among the family, in addition to my main one, and I would like to see all of...
For lazy people (as me), copying and pasting the url is too much hassle. With this small fix, the url is automatically open in user's default browser. Thanks for the...