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
90 stars 20 forks source link

Solution for multiple calendars #167

Open niccokunzmann opened 3 weeks ago

niccokunzmann commented 3 weeks ago

It would be nice to easily join multiple calendars into one. The problem we face is that UIDs might be duplicated.

Thus, we will need to calculate different series for them. Passing a list argument might be the easiest option.


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 1 week ago

This might be handled with by a reference to https://github.com/mergecal/python-mergecal

niccokunzmann commented 6 days ago

UIDs duplicated should not be an issue. Just adding an add(a_calendar) method should be it.