Skip to content

cantsin/ov2o

Repository files navigation

Export calendars into org-mode

Given a list of calendars (in icalendar format), output all events within a given timeframe to org format.

Written as an alternative to ical2org.py, as I needed something that would handle calendars from multiple sources and had a stable sort (re-running the program on the same inputs will give the same ordering).

A nix derivation is given in build.nix.

Example

Print out all events within the last two days and the next week:

./ov2o.exe /path/to/my-calendars/ 2 7

About

Summarize iCalendar files into Org format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published