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

Fix Various Recurring Issues #29

Merged
merged 16 commits into from
Apr 19, 2018
Merged

Conversation

drewpc
Copy link
Contributor

@drewpc drewpc commented Apr 18, 2018

Two years ago I submitted PR #16 to add support for recurring events. After that was manually merged, my fork drifted away from this repo and I couldn't submit bug fixes I'd made on my fork. I spent some time and rebased my fork with the latest changes from this repo. This PR includes fixes for recurring events that I encountered, updated many test cases to highlight these advanced issues, and fixed many timezone name issues (specifically with Office365 calendars).

This should fix issues #5, #19, and #27.

drewpc and others added 16 commits April 18, 2018 09:33
…t when there is a list of recurring events plus some "modified" events. The modified events are denoted by the RECURRENCE-ID in the VEVENT properties.
…nce it is. This is important for creating unique IDs such as UID + SEQUENCE + RECURRENCE_INSTANCE
…RRENCE-IDs are processed. Some badly formed ICS files put events after the recurring event, which I refactored some code to handle.
…have weird characters in them. Fixed a bug with recurring events that have changes to them.
…e on Monday of every week). Added tests for this also.
…pdated tests to work properly and to evaluate the actual events generated versus the recurrence dates.
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

Successfully merging this pull request may close these issues.

2 participants