Full Calendar with Event Scheduling

Overview

The Full Calendar editor component can be used on Appian screens for applications where we want to show the events/jobs/tasks/reminders or anything that requires planning in a calendar format to the end User. It has different views (day/week /month).

Note: As this Plugin requires the paid library of the Full calendar, Please refer the link for purchasing the license.

Link-https://fullcalendar.io/pricing

Key Features & Functionality

  • This function helps us to create events, reschedule existing events on a calendar format also through drag and drop options.
  • This gives the developer control whether the events can be edited or not.
  • This also provides us a quick way to navigate to any day using the GoToDate feature.
  • To view the detailed information on any event we can click on the particular event, which pops-up with all the information.
  • To set start datetime limit and end datetime limit for individual events. It will take effect while dragging or resizing the event beyond the given limits.
Anonymous
  • Release Notes - v1.2.0
    • Added a new parameter to customize the calendar views dropdown.
    • Added a new parameter to determine the calendar timezone.
    • Now the date format can be customized for the goToDate functionality.
    • Now the initialDate parameter will be refreshed on change and the calendar will be navigated to the month in the given date.
    • Now the time shown on the events in the calendar can be hidden.
    • Now the width of the resources column and unassigned events can be modified in the Fullcalendar Scheduler component.
    • Added a new parameter to determine the time frequency of the calendar in the Fullcalendar Scheduler component.
    • Added a new parameter to sort the resources in the calendar in the Fullcalendar Scheduler component.
    • Now the search bar in the unassigned events can be hidden in the Fullcalendar Scheduler component.
    • Removed the links support in extendedProps of events parameter due to security concerns.

  • v1.1.0 Release Notes
    • Added a new parameter in the Fullcalendar Editor component to show/hide the create event button.
    • Added a new parameter to determine the initial view of the calendar when it is loaded in both components.
    • Now the icons in extendedProps inside events parameter can have their own color and tooltip in both Components.
    • We can add links in the extendedProps’ field properties. (Note : It will be considered as a link only if the value starts with http or https).
    • Added 3 months view in Full Calendar Scheduler Component.
    • In the Fullcalendar Editor component, Timeline view is added as a new option. It includes Day, Week, Month, 4 Days and 3 Months views.
    • Now we can set start datetime limit and end datetime limit for individual events. It will take effect while dragging or resizing the event beyond the given limits.
    • Added support for backgroundColor, textColor and borderColor for events in the Fullcalendar Scheduler component.
    • Now read-only for individual events can be configured.