Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enabled calendars aren't kept in sync #5

Open
forrestguice opened this issue Dec 31, 2018 · 1 comment
Open

enabled calendars aren't kept in sync #5

forrestguice opened this issue Dec 31, 2018 · 1 comment
Labels
bug Something isn't working permissions

Comments

@forrestguice
Copy link
Owner

The "calendar window" is only used when initially adding calendars (triggered by clicking a checkbox), however the pref implies that calendars are periodically updated. Entries should be periodically added and removed to keep calendars in sync within this window.

Currently adding or removing entries is a one-time event triggered by the user. They must uncheck/recheck the enabled pref to get calendars in sync. Considering the "window" is specified in years this isn't really much of a problem, but it would be really nice if it was automatic.

@forrestguice forrestguice added bug Something isn't working permissions labels Dec 31, 2018
@forrestguice
Copy link
Owner Author

The app already uses a SyncAdapter to add/remove the custom calendars. The system should periodically call the onPerformSync method, but since the app is using a LOCAL account I don't think it's ever called.

Using a non LOCAL account would allow automatic synchronization, but it also means requesting additional permissions to add/remove accounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working permissions
Projects
None yet
Development

No branches or pull requests

1 participant