Fullcalendar
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
The FullCalendar component is a Titanium Client wrapper around . Note that some features require a premium FullCalendar license.
See for more details.
This is a reference page; many components have detailed usage guides .
CSS class to be applied to the calendar container element. Type:
Determines which theme system to use for styling the calendar. Type: Default Value: "standard"
The text expression to be shown as tooltip when hovering over the calendar events. Type:
onDateClickMethodID will be called when the user clicks on a date or a time.
Parameters:
onDateClickMethodID will be called when the user double clicks on a date or a time.
Parameters:
onDatesSetMethodID will be called after the calendar’s date range has been initially set or changed in some way and the DOM has been updated.
Parameters:
onDropMethodID will be called when an external draggable element or an event from another calendar has been dropped onto the calendar.
Parameters:
onEventAddMethodID will be called after an event has been added to the calendar.
Parameters:
onEventChangeMethodID will be called after an event has been modified in some way.
Parameters:
onEventClickMethodID will be called when the user clicks an event.
Parameters:
onEventDblClickMethodID will be called when the user dbl click an event.
Parameters:
onEventDragStartMethodID will be called when event dragging begins.
Parameters:
onEventDragStopMethodID will be called when event dragging stops.
Parameters:
onEventDropMethodID will be called when dragging stops and the event has moved to a different day/time.
Parameters:
onEventLeaveMethodID will be called when on a calendar when one if its events is about to be dropped onto another calendar.
Parameters:
onEventMouseEnterMethodID will be called when the user mouses over an event. Similar to the native mouseenter.
Parameters:
onEventMouseLeaveMethodID will be called when the user mouses out of an event. Similar to the native mouseleave.
Parameters:
onEventReceiveMethodID will be called when an external draggable element with associated event data was dropped onto the calendar. Or an event from another calendar.
Parameters:
onEventRemoveMethodID will be called after an event has been removed from the calendar.
Parameters:
onEventResizeMethodID will be called when resizing stops and the event has changed in duration.
Parameters:
onEventResizeStartMethodID will be called when event resizing begins.
Parameters:
onEventResizeStopMethodID will be called when event resizing stops.
Parameters:
onEventRightClickMethodID will be called when the user right-clicks an event.
Parameters:
onEventsSetMethodID will be called after event data is initialized OR changed in any way.
Parameters:
onLoadingMethodID will be called when event or resource fetching starts/stops.
Parameters:
onMouseEnter will be called when the user mouses over an event. Similar to the native mouseenter.
Parameters:
onMouseLeave will be called when the user mouses out of an event. Similar to the native mouseleave.
Parameters:
onNavLinkDayClickMethodID when navLinks setting is true, will be called when the user clicks on a day. onDateClickMethodID will not be called in this scenario.
Parameters:
onNavLinkWeekClickMethodID when navLinks setting is true, will be called when the user clicks on a week.
Parameters:
onResourceAddMethodID will be called after a resource has been added to the calendar.
Parameters:
onResourceChangeMethodID will be called after a resource has been modified in some way.
Parameters:
onResourceRemoveMethodID will be called after a resource has been removed from the calendar.
Parameters:
onResourcesSetMethodID will be called after resource data is initialized OR changed in any way.
Parameters:
onSelectMethodID will be called when a date/time selection is made.
Parameters:
onUnselectMethodID will be called when the current selection is cleared.
Parameters:
onViewDidMountMethodID will be called right after the view has been added to the DOM.
Parameters:
onViewWillUnmountMethodID will be called right before the view will be removed from the DOM.
Parameters:
onWindowResizeMethodID will be called after the calendar’s dimensions have been changed due to the browser window being resized.
Parameters:
Adds an event to calendar.
Parameters:
Dynamically adds an event source.
Parameters:
Allows programmatic rendering of a new resource on the calendar after the initial set of resources has already been displayed.
Parameters:
A way to group operations that cause rerenders.
Parameters:
Gets the View Object for the current view.
Parameters:
Restores the container element to the state before FullCalendar was initialized.
A method that formats a date into a string. It inherits the locale and time zone settings of the calendar it’s called on.
Parameters:
Formats a date into an ISO8601 string. Outputs a UTC offset appropriate to the calendar it’s called on.
Parameters:
Formats two dates, a start and an end, into a string.
settings is an object that holds any of the date format config options. It also accepts the following additional properties: separator — what will be inserted between the two dates. a ' - ' by default isExclusive — if true, the given end date will be considered the exclusive end of the range, meaning date just before the end will be rendered instead. Useful if you need to format an exclusive-end whole-day range.
Parameters:
Formats an event’s dates into a string.
Accepts a date formatter.
If the event doesn’t have an end, then the start will be formatted alone.
Parameters:
Initializes the FullCalendar component with the specified configuration options. If the calendar has already been initialized and any configuration options have changed, the calendar will be destroyed and re-rendered with the updated options.
Example:
Gets the value of an option from the calendar.
Parameters:
Returns the parent Resource of a child resource.
Parameters:
A method that retrieves a specific Resource Object in memory.
Parameters:
Gets the Resources associated with the given event.
Parameters:
A method that retrieves all Resources, including children, as a single flat list.
A method that retrieves only top-level Resources.
Gets the View Object for the current view.
Moves the calendar to an arbitrary date.
Parameters:
Moves the calendar forward/backward an arbitrary amount of time.
Parameters:
Will move an event’s start and end dates by a specific period of time.
Parameters:
Will move an event’s end date by a specific period of time.
Parameters:
Will move an event’s start date by a specific period of time.
Parameters:
Moves the calendar one step forward (by a month or week for example).
If the calendar is in dayGridMonth view, will move the calendar forward one month. If the calendar is in dayGridWeek or timeGridWeek, will move the calendar forward one week. If the calendar is in dayGridDay or timeGridDay, will move the calendar forward one day.
Moves the calendar forward one year.
Moves the calendar one step back (by a month or week for example).
If the calendar is in dayGridMonth view, will move the calendar back one month. If the calendar is in dayGridWeek or timeGridWeek, will move the calendar back one week. If the calendar is in dayGridDay or timeGridDay, will move the calendar back one day.
Moves the calendar back one year.
Refetches events from all sources and rerenders them on the screen.
Parameters:
Refetches events from all sources and rerenders them on the screen.
Causes the resource data to be fetched and freshly rerendered.
Removes an event from the calendar.
Parameters:
Removes all events associated with this source and prevents it from being fetched again.
Parameters:
Programmatically removes a resource from the calendar.
Parameters:
Will initially render a calendar, or if it is already rendered, will rerender it.
Programatically scroll the current view to the given time.
Parameters:
A method for programmatically selecting a period of time.
Parameters:
Sets whether an event is considered all-day.
Parameters:
Sets an event’s start date, end date, and allDay properties at the same time.
Parameters:
Sets an event’s end date.
Parameters:
Sets the Resources associated with the given event.
Parameters:
Modifies a single property in an events' extendedProps hash.
Parameters:
Modifies a single property in an Resource Object’s extendedProps hash.
Parameters:
Sets an option for the calendar.
Parameters:
Modifies any of the non-date-related properties of an event.
Parameters:
Modifies any of the properties of a Resource Object.
Parameters:
Sets an event’s start date.
Parameters:
Serializes an Event API Object to a plain object.
Parameters:
Serializes a Resource API Object to a plain object.
Parameters:
Moves the calendar to the current date.
A method for programmatically clearing the current selection.
Updates a specific configuration option for the FullCalendar component and forces the calendar to re-render. This method allows you to dynamically adjust the calendar's behavior or appearance without requiring a full reinitialization.
Example:
Parameters:
Represents an event source that is an array of events. scripting type: CustomType<svy-fullcalendar2.ArrayEventSource>
allDayDefault
Default all-day event setting for events from this source.
allow
Allowance property for events.
backgroundColor
The background color for events.
borderColor
The border color for events.
className
CSS class names for events from this source.
color
The primary color for events.
constraint
Constraint applied to events from this source.
data
Additional data for events from this source.
defaultAllDay
Default all-day value for events.
display
Display mode for events.
durationEditable
Indicates if event durations are editable.
editable
Indicates if events from this source are editable.
eventDataTransform
Function to transform event data.
events
Array of event objects provided by the source.
failure
Failure callback for event fetching.
format
Format string used for event dates.
id
Unique identifier for the event source.
overlap
Determines if events can overlap.
startEditable
Indicates if event start times are editable.
success
Success callback for event fetching.
textColor
The text color for events.
url
URL for fetching events.
Represents an event object in the calendar. scripting type: CustomType<svy-fullcalendar2.EventObject>
allDay
Indicates if the event is an all-day event.
backgroundColor
The background color of the event.
borderColor
The border color of the event.
classNames
Array of CSS class names for the event.
constraint
Constraint applied to the event.
display
Display mode for the event.
durationEditable
Indicates if the event's duration is editable.
editable
Indicates if the event is editable.
end
The end date/time of the event.
endStr
String representation of the end date/time.
extendedProps
Extended properties for the event.
groupId
Identifier used to group related events.
id
Unique identifier of the event.
overlap
Determines if the event can overlap with others.
resourceEditable
Indicates if the event's resource is editable.
resourceId
The resource identifier associated with the event.
resourceIds
Array of resource identifiers for the event.
source
Source information for the event.
start
The start date/time of the event.
startEditable
Indicates if the event's start time is editable.
startStr
String representation of the start date/time.
textColor
The text color of the event.
title
The title of the event.
url
URL associated with the event.
Represents an event parsed for addition to the calendar. scripting type: CustomType<svy-fullcalendar2.EventParsing>
allDay
Indicates if the event is an all-day event.
allow
Flag or value allowing/disallowing specific behaviors.
backgroundColor
The background color of the event.
borderColor
The border color of the event.
className
CSS class name(s) to be applied to the event.
classNames
Array of CSS class names for the event.
color
The color assigned to the event.
constraint
Constraint for dragging or resizing the event.
data
Additional data associated with the event.
date
The event's date (alternative to start).
daysOfWeek
Array representing the days of the week for recurring events.
display
Display mode for the event.
durationEditable
Indicates if the event's duration is editable.
editable
Indicates if the event is editable.
end
The end date/time of the event.
endRecur
End recurrence date for repeating events.
endTime
The end time for recurring events.
extendedProps
Extended properties for the event.
groupId
Identifier for grouping related events.
id
Unique identifier of the event.
overlap
Determines if the event can overlap with others.
resourceEditable
Indicates if the event's resource is editable.
resourceId
The resource identifier associated with the event.
resourceIds
Array of resource identifiers if the event is associated with multiple resources.
rrule
Recurrence rule for the event.
start
The start date/time of the event.
startEditable
Indicates if the event's start time is editable.
startRecur
Start recurrence date for repeating events.
startTime
The start time for recurring events.
textColor
The text color of the event.
title
The title of the event.
url
URL associated with the event.
Represents an event source for the calendar. scripting type: CustomType<svy-fullcalendar2.EventSource>
allDayDefault
Default all-day event setting for events from this source.
allow
Allowance property for events.
backgroundColor
The background color for events.
borderColor
The border color for events.
className
CSS class names for events from this source.
color
The primary color for events.
constraint
Constraint applied to events from this source.
data
Additional data for events from this source.
defaultAllDay
Default all-day value for events.
display
Display mode for events.
durationEditable
Indicates if event durations are editable.
editable
Indicates if events from this source are editable.
eventDataTransform
Function to transform event data.
events
The events provided by the source.
failure
Failure callback for event fetching.
format
Format string used for event dates.
id
Unique identifier for the event source.
overlap
Determines if events can overlap.
startEditable
Indicates if event start times are editable.
success
Success callback for event fetching.
textColor
The text color for events.
url
URL for fetching events.
Represents the FullCalendar instance. scripting type: CustomType<svy-fullcalendar2.FullCalendar>
options
The configuration options for the FullCalendar instance.
scripting type: CustomType<svy-fullcalendar2.FullCalendarOptions>
allDayClassNames
A ClassName Input
allDayContent
A Content Injection Input
allDayDidMount
Callback called right after the element was added to the DOM.
allDayMaintainDuration
Determines how an event's duration should be mutated when it is dragged from a timed section to an all-day section and vice versa.
allDayText
The text titling the 'all-day' slot at the top of the calendar.
allDayWillUnmount
Callback called right before the element will be removed from the DOM.
aspectRatio
The width-to-height aspect ratio of the calendar.
bootstrapFontAwesome
Determines which icons are displayed in buttons of the headerToolbar/footerToolbar when Bootstrap 4 theming is on. This setting does not apply to Bootstrap 5 theming. Use buttonIcons instead.
businessHours
Emphasizes certain time slots on the calendar. By default, Monday-Friday, 9am-5pm.
buttonIcons
Icons that will be displayed in buttons of the headerToolbar/footerToolbar.
buttonText
Text that will be displayed on buttons of the headerToolbar/footerToolbar.
contentHeight
The height of the view area of the calendar. By default, this option is unset and the calendar's height is calculated by aspectRatio.
customButtons
Defines custom buttons that can be used in the headerToolbar/footerToolbar.
dateAlignment
Determines the first visible day of a custom view.
dateIncrement
How far into the future/past the calendar navigates when prev/next is executed.
dayCellClassNames
A ClassName Input for adding classNames to the <td> cell
dayCellContent
A Content Injection Input. Generated content is inserted inside the inner-most wrapper of the day cell. It does not replace the <td> cell.
dayCellDidMount
Callback called right after the <td> has been added to the DOM
dayCellWillUnmount
Callback called right before the <td> will be removed from the DOM
dayHeaderClassNames
A ClassName Input for adding classNames to the header <th> cell
dayHeaderContent
A Content Injection Input. Generated content is inserted inside the inner-most wrapper of the header cell. It does not replace the <th> cell.
dayHeaderDidMount
Callback called right after the <th> has been added to the DOM.
dayHeaderFormat
Determines the text that will be displayed on the calendar's column headings.
dayHeaderWillUnmount
Callback called right before the <th> will be removed from the DOM.
dayHeaders
Whether the day headers should appear. For the Month, TimeGrid, and DayGrid views.
dayMaxEventRows
In dayGrid view, the max number of stacked event levels within a given day. This includes the +more link if present. The rest will show up in a popover.
dayMaxEvents
In, dayGrid view, the max number of events within a given day, not counting the +more link. The rest will show up in a popover.
dayMinWidth
If specified, when the calendar gets narrow enough where day cells can no longer meet their dayMinWidth, horizontal scrollbars will appear.
dayPopoverFormat
Determines the date format of title of the popover created by the moreLinkClick option.
defaultAllDay
Determines the default value for each Event Object's allDay property when it is unspecified.
defaultAllDayEventDuration
A fallback duration for all-day Event Objects without a specified end value.
defaultRangeSeparator
The separator text used for date-formatting ranges throughout the API.
defaultTimedEventDuration
A fallback duration for timed Event Objects without a specified end value.
direction
The direction that elements in the calendar are rendered. Either left-to-right or right-to-left.
displayEventEnd
Whether or not to display an event's end time.
displayEventTime
Whether or not to display the text for an event's date/time.
dragRevertDuration
Time it takes for an event to revert to its original position after an unsuccessful drag.
dragScroll
Whether to automatically scoll the scroll-containers during event drag-and-drop and date selecting.
dropAccept
Provides a way to filter which external elements can be dropped onto the calendar.
droppable
Determines if external draggable elements or events from other calendars can be dropped onto the calendar.
duration
Sets the exact duration of a custom view.
editable
Determines whether the events on the calendar can be modified.
endParam
A parameter of this name will be sent to each JSON event feed. It describes the exclusive end of the interval being fetched.
eventAllow
Callback function to have exact programmatic control over where an event can be dropped.
eventBackgroundColor
Sets the background color for all events on the calendar. Any CSS color format is supported.
eventBorderColor
Sets the border color for all events on the calendar. Any CSS color format is supported.
eventClassNames
A ClassName Input for adding classNames to the outermost event element. If supplied as a callback function, it is called every time the associated event data changes.
eventColor
Sets the background and border colors for all events on the calendar. Any CSS color format is supported.
eventConstraint
Limits event dragging and resizing to certain windows of time.
eventContent
A Content Injection Input. Generated content is inserted inside the inner-most wrapper of the event element. If supplied as a callback function, it is called every time the associated event data changes.
eventDataTransform
A hook for transforming custom data into a standard Event object.
eventDidMount
Callback called right after the element has been added to the DOM. If the event data changes, this is NOT called again.
eventDisplay
Controls which preset rendering style events use.
eventDragMinDistance
How many pixels the user's mouse/touch must move before an event drag activates.
eventDurationEditable
Allow events' durations to be editable through resizing.
eventLongPressDelay
For touch devices, the amount of time the user must hold down before an event becomes draggable.
eventMaxStack
For timeline view, the maximum number of events that stack top-to-bottom. For timeGrid view, the maximum number of events that stack left-to-right.
eventMinHeight
In timeGrid view, the minimum height an event is allowed to be.
eventMinWidth
In timeline view, the minimum width an event is allowed to be.
eventOrder
Determines the ordering (sort) events within the same day.
eventOrderStrict
Ensures the eventOrder setting is strictly followed.
eventOverlap
Determines if events being dragged and resized are allowed to overlap each other.
eventResizableFromStart
Whether the user can resize an event from its starting edge.
eventShortHeight
In timeGrid view, the height threshold for when an event has a 'short' style.
eventSourceFailure
Callback called when any of the event sources fails. Probably because an AJAX request failed.
eventSourceSuccess
A function that gets called when fetching succeeds. It can transform the response. Gets called for any type of Event source.
eventSources
A way to specify multiple event sources.
eventStartEditable
Allow events' start times to be editable through dragging.
eventTextColor
Sets the text color for all events on the calendar. Any CSS color format is supported.
eventTimeFormat
Determines the time-text that will be displayed on each event.
eventWillUnmount
Callback called right before the element will be removed from the DOM.
events
An array of Event Objects that will be displayed on the calendar.
expandRows
If the rows of a given view don't take up the entire height, they will expand to fit.
firstDay
The day that each week begins.
fixedWeekCount
Determines the number of weeks displayed in a month view.
footerToolbar
Defines the controls at the bottom of the calendar.
forceEventDuration
A flag to force assignment of an event's end if it is unspecified.
handleWindowResize
Whether to automatically resize the calendar when the browser window resizes.
headerToolbar
Defines the buttons and title at the top of the calendar.
height
Sets the height of the entire calendar, including header and footer. By default, this option is unset and the calendar's height is calculated by aspectRatio.
hiddenDays
Exclude certain days-of-the-week from being displayed.
initialDate
The initial date displayed when the calendar first loads.
initialView
The initial view when the calendar loads. The default value is 'dayGridMonth'
isRTL
Displays the calendar in right-to-left mode.
lazyFetching
Determines when event fetching should occur.
locale
Current component locale (affects texts,formatting and weeknumber/first day of week).
locales
Specify multiple locales with the ability to switch between them after pageload.
longPressDelay
For touch devices, the amount of time the user must hold down before an event becomes draggable or a date becomes selectable.
monthMode
Specifies whether the month view should render in a fixed mode. When enabled, the calendar displays a consistent number of weeks in the month view, even if the month starts or ends mid-week.
moreLinkClassNames
A ClassName Input for adding classNames
moreLinkClick
Determines the action taken when the user clicks on a 'more' link created by the dayMaxEventRows or dayMaxEvents options.
moreLinkContent
A Content Injection Input
moreLinkDidMount
Callback called right after the link has been added to the DOM
moreLinkText
More link text
moreLinkWillUnmount
Callback called right before the link will be removed from the DOM
navLinkDayClick
Determines what happens upon a day heading nav-link click.
navLinkWeekClick
Determines what happens upon a week-number nav-link click.
navLinks
Determines if day names and week names are clickable.
nextDayThreshold
When an event's end time spans into another day, the minimum time it must be in order for it to render as if it were on that day.
noEventsText
No Events Text
now
Explicitly sets the 'today' date of the calendar. This is the day that is normally highlighted in yellow.
nowIndicator
Whether or not to display a marker indicating the current time.
nowIndicatorClassNames
A ClassName Input for adding classNames.
nowIndicatorContent
A Content Injection Input.
nowIndicatorDidMount
Callback called after before the now indicator will be added to the DOM.
nowIndicatorWillUnmount
Callback called right before the now indicator will be removed from the DOM.
plugins
Plugins list. Currently this list will be auto filled in Titanium Client.
progressiveEventRendering
When to render multiple asynchronous event sources in an individual or batched manner.
rerenderDelay
The amount of milliseconds to wait before rerendering anything on a calendar.
resourceAreaWidth
Determines the width of the area that contains the list of resources.Default: 30%.
resources
Tells the calendar to display resources from an input.
schedulerLicenseKey
The license key you must enter to use premium features.
scrollTime
Determines how far forward the scroll pane is initially scrolled.
scrollTimeReset
Whether the view should scroll to scrollTime every time the date range changes.
selectAllow
Callback function to have exact programmatic control over where the user can select.
selectConstraint
Limits user selection to certain windows of time.
selectLongPressDelay
For touch devices, the amount of time the user must hold down before a date becomes selectable.
selectMinDistance
The minimum distance the user's mouse must travel after a mousedown, before a selection is allowed. A non-zero value is useful for differentiating a selection from a dateClick.
selectMirror
Whether to draw a 'placeholder' event while the user is dragging.
selectOverlap
Determines whether the user is allowed to select periods of time that are occupied by events.
selectable
Allows a user to highlight multiple days or timeslots by clicking and dragging.
showNonCurrentDates
In month view, whether dates in the previous or next month should be rendered at all.
slotDuration
The frequency for displaying time slots.
slotEventOverlap
Determines if timed events in TimeGrid view should visually overlap.
slotLabelDidMount
Callback called right after the element is added to the DOM.
slotLabelFormat
Determines the text that will be displayed within a time slot.
slotLabelInterval
The frequency that the time slots should be labelled with text.
slotLabelWillUnmount
Callback called right before the element will be removed from the DOM.
slotLaneClassNames
A ClassName Input.
slotLaneContent
A Content Injection Input
slotLaneDidMount
Callback called right after the element is added to the DOM.
slotLaneWillUnmount
Callback called right before the element will be removed from the DOM.
slotMaxTime
Determines the last time slot that will be displayed for each day. In line with the discussion about the Event object, it is important to stress that this should be specified as an exclusive end time.
slotMinTime
Determines the first time slot that will be displayed for each day.
slotMinWidth
Determines how wide each of the time-axis slots will be. Specified as a number of pixels. When not specified, a reasonable value will be automatically computed.
snapDuration
The time interval at which a dragged event will snap to the time axis. Also affects the granularity at which selections can be made.
startParam
A parameter of this name will be sent to each JSON event feed. It describes the start of the interval being fetched.
stickyFooterScrollbar
Whether to fix the view's horizontal scrollbar to the bottom of the viewport while scrolling.
stickyHeaderDates
Whether to fix the date-headers at the top of the calendar to the viewport while scrolling.
themeSystem
Renders the calendar with a given theme system. Default: 'standard'
timeZone
A time zone is a region of the world that serves as a context for displaying dates. It affects a Calendar instance. Default value is browser timezone.
timeZoneParam
A parameter of this name will be sent to each JSON event feed. It describes the timezone of the startParam and endParam values, as well as the desired timezone of the returned events.
titleFormat
Determines the text that will be displayed in the headerToolbar's title.
titleRangeSeparator
Determines the separator text when formatting the date range in the toolbar title.
unselectAuto
Whether clicking elsewhere on the page will cause the current selection to be cleared.
unselectCancel
A way to specify elements that will ignore the unselectAuto option.
validRange
Limits which dates the user can navigate to and where events can go.
viewClassNames
A ClassName Input for adding classNames to the root view element. called whenever the view changes.
viewDidMount
Callback called right after the view has been added to the DOM.
viewHeight
View height.
viewWillUnmount
Callback called right before the view will be removed from the DOM
views
The available views of this component.
visibleRange
Sets the exact date range that is visible in a view.
weekNumberCalculation
The method for calculating week numbers that are displayed with the weekNumbers setting.
weekNumberClassNames
A ClassName Input for adding classNames
weekNumberContent
A Content Injection Input.
weekNumberDidMount
Callback called right after the week number div has been added to the DOM
weekNumberFormat
If the rows of a given view don't take up the entire height, they will expand to fit.
weekNumberWillUnmount
Callback called right before the week number div will be removed from the DOM
weekNumbers
Determines if week numbers should be displayed on the calendar.
weekText
The heading text for week numbers. Also affects weeks in date formatting.
weekends
Whether to include Saturday/Sunday columns in any of the calendar views.
windowResizeDelay
The time the calendar will wait to adjust its size after a window resize occurs, in milliseconds.
Represents an event source provided by a function. scripting type: CustomType<svy-fullcalendar2.FunctionEventSource>
allDayDefault
Default all-day event setting for events from this source.
allow
Allowance property for events.
backgroundColor
The background color for events.
borderColor
The border color for events.
className
CSS class names for events from this source.
color
The primary color for events.
constraint
Constraint applied to events from this source.
data
Additional data for events from this source.
defaultAllDay
Default all-day value for events.
display
Display mode for events.
durationEditable
Indicates if event durations are editable.
editable
Indicates if events from this source are editable.
eventDataTransform
Function to transform event data.
events
Function that returns events for this source.
failure
Failure callback for event fetching.
format
Format string used for event dates.
id
Unique identifier for the event source.
overlap
Determines if events can overlap.
startEditable
Indicates if event start times are editable.
success
Success callback for event fetching.
textColor
The text color for events.
url
URL for fetching events.
Represents an event source provided by Google Calendar. scripting type: CustomType<svy-fullcalendar2.GoogleCalendarEventSource>
allDayDefault
Default all-day event setting for events from this source.
allow
Allowance property for events.
backgroundColor
The background color for events.
borderColor
The border color for events.
className
CSS class names for events from this source.
color
The primary color for events.
constraint
Constraint applied to events from this source.
data
Additional data for events from this source.
defaultAllDay
Default all-day value for events.
display
Display mode for events.
durationEditable
Indicates if event durations are editable.
editable
Indicates if events from this source are editable.
eventDataTransform
Function to transform event data.
failure
Failure callback for event fetching.
format
Format string used for event dates.
googleCalendarApiKey
The Google Calendar API key.
googleCalendarId
The Google Calendar ID.
id
Unique identifier for the event source.
overlap
Determines if events can overlap.
startEditable
Indicates if event start times are editable.
success
Success callback for event fetching.
textColor
The text color for events.
url
URL for fetching events.
Represents an event source provided as a JSON feed. scripting type: CustomType<svy-fullcalendar2.JSONEventSource>
allDayDefault
Default all-day event setting for events from this source.
allow
Allowance property for events.
backgroundColor
The background color for events.
borderColor
The border color for events.
className
CSS class names for events from this source.
color
The primary color for events.
constraint
Constraint applied to events from this source.
data
Additional data for events from this source.
defaultAllDay
Default all-day value for events.
display
Display mode for events.
durationEditable
Indicates if event durations are editable.
editable
Indicates if events from this source are editable.
eventDataTransform
Function to transform event data.
failure
Failure callback for event fetching.
format
Format string used for event dates.
id
Unique identifier for the event source.
overlap
Determines if events can overlap.
startEditable
Indicates if event start times are editable.
success
Success callback for event fetching.
textColor
The text color for events.
url
URL for fetching events.
Represents a resource used in the calendar. scripting type: CustomType<svy-fullcalendar2.ResourceObject>
children
An array of child resources.
eventAllow
Rules determining whether events are allowed for this resource.
eventBackgroundColor
Background color for events associated with the resource.
eventBorderColor
Border color for events associated with the resource.
eventClassNames
CSS class names applied to events associated with the resource.
eventConstraint
Constraints applied to events for this resource.
eventOverlap
Settings controlling event overlap behavior related to this resource.
eventTextColor
Text color for events associated with the resource.
extendedProps
Additional extended properties for the resource.
id
Unique identifier of the resource.
parentId
Identifier of the parent resource.
title
The display title of the resource.
Represents the view type of the calendar. scripting type: CustomType<svy-fullcalendar2.ViewType>
activeEnd
The end date of the active range.
activeStart
The start date of the active range.
currentEnd
The end date of the current view.
currentStart
The start date of the current view.
dateEnv
The date environment object containing locale and timezone information.
title
The title of the view.
type
The type of the current view (e.g. 'month', 'week', 'day').
Represents an event source provided by an iCalendar feed. scripting type: CustomType<svy-fullcalendar2.iCalendarEventSource>
allDayDefault
Default all-day event setting for events from this source.
allow
Allowance property for events.
backgroundColor
The background color for events.
borderColor
The border color for events.
className
CSS class names for events from this source.
color
The primary color for events.
constraint
Constraint applied to events from this source.
data
Additional data for events from this source.
defaultAllDay
Default all-day value for events.
display
Display mode for events.
durationEditable
Indicates if event durations are editable.
editable
Indicates if events from this source are editable.
eventDataTransform
Function to transform event data.
failure
Failure callback for event fetching.
format
Format string used for event dates.
id
Unique identifier for the event source.
overlap
Determines if events can overlap.
startEditable
Indicates if event start times are editable.
success
Success callback for event fetching.
textColor
The text color for events.
url
URL for fetching events.
{} date The clicked date.
{} dateStr The string representation of the clicked date.
{} dayEl The DOM element representing the clicked day.
{} jsEvent The event object associated with the click.
{} view The current calendar view.
{} [resource] Optional resource associated with the clicked date.
{} date The double-clicked date.
{} dateStr The string representation of the double-clicked date.
{} dayEl The DOM element representing the clicked day.
{} jsEvent The event object associated with the double-click.
{} view The current calendar view.
{} [resource] Optional resource associated with the clicked date.
{} start The start date of the current view.
{} end The end date of the current view.
{} startStr The string representation of the start date.
{} endStr The string representation of the end date.
{} timeZone The time zone used by the calendar.
{} view The current calendar view.
{} allDay Indicates if the drop is for an all-day event.
{} date The date where the drop occurred.
{} dateStr The string representation of the drop date.
{} draggedElement The DOM element that was dragged.
{} jsEvent The event object associated with the drop.
{} resource Optional resource associated with the drop.
{} view The current calendar view.
{} event The added event.
{} relatedEvents Array of related events.
Returns: {}
{} event The modified event.
{} oldEvent The event state prior to modification.
{} relatedEvents Array of related events.
Returns: {}
{} event The clicked event.
{} jsEvent The event object associated with the click.
{} view The current calendar view.
{} event The double-clicked event.
{} jsEvent The event object associated with the double-click.
{} view The current calendar view.
{} event The event being dragged.
{} jsEvent The event object associated with the drag start.
{} view The current calendar view.
{} event The event that was dragged.
{} jsEvent The event object associated with the drag stop.
{} view The current calendar view.
{} event The event that was dropped.
{} relatedEvents Array of related events.
{} oldEvent The event state before the drop.
{} oldResource The resource before the drop.
{} newResource The resource after the drop.
{} delta The time change due to the drop.
{} jsEvent The event object associated with the drop.
{} view The current calendar view.
Returns: {}
{} event The event that is leaving.
{} relatedEvents Array of related events.
{} draggedElement The DOM element being dragged.
{} view The current calendar view.
Returns: {}
{} element
{} eventObject
{} jsEvent
{} view
{} element
{} event
{} jsEvent
{} view
{} event The dropped event.
{} relatedEvents Array of related events.
{} draggedElement The DOM element that was dragged.
{} view The current calendar view.
Returns: {}
{} event The removed event.
{} relatedEvents Array of related events.
Returns: {}
{} event The resized event.
{} relatedEvents Array of related events.
{} oldEvent The event state before resizing.
{} endDateDelta The change in the event's end date.
{} startDateDelta The change in the event's start date.
{} jsEvent The event object associated with the resize.
{} view The current calendar view.
Returns: {}
{} event The event being resized.
{} jsEvent The event object associated with the resize start.
{} view The current calendar view.
{} event The event that was resized.
{} jsEvent The event object associated with the resize stop.
{} view The current calendar view.
{} event The event object that was right-clicked.
{} jsEvent The JavaScript event object associated with the right-click.
{} view The current view object of the calendar.
{} events Array of current events.
{} isLoading Indicates if the calendar is currently loading data.
{} eventObject The event object being hovered.
{} jsEvent The event object associated with the hover.
{} view The current calendar view.
{} eventObject The event object being hovered.
{} jsEvent The event object associated with the hover.
{} view The current calendar view.
{} date The clicked date.
{} jsEvent The event object associated with the click.
{} date The clicked week date.
{} jsEvent The event object associated with the click.
{} resource The added resource.
Returns: {}
{} oldResource The resource before modification.
{} newResource The new resource data.
Returns: {}
{} resource The removed resource.
Returns: {}
{} resources Array of current resources.
{} start The start date/time of the selection.
{} end The end date/time of the selection.
{} startStr The string representation of the start date/time.
{} endStr The string representation of the end date/time.
{} allDay Indicates if the selection is for an all-day event.
{} jsEvent The event object associated with the selection.
{} view The current calendar view.
{} [resource] Optional resource associated with the selection.
{} jsEvent The event object associated with the unselect action.
{} view The current calendar view.
{} view The current calendar view.
{} view The current calendar view.
{} view The current calendar view.
{} event The event object to be added to the calendar.
{} [source] The source object specifying the origin of the event (e.g., a specific event source).
Returns: The newly added event object.
{} source The event source object to add to the calendar.
{} resource The resource object to be added.
{} [scrollTo] Whether to scroll to the newly added resource.
{} func The function containing the operations to group together.
{} viewName The name of the view to switch to (e.g., 'dayGridMonth', 'timeGridWeek').
{} [dateOrRange] Optional date or date range to navigate to within the specified view.
{} date The date object to be formatted.
{} settings An object containing formatting settings, such as locale and time zone preferences.
Returns: The formatted date string based on the provided settings.
{} date The date to format.
{} [omitTime] Whether to omit the time portion from the formatted string.
Returns: The formatted ISO8601 date string.
{} start The start date of the range to format.
{} end The end date of the range to format.
{} settings An object containing formatting settings and options.
Returns: The formatted date range string.
{} eventID The unique identifier of the event.
{} formatConfig Configuration for formatting the dates (e.g., date format, locale).
Returns: The current configuration options for the FullCalendar component. If the options are not set, it returns `null`.
{} name The name of the option to retrieve (e.g., 'theme', 'locale', or 'headerToolbar').
Returns: The current value of the specified option.
{} id The unique identifier of the child resource.
Returns: The parent resource object.
{} resourceId The unique identifier of the resource to retrieve.
Returns: The resource object corresponding to the provided ID.
{} id The unique identifier of the event.
Returns: An array of resources associated with the specified event.
Returns: An array of all resource objects, including child resources.
Returns: An array of top-level resource objects.
Returns: The view object representing the currently active calendar view (e.g., month, week, or day view).
{} date The target date to move the calendar to.
{} delta The time period to increment or decrement (e.g., { days: 7 } ).
{} eventID The unique identifier of the event to modify.
{} delta The duration to move the start and end dates by (e.g., { days: 1 } ).
{} eventID The unique identifier of the event to modify.
{} delta The duration to move the end date by (e.g., { days: 1 } ).
{} eventID The unique identifier of the event to modify.
{} delta The duration to move the start date by (e.g., { days: 1 } ).
{} eventSourceID The unique identifier of the event source to refetch.
{} eventID The unique identifier of the event to remove.
{} eventSourceID The unique identifier of the event source to remove.
{} id The unique identifier of the resource to remove.
{} durationInput The duration to scroll to (e.g., '09:00:00').
{} dateOrObj The start date or object representing the range to select.
{} [endDate] Optional end date for the selection range.
{} eventID The unique identifier of the event to modify.
{} allDay Whether the event should be marked as all-day.
{} [settings] Optional settings for configuring the all-day property.
{} eventID The unique identifier of the event to modify.
{} start The new start date for the event.
{} end The new end date for the event.
{} [options] Optional settings for configuring how the dates are set.
{} eventID The unique identifier of the event to modify.
{} date The new end date for the event.
{} eventID The unique identifier of the event.
{} resources An array of resources to associate with the event.
{} eventID The unique identifier of the event to modify.
{} name The name of the extended property to modify.
{} value The new value to assign to the specified extended property.
{} id The unique identifier of the resource to modify.
{} name The name of the extended property to modify.
{} value The new value to assign to the extended property.
{} name The name of the option to set (e.g., 'theme', 'locale', or 'headerToolbar').
{} value The value to assign to the specified option.
{} eventID The unique identifier of the event to modify.
{} name The name of the property to modify (e.g., 'title' or 'color').
{} value The new value to assign to the specified property.
{} id The unique identifier of the resource to modify.
{} name The name of the property to modify.
{} value The new value to assign to the property.
{} eventID The unique identifier of the event to modify.
{} date The new start date for the event.
{} [options] Optional settings for configuring how the start date is set.
{} eventID The unique identifier of the event.
{} [settings] Optional settings for customizing the serialization process.
{} id The unique identifier of the resource.
{} [settings] Optional settings for customizing the serialization process.
{} option The name of the configuration option to update (e.g., 'scrollTime', 'editable').
{} value The new value for the specified configuration option.
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type:
Type: