niccokunzmann / python-recurring-ical-events

Python library to calculate recurrence times of events, todos and journals based on icalendar RFC5545
https://pypi.org/project/recurring-ical-events/
GNU Lesser General Public License v3.0
91 stars 20 forks source link

bug: Check events with PERIOD values #157

Closed niccokunzmann closed 4 days ago

niccokunzmann commented 1 month ago

Describe the bug

It seems that PERIOD value types are not supported.

To Reproduce

Use an ics file from the icalendar package with PERIOD value type.

Expected behavior


We're using Polar.sh so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work.

Fund with Polar

niccokunzmann commented 4 days ago

Generally, it will have a DATE value data type, but it can also be used to specify a DATE-TIME value data type. - VJOURNAL

dtstart cannot be a period