Calendar

Content Type: Widget
Categories: User Interface

Overview

Easily add calendar functionality to your apps. Features include different views (day, week, workweek, year, agenda), drag ‘n drop support, editing capabilities, and different date formats.

Documentation

Please see Calendar in the Mendix documentation for details.

Releases

Version: 1.0.15
Framework Version: 7.14.1
Release Notes: ### Fixed - We fixed an issue with the widget not working correctly for RTL locales. ### Changed - We updated the light and dark icons and tiles for the widget.
Version: 1.0.14
Framework Version: 7.14.1
Release Notes: ### Changed - Update moment.js to version 2.29.4
Version: 1.0.13
Framework Version: 7.14.1
Release Notes: ### Removed - We removed the option 'Show truncated events' ### Changed - We changed the behavior when clicking '+ more' to redirect to day view.
Version: 1.0.12
Framework Version: 7.14.1
Release Notes: ## Bug fixes - We prevented events being moved between different calendar widgets to erroneously appear as new events (Fixes ticket #121629). This issue was unexpected and the calendar still do not allow to move events between calendars as it was not designed for it.
Version: 1.0.11
Framework Version: 7.14.1
Release Notes: ## Fixes - Remove the ability to configure attribute over association attributes for "View start attribute" and "View end attribute", because this feature was never implemented. - Subscribe properly to the configured "Start date attribute" 1-deep association attribute value changes including context object reference changes. - Improve error handling for "Start date attribute" data fetching. - Show an error message when the attribute over association for "Start date attribute" is more than one level deep. - Moving and resizing events within the same day now works properly. - Moving events between months in the same day ranges now works properly.
Version: 1.0.10
Framework Version: 7.14.1
Release Notes: ## Fixes - The `Start date attribute` widget property inside the `View` tab works now with attributes over association.
Version: 1.0.9
Framework Version: 7.14.1
Release Notes: Bugfixes We fixed a bug where sometimes the subscriptions to retrieve the database objects were being active even when the widgets was already destroyed causing performance issues. Fixes ticket #115684.
Version: 1.0.8
Framework Version: 7.14.1
Release Notes: Bug fixes - We've fixed the custom formatting of dates inside the header of the day, week, work week, month and agenda view. Fixes ticket #113812
Version: 1.0.7
Framework Version: 7.14.1
Release Notes: - We fixed an issue where dragging events would break the draggable event functionality of the calendar
Version: 1.0.6
Framework Version: 7.14.1
Release Notes: - We fixed an issue where the calendar wouldn't update on a start date attribute value change. - We fixed an issue where calendar widget on week view and +more events wouldn't open the correct date.