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

Calendar resource should only save the most recent and future events instead everything back to 1900... #64

Open
michaelwechner opened this issue Nov 6, 2013 · 0 comments

Comments

@michaelwechner
Copy link
Member

At the moment the calendar resource

src/resources/calendar/src/java/org/wyona/yanel/impl/resources/calendar/CalendarResource.java

saves all events, which does no scale well. It would be nice to have a resource configuration property "delete-older-than", such that one can set a limit for events to be kept inside the ICS. For example all events older than 1 year should be deleted from the ICS. We still would have these events as XML events in order to recover when necessary

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

No branches or pull requests

1 participant