This project is not covered by Drupal’s security advisory policy.

This module provides a render element for displaying data structured in the form of a calendar. The module is aimed at developers and does not provide UI.

Example:

$build['calendar'] = [
  '#type' => 'calendar_month',
  '#year' => '2024',
  '#month' => '01',
  '#content' => [
    '2024-01-01' => 'New Year!',
    '2024-01-15' => 'Drupal birthday',
  ],
];

Project information

Releases