Install Python icalendar module

Hi,

How can I install the python icalendar module? It doesn’t seem to be in the repos.

Gerald

There are some rpms from other distros but don’t see a packaged version for Centos 7.
You could try through pip:

yum install python-pip
pip install icalendar

Is it a requirement for a program you are about to install?

Thanks! I was wanting to use python to get free/busy information for Outlook (from SOGo). I ended up doing it in c++ and libical.