drcicero / beautiful-tucan

Plan your week for the next semester.
https://www.student.informatik.tu-darmstadt.de/~dr85nixo/beautiful-tucan/
GNU General Public License v3.0
15 stars 4 forks source link

Calendar export broken #6

Closed pkwagner closed 3 years ago

pkwagner commented 4 years ago

Clicking the calendar export button generates following (obviously invalid) iCal file:

blob:http://<host>/bddeae66-d5fa-48b2-b898-438cb532d95c

Opening this URL manually in a web browser afterwards triggers the actual download. The workaround just takes a few seconds, so it's really not a super-urgent issue. Just wanted to document it here.

drcicero commented 4 years ago

For me it generates "data:text/calendar;charset=utf-8,BEGIN..." links. Both on https://www.student.informatik.tu-darmstadt.de/~dr85nixo/beautiful-tucan/ and https://www.d120.de/semesterplan . And if I click on them it the download starts. Maybe that is different when using moment.js to generate the ical files? I don't know anything about moment.js :)

pkwagner commented 3 years ago

Just verified it with your links, these work for me as well. Then it's only a problem with my local setup I guess :)