php-intl-Requirement

This commit is contained in:
patrick 2024-01-08 00:23:39 +01:00
parent 02d163ae79
commit ff1778e78a

View file

@ -1,6 +1,6 @@
# Hackcal # Hackcal
This script is using [PHP ICS Parser](https://github.com/u01jmg3/ics-parser) to parse ics files, e.g. from Nextcloud. The output is an very simple json for embedding the calender into html websites. Its presorted by days and preformatted to use less js on client side for date interpretation. This script is using [PHP ICS Parser](https://github.com/u01jmg3/ics-parser) to parse ics files, e.g. from Nextcloud. The output is an very simple json for embedding the calender into html websites. Its presorted by days and preformatted to use less js on client side for date interpretation. The server part requires `php-intl`
--- ---