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

I don't want any past (recurring) event to be deleted #298

Closed
azwiep opened this issue Jan 4, 2023 · 3 comments
Closed

I don't want any past (recurring) event to be deleted #298

azwiep opened this issue Jan 4, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@azwiep
Copy link

azwiep commented Jan 4, 2023

Hi, thanks for the great script. makes my lif eeasier, but for one thing:

Currently all my recurring events (not my normal events, they stay) are deleted as soon as they become past. I need all these events to stay in my calendar, even if the last event has passed. Is tehre a way to do so. These are my settings:

var onlyFutureEvents = true;
var addEventsToCalendar = true;
var modifyExistingEvents = true;
var removeEventsFromCalendar = false;

Hope this is a minor thing, mamny thanks in advance!

Nouk

@azwiep azwiep added the enhancement New feature or request label Jan 4, 2023
@jonas0b1011001
Copy link
Collaborator

Recurrence instances are not explicitly deleted by the script, they get removed by editing the recurrence rule of the main event, google calendar handles all the rest. Therefore removeEventsFromCalendar does not apply to recurrence instances. Your best bet is to set onlyFutureEvents = false if that does not work the past instances are removed by your source.

@derekantrican derekantrican changed the title I don;t want any past (recurring) event to be deleted I don't want any past (recurring) event to be deleted Mar 21, 2023
@derekantrican
Copy link
Owner

@azwiep - did you have a chance to try @jonas0b1011001 's suggestion?

@derekantrican
Copy link
Owner

Closing as there has been no response. Please comment again if this is still an issue

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