From ff1778e78a1dbfd6bffdd8f213255bf89838cd63 Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 8 Jan 2024 00:23:39 +0100 Subject: [PATCH] php-intl-Requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49db146..49f2fc9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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` ---