pyorg
pyorg copied to clipboard
Agenda as Python object
First off, very cool project!
I would like to export org agenda as a Python object for use in a REST API web server.
It appears there was some limited support for exposing org agenda as a Python object, but it was removed. Is all agenda related functionality gone? I notice ox-json indicates agenda export as being TODO, so I am guessing this never worked, but wanted to double check.
I'm guessing to do this, ox-json would need to be updated to export agendas, then pyorg can be updated to restore the agenda class and make use of the output from the ox-json extension.
I'm willing to do the work myself if it is reasonably straightforward, but wanted to double check on my approach before starting.
This is definitely something I would like to do, but I've been totally swamped with other stuff and unfortunately haven't had the time.