The rule above means a recurring event start from 2020-03-02 to 2020-03-31 and occurs every Monday and Wednesday except 2020-03-09 and 2020-03-11. The RRULE supports excluded time as well.
More information about the RRULE, please see https://github.com/jakubroztocil/rrule.
2. Then go the view setting page to specify the field as the RRUle field which is under Format:Full Calendar Display->Settings->Recurring Event Settings->RRule Field for recurring events.
3. The duration field is optional, which specifying the end time of each recurring event instance. The field value should be a string in the format hh:mm:ss.sss, hh:mm:sss or hh:mm. For example, "05:00" signifies 5 hours.
FEATURES:
-------------
* Day, week, month view
* Creating a new event by double clicking
...
...
@@ -65,3 +72,73 @@ Features:
* Supports Multilingual
* Off-Canvas editing
* Popup Tooltip for event's description
API:
-------------
* Service
* View preprocess service (Drupal\fullcalendar_view\FullcalendarViewPreprocess)
This service implements the business logic of the calendar. Other module can decorate or override this service to define their own business logic.
* Timezone conversion service (Drupal\fullcalendar_view\TimezoneService)
* Taxonomy color service (Drupal\fullcalendar_view\TaxonomyColor)