iCalendar Julia library

Hello,

I’m looking for a Julia library to parse and generate icalendar files comparable to

icalendar

https://github.com/collective/icalendar

ics

https://github.com/C4ptainCrunch/ics.py

Unfortunately I haven’t found something like this on https://pkg.julialang.org/

Any idea?

Kind regards

You could use PyCall.jl and call those python libraries.

1 Like

Thanks @mauro3 for this suggestion but I’d prefer a pure Julia solution.