PDA

View Full Version : Looking for a way to read / parse an iCalendar file



igor
25th December 2015, 03:50
I am looking for a way to read an iCalendar file to use in a Qt application I wrote that prints calendars.

There was the old QtMobility -> QtVersit -> QVersitOrganizerImporter, but I am not sure I could get that working in a newer Qt environment (late 4.x or current 5.x), and even so, I suspect I will be dragging way too much unnecessary baggage into my app.

Does anyone know of a simpler way to do this ? A nice Qt/C++ iCalendar reader class ?

Thanks

anda_skoa
25th December 2015, 12:50
You could check the parser from the kcalcore library of kdepimlibs http://inqlude.org/libraries/kdepimlibs.html

Cheers,
_

igor
25th December 2015, 13:35
Thanks for the pointer. I will check it out.
Happy holidays.