I've got a small flask website, and I want to serve an ical feed from it.I've already created an ics-file, which gets frequently updated, however I can't figure out how to serve it from the website.I've tried doing it through Response
and serve_file
, but they just display the text in the file.
↧
Serve an ical feed with Flask
↧