summaryrefslogtreecommitdiffstats
path: root/includes/ical_export.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-86/+0
| | | | | | | | | - Source files containing a class should only contain _one_ class. - Source files containing a class should be names class-[name of the class].php - Use dashes instead of underscores in file names. - Fix source file comments - Some nitpicking...
* Add phpcs config and do automatic fixups.Harald Eilertsen2022-06-181-35/+30
|
* 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.