Give us feedback
fullcalendar-reactive
Reactive icon

FullCalendar Reactive

icon_trusted
Stable version 2.0.1 (Compatible with OutSystems 11)
Uploaded on 27 October 2022 by 
4.4
 (8 ratings)
fullcalendar-reactive

FullCalendar Reactive

Compatible with:
Created on OutSystems 11

Version 2.0.1

Stable
Current
icon_trusted
See documentation
Application Package
Uploaded on 27 October 2022 by Mediaweb
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

Added some missing documentation and descriptions on some actions and strucures, to improve the component usage and avoid warnings on the architecture dashboard.

Version 2.0.0

Stable
See documentation
Application Package
Uploaded on 01 September 2022 by Mediaweb
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

On this release we have updated the FullCalendar JavaScript file to the most recent version, v5.11.3. With this update the CSS and DOM structure has been refactored and some configurations have been modified. We have left the old component with the "Deprecated" tag to avoid breaking changes.

For more information on how to migrate form v4 to v5 you can check this link: https://fullcalendar.io/docs/upgrading-from-v4


  • Update to 5.11.3 FullCalendar JavaScript version.
  • New CSS sctructure to be compatible with the new version.
  • Update the following structures, Event, EventSource, Resource, ResourceSource and CallbackEvent.
  • Replace the viewRender event and Add the new event DatesSet
  • Change the "classList" attribute from Text to Text List, on Event Sctructure.
  • Rename the Rendering Static Entity to DisplayType, plus add new type of display.
  • Remove the input parameter EventDescription.
  • Demo changes - Now is possible to see the tooltip output in the calendar
  • Demo changes - Added the AddEvent in the ResourceView
  • Demo changes - EventSources are now feeding the calendar through a ResourceList instead of an API

Version 1.0.2

Stable
See documentation
Application Package
Uploaded on 18 August 2020 by Mediaweb
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:
  • Added new event viewRender https://fullcalendar.io/docs/v3/viewRender useful when the view is updated (changing from Month to Week view, navigate between months, etc..). Event will return the currentStart, currentEnd, activeStart and activeEnd of the current view