Install

Works with Drupal: ^9.2.0 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 35.96 KB
MD5: 7a436eb926a41710ca234b28b2128c30
SHA-1: 5d02df005ffe01025cbea64c93e45c855331d15b
SHA-256: e8d18ba85526caa6e0c888051c139a4543a9b94ccbedb224c927c45f44f1ba8c
Download zip 46.05 KB
MD5: 8aa3c24d89925746487fccc4b542b2c1
SHA-1: 35b8286574a2be20265f33c132579f7e4861b8ed
SHA-256: 7bd1db5ccd676e509a7d1b7add4a36a4b3b5ce916162b827c845b83d06cc6657

Release notes

This is a bug fixing release.

The changes since 5.1.12 are:

Note:

This new version modify one of the view template twig file. So clearing cache after upgrading to this new version is critical.

If your theme/module/patch overrided the calendar view template, you have to make sure following template variables available to your view template and are appropriate populated.

* - options: View plugin style options:
* - classes: CSS classes.
* - defaultDate: Default date of the calendar
* - start: Field name of start date
* - end: Field name of end date
* - languageSelector: Flag for the language dropdown box
* - view_index: View index
* - view_id: The id of the view
* - display_id: The view display id
* - showAddEvent: Show add event button
* - entity_id: The Entity type machine name

For example, your template must have the following line.

<div class="js-drupal-fullcalendar" data-calendar-view-index="{{ view_index }}" data-calendar-view-name="{{ view_id }}" data-calendar-display="{{ display_id }}">
</div>
Created by: mingsong
Created on: 13 Sep 2023 at 23:59 UTC
Last updated: 2 Nov 2023 at 01:02 UTC
Bug fixes
Unsupported

Other releases