gcalsync icon indicating copy to clipboard operation
gcalsync copied to clipboard

gcalsync: Sync Your Google Calendars Like a Boss

Results 7 gcalsync issues
Sort by recently updated
recently updated
newest added

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

This is an open request for any interested developer. Many users are asking if we can add support for non-Google calendars with CalDav protocol. Check this Issue if you would...

@L0ndra check out the first (and dirty approach) for caldav support. It is NOT well tested and should be treated as a dirty initial thoughts about not-only-google refactoring

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

Support to delete a calendar that's no longer needed. Note this does not remove all the associated blocked events from all calendars by design. That can be executed through clean,...