Datetime field for Craft CMS with multiple and recurring occurrences
- Adds a field with a option for multiple dates
- Constraints for minimum and maximum number of dates can be used
- The field can be also completely static (e.g. only one date)
- Each date can also be recurring (e.g. every week or every month)
- Elements can be queried by the next occurrence
This plugin requires Craft CMS 3.6 or later.
You can install this plugin from the Plugin Store or with Composer.
Go to the Plugin Store in your project’s Control Panel and search for “Recurring Dates”. Then click on the “Install” button in its modal window.
Open your terminal and run the following commands:
# go to the project directory
cd /path/to/my-project.test
# tell Composer to load the plugin
composer require gewerk/recurring-dates
# tell Craft to install the plugin
./craft plugin/install recurring-dates
Visit the plugin page for all documentation, guides, pricing and developer resources.
Get in touch with us via the support page or by creating a GitHub issue