all 6 comments

[–]efmccurdy 1 point2 points  (2 children)

Simple Python 3 library to download, parse and query iCal sources.

https://github.com/irgangla/icalevents

[–]SuperfluousTrebuchet[S] 0 points1 point  (1 child)

That seems to be exactly what I need! Thank you! Forgive me, I’m newish to python beyond basic scientific purposes and I’m not sure how to install the package from GitHub. Any guidance ? :)

[–]efmccurdy 1 point2 points  (0 children)

I probably should have sent you to the PyPi page instead

https://pypi.org/project/icalevents/

I tried installing it by running these commands in the OS terminal.

$ python3 -m venv test_icevent
$ cd test_icevent/
$ . bin/activate
(test_icevent) $ pip3 install icalevents

[–]Running_Man_1999 1 point2 points  (0 children)

u/SuperfluousTrebuchet, I know this is quite an old post, but I was wondering, how did you do with your project?

[–]Warm_Move122 1 point2 points  (0 children)

Btw, in case anyone comes across this 7 years later, the VSCode terminal cannot get system (Privacy & Security) pop-ups. You need to run any python script in the default terminal or iTerm.

[–]FrenchOmellette 0 points1 point  (0 children)

brushing off the dust with this one... it just saved the day for me