Wiki-Quellcode von ICal to JSON

Zuletzt geändert von Burkard Hagspiel am 2025-04-26

Zeige letzte Bearbeiter
1 {{velocity wiki="false"}}
2 #if ($xcontext.action == 'get' && "$!{request.outputSyntax}" == 'plain')
3 $response.setContentType('application/json')
4 ## Display the JSON content.
5 $services.fullcalendar.iCalToJSON($request.iCal)
6 #end
7 {{/velocity}}