Andrei Popov
Andrei Popov
A few minor beautification and gramma fixes
Reworked token authentication, refresh and revocation handling. Instead of failing in `getClient` and `getCalendarService` use erro propagation to catch/retry or re-authenticate. Adjusted `sync`, `add`, `cleanup`, and `desync` to reflect the...
Do basic validation of user input before registering calendar (e.g. check that account name is an email, not some random text). + recover/die more gracefully from googleapi 404 error _if_...
README.md has become a bit patchy and unclear (especially after adding config file sections) and would benefit from a good pass over it to make it more logical and better...