niccokunzmann / python-recurring-ical-events

Python library to calculate recurrence times of events, todos and journals based on icalendar RFC5545

Home Page:https://pypi.org/project/recurring-ical-events/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove Attributes of Repetition

niccokunzmann opened this issue · comments

The result of the repetitions is a list of events.
Since these events occur on specific dates, the RRULE, RDATE and EXRULE properties might be missleading. They should be removed.

The result: Each repeated event is there only once when passed though the repetition function again.