I want to implement a calendar app and wanted to handle recurring events, as calculation of recurrence is complex I was wondering if any open source libraries are available. I would prefer these libs to be in C/C++.I found some libs using ruby. But I am not sure how to use those in a C++ environment.
Share
Yes, you can use libical which allows you to expand all recurrences in the iCalendar proposed standard. Beware: implementing a serious calendar app requires a huge effort. Unless you are forced to do this, think twice.