pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.74k stars 271 forks source link

Calendar route should write appropriate header #11718

Open pidario opened 1 month ago

pidario commented 1 month ago

As per PR title, calendar route should also add Content-Type: text-calendar header. Tested with vdirsyncer: without this header the software can't interpret correctly the calendar. A possible (but ugly) workaround would be to curl the medusa calendar in order to download the body response to a calendar file and then make vdirsyncer read that file instead.