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

Add option to only resync future events (but keeping the past events) #292

Closed
FoxtrotSierra6829 opened this issue Nov 3, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@FoxtrotSierra6829
Copy link
Contributor

My source calendar unfortunately removes past events from more than a month ago. For future reference I want to keep them though. Still I need the ability to sync the removal of future events.

Currently there is an existing option to only sync future events:

var onlyFutureEvents = false; // If you turn this to "true", past events will not be synced (this will also removed past events from the target calendar if removeEventsFromCalendar is true)

As I need to have removeEventsFromCalendar set to true in order to be able to remove future events, this will also remove past events from the calendar though.

@FoxtrotSierra6829 FoxtrotSierra6829 added the enhancement New feature or request label Nov 3, 2022
@jonas0b1011001
Copy link
Collaborator

Have a look at #168 this might be what you are looking for.

@FoxtrotSierra6829
Copy link
Contributor Author

Have a look at #168 this might be what you are looking for.

This solution seems to be working for me. Can this be integrated into master in a future PR?

@derekantrican
Copy link
Owner

@jonas0b1011001 - while this is definitely a niche request, it seems there are about 5 users that wanted something similar. Maybe worth adding an option for it? Thoughts?

(maybe once #311 is completed)

@jonas0b1011001
Copy link
Collaborator

There actually is a PR ready to be merged in #317.

@derekantrican
Copy link
Owner

PR #317 has been merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants