
Full Calendar with Event Scheduling
by Vuram Technology
Description
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
Features
-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.
Release notes
- Added a new Show Goto Date parameter to control the visibility of the date picker button.
- Bug fixes.
Version history (9)
2.2.0
- Added a new parameter showEventInfoPopup to control whether the event details pop up should be shown whenever an event is clicked.
- Fixed a bug where the initial view moved to dayGridMonth even if the view is not present in the calendarViews list.
2.1.0
- UI Changes in the Scheduler component.
- Bug fixes in Editor and Scheduler components.
- Updated libraries.
- Added support for timezone adjustments based on the event start and end time offsets and the timezone parameter value.
2.0.2
- UI changes in Editor component
- Bug fixes in Scheduler component.
- Updated the External events search to support the content in extendedProps field.
2.0.1
**Submitting incremented version as Signed zip is not available on the submission page. As per PAT's (pat.camilo@appian.com) suggestion, we are submitting the existing version with a minor version incremented. **
- Added Assigned Cards in the External Event Section.
- Replaced the “enableEventAssignment” with “eventSectionsVisibility” to customize the visibility of the External Event Section.
- Modified extended props in the events for easy readability.
- Added a new parameter “isEventDroppable” that allows dropping unassigned events in the calendar.
v2.0.0
- Added Assigned Cards in the External Event Section.
- Replaced the “enableEventAssignment” with “eventSectionsVisibility” to customize the visibility of the External Event Section.
- Modified extended props in the events for easy readability.
- Added a new parameter “isEventDroppable” that allows dropping unassigned events in the calendar.
v1.3.1
Bug Fixes
1.3.0
What’s new in v1.3.0 : Added a new parameter to determine the time format(24H/12H) of the calendar. Bug fixes.
1.2.0
What’s new in 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
-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.