From a01b34018dcff28b5fb701bc06687642db56ebf5 Mon Sep 17 00:00:00 2001 From: Werner Joss <36265757+wernerjoss@users.noreply.github.com> Date: Tue, 15 Jun 2021 19:31:41 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a63d12b4..ff0fc14f 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ In case you only use calendar files in the page folder, be sure to include an em ` [fullcalendar][/fullcalendar]` in your page content, otherwise it will not work ! Also note, that from v 0.2.8, the Plugin will only work if you use the calendar.html.twig template from the plugin (or a modified copy in your Theme Folder) for the calendar page - this can be done manually or in the admin backend by choosing 'Calendar' in the dropdown for the page template. +Additionally, it should be noted that this Plugin relies on jquery beeing loaded by the Theme (most Themes do this) - in case you are using a Theme that does not do this, there is now (from v 0.2.10) a configuration Option to resolve this Problem: just set addJquery to true. ## Advanced Usage As an addition to the standard use case, there is an elegant way to automatically update your .ics Files from remote Calendars in case those are hosted on a CalDav Server (e.g. Owncloud, Nextcloud...):