Open AppWerft opened 6 years ago
Hi David, I try https://www.munichways.com/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&xml=true with this data head:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE vcalendar PUBLIC "-//IETF//DTD XCAL/iCalendar XML//EN" "http://www.ietf.org/internet-drafts/draft-ietf-calsch-many-xcal-01.txt"> <vcalendar version="2.0" prodid="-//5.35.225.49//NONSGML kigkonsult.se iCalcreator 2.20//" calscale="GREGORIAN" method="PUBLISH"> <x-from-url>https://www.munichways.com</x-from-url>
It always return nothing. Here https://github.com/AppWerft/MunichWays/blob/master/Resources/getCalendar.js the playground. Do you have an idea?
I have removed both header nodes (only vcalendar in string): same issue.
Hi David, I try https://www.munichways.com/?plugin=all-in-one-event-calendar&controller=ai1ec_exporter_controller&action=export_events&xml=true with this data head:
It always return nothing. Here https://github.com/AppWerft/MunichWays/blob/master/Resources/getCalendar.js the playground. Do you have an idea?