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

[Request] - Option to remove future events only (leave past events unchanged) #344

Closed
jimstowe opened this issue Jun 8, 2023 · 3 comments

Comments

@jimstowe
Copy link

jimstowe commented Jun 8, 2023

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

I have the following options set in the script:
onlyFutureEvents = false
addEventsToCalendar = true
modifyExistingEvents = true
removeEventsFromCalendar = true

One of the ical feeds that I'm monitoring stops sending "past" events after a few days. I would like those events to remain on the google calendar. I would like an option that adds past AND future, but only removes/modifies current/future events. That would leave past events unchanged.

Additional context

No response

@Nickxsch
Copy link

Like splitting up removeEventsFromCalendar into removeFutureEventsFromCalendar = true and removePastEventsFromCalendar = false (with the values set to apply for you in this case).
Sounds like a cool feature, yeah.

@jonas0b1011001
Copy link
Collaborator

#317 added the option to master branch. You can manually update by following this guide.

@Nickxsch
Copy link

Oh wow, apparently, my instance wasn't up to date. Thanks @jonas0b1011001!

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

No branches or pull requests

3 participants