Closed vmx closed 3 years ago
I've implemented this using the exporter interface, because that will make pretalx and Django upgrades more seamless (for example, we're moving away from re_path, and now we don't need to touch URLs in this repo).
Thanks! I tried that but somehow didn't get it working properly, but your version works.
I've put it under
export
, if it should be under a different URL or if other formats (like e.g. JSON) should also be supported, please let me know.I originally tried to use the Schedule export functionality, but I couldn't get it working with a plugin, hence I decided to just use a view for it.
Closes #4.