gewerk / recurring-dates

Datetime field for Craft CMS with multiple and recurring occurrences

Home Page:https://gewerk.dev/plugins/recurring-dates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurring Dates

Recurring Dates

Datetime field for Craft CMS with multiple and recurring occurrences

Features

  • 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

Requirements

This plugin requires Craft CMS 3.6 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

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.

With Composer

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

Documentation

Visit the plugin page for all documentation, guides, pricing and developer resources.

Support

Get in touch with us via the support page or by creating a GitHub issue

About

Datetime field for Craft CMS with multiple and recurring occurrences

https://gewerk.dev/plugins/recurring-dates

License:Other


Languages

Language:PHP 73.9%Language:Vue 23.3%Language:JavaScript 2.8%