kr37 / drycalendar
Calendar plugin with unrestricted repetition for Craft CMS 3
Requires
- craftcms/cms: >=4.0.0
This package is not auto-updated.
Last update: 2025-06-27 05:42:54 UTC
README
Event calendar with unrestricted repetition
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require /drycalendar
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for DryCalendar.
-
There are a number of settings you must fill in for the plugin to work. In the CP, Settings → Plugins → DryCalendar Settings and fill in especially the items further down, Deep down admin stuff
- timezone
- Category Field's Handle ~ in the entry, what field tells us the category?
- Entry's 'Calendar Text' Field's Handle ~ in the entry, this field will usually provide the text for the event (if blank, it defaults to the title of the entry)
- Start Date Field Handle ~ In the entry, what field tells us the start date
- Image Field Handle ~ In the entry, what field contains an optional image for these events
- urlFieldHandle ~ Where to get the URL for any occurrence. THIS IS NOT CURRENTLY USED
Field-handles in categories
- Category's CSS Field Handle ~ In the category, what field tells us the CSS
It is also necessary to fill in some of the date formats. Examples are given.
DryCalendar Overview
-Insert text here-
Configuring DryCalendar
-Insert text here-
Using DryCalendar
-Insert text here-
DryCalendar Roadmap
Some things to do, and ideas for potential features:
- Release it
Brought to you by KR37