Improve calendar exports
Compare changes
- Anton Ballmaier authored
@@ -208,9 +208,6 @@ class CalendarRestController extends AbstractFOSRestController
@@ -219,7 +216,12 @@ class CalendarRestController extends AbstractFOSRestController
Closes #1219 (closed)
Adds a link to the store page in the description of pickup calendar entries and adds calendar entries for foodsharing events.
Apart from that it refactors a method for fetching events to allow for specific statuses to be included. That way two of the functions previously defined in that class could be joined.
I am not 100% confident, that all calendar programs support html, but all I know about and have tested do. The refactor is probably more error prone, but I tested the different views where the function is used.
This is how the entries are displayed in google calendar.
CHANGELOG.md
Die Betriebsseite ist nun in Kalenderexporten verlinkt. Außerdem werden Foodsharing Events im Kalender aufgeführt.