Skip to content

add: support for multiple ICS and Google calendars.#115

Open
KaeroDot wants to merge 1 commit intomendhak:masterfrom
KaeroDot:master
Open

add: support for multiple ICS and Google calendars.#115
KaeroDot wants to merge 1 commit intomendhak:masterfrom
KaeroDot:master

Conversation

@KaeroDot
Copy link

I have added support for up to 5 google calendars and up to 5 ics calendars. All available calendars are fetched, events sorted and displayed together according the event start date. Personally I need to show up events from 2 google calendars and one ics calendar. I use my own layout with more calendar space (I will share this later).
Unfortunately I haven't got outlook or caldav calendars to test them also.

I had to modify time zone operations so the events from all calendars can be joined into one compatible array and properly sorted. Hopefully I have chosen proper approach.

Additionally, urlib3 version requirements had to be loosened otherwise I got compatibility issues:
The user requested urllib3==2.5.0
icalevents 0.3.0 depends on urllib3>=1.26.5
requests 2.28.1 depends on urllib3<1.27 and >=1.21.1

I have removed deprecated .utcnow().

urlib3 version requirements had to be fixed. Also removed deprecated .utcnow()
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.

1 participant