summaryrefslogtreecommitdiffstats
path: root/includes/ical_export.php
Commit message (Collapse)AuthorAgeFilesLines
* use correct file name variable when saving fileAndreaChirulescu2022-03-281-1/+1
|
* added function to clean file name before ical exportAndreaChirulescu2022-03-281-0/+8
|
* ics file gets first 20 characters from concert nameAndreaChirulescu2022-03-271-0/+2
|
* Fix more psalm issuesHarald Eilertsen2022-03-091-0/+3
|
* Reindent includes/ical_export.phpHarald Eilertsen2022-03-091-46/+45
|
* iCal file download fixes to generate one file per concertAndreaChirulescu2022-02-271-150/+53
| | | | giglog import fixes to catch errors and ignore old concerts
* Add sample ical export module.Harald Eilertsen2022-02-211-0/+176
Currently just uses sample from iCalcreator docs, but shows how it can be done, and how to hook it into WordPress.