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 possibility to expand weekly recurring event starting from the specified start date #17

Open
stsiarzhanau opened this issue Jul 24, 2020 · 1 comment

Comments

@stsiarzhanau
Copy link

stsiarzhanau commented Jul 24, 2020

Hi! Thanks for the handy lib)

There could be the case when we create a recurring event and set it to repeat for example on Thursdays, but specify Monday as start date.
Generally in this case event occurrencies will be created starting from the first Thursday that occurs after specified start date.
On Monday event occurrence will not be created.
This is the way how Google Calendar expands events. The same does ical-expander.

But some calendars (like the one in Kerio Connect app) behave differently: the first occurrence is created for the specified start date (Monday) and all other on Thursdays.

On my current project customer wants the behavior to match the one in Kerio Connect.

Could you please provide some thoughts how it can be implemented in the right way?

Also, it'd be great if you add some option to the lib, that will allow to achieve this behavior.

@mifi
Copy link
Owner

mifi commented Nov 3, 2020

I don't have the time to implement this now but if it can be implemented in a simple way, a PR is welcome

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

2 participants