summaryrefslogtreecommitdiffstats
path: root/includes/giglogadmin-export-ical-handler.php
Commit message (Collapse)AuthorAgeFilesLines
* Use DateTimeImmutable for concert date/time.Harald Eilertsen2023-01-281-9/+2
|
* Clean up phpcs warnings in ical handler code.Harald Eilertsen2023-01-281-42/+30
| | | | | One warning remains, for using the locale dependent `date` function. Leaving this as I'm looking to redo the date formatting stuff anyways.
* Change ical export handler to a function.Harald Eilertsen2023-01-221-0/+96
A class with one static function does not need to be a class in any case. Also renames the function to be a bit more descriptive.