COMPLETE API REFERENCE

Every option.
One searchable contract.

Search the installed @wts-calendar/core declarations, public calendar methods, and every PHP and ASP.NET Core endpoint setting. Types and method signatures are generated from the package pinned by this portal.

248 client options95 public APIs78 event-bus names447 exported symbols20 server settings

Public package entrypoints

@wts-calendar/core v1.1.1 exposes 23 JavaScript entrypoints. Import only the modules your application uses so optional integrations remain independently loadable.

@wts-calendar/core@wts-calendar/core/native@wts-calendar/core/rrule@wts-calendar/core/icalendar@wts-calendar/core/google-calendar@wts-calendar/core/format-moment@wts-calendar/core/format-luxon3@wts-calendar/core/interaction@wts-calendar/core/time-grid@wts-calendar/core/multi-month@wts-calendar/core/list@wts-calendar/core/resource-scheduling@wts-calendar/core/advanced-resource-planning@wts-calendar/core/premium-interoperability@wts-calendar/core/enterprise-workflow@wts-calendar/core/developer-tools@wts-calendar/core/testing@wts-calendar/core/data-adapter-sdk@wts-calendar/core/event-editor@wts-calendar/core/plugin-sdk@wts-calendar/core/repeated-tasks@wts-calendar/core/all@wts-calendar/core/web-component

78 matching event-bus names

Subscribe with calendar.on(name, callback); call the returned function to unsubscribe.

delete-event

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('delete-event', callback);

update-event

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('update-event', callback);

add-event

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('add-event', callback);

events-set

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('events-set', callback);

icalendar-import

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('icalendar-import', callback);

day-click

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('day-click', callback);

date-click

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('date-click', callback);

hour-segment-click

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('hour-segment-click', callback);

event-click

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-click', callback);

task-add

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-add', callback);

task-update

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-update', callback);

task-remove

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-remove', callback);

task-status-change

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-status-change', callback);

task-change-pending

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-change-pending', callback);

task-change-settled

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-change-settled', callback);

task-change-error

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-change-error', callback);

task-revert

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-revert', callback);

task-source-loading

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-source-loading', callback);

task-source-success

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-source-success', callback);

task-source-error

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('task-source-error', callback);

column-resize

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('column-resize', callback);

event-drop

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-drop', callback);

event-drag-start

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-drag-start', callback);

event-drag-stop

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-drag-stop', callback);

event-resize

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-resize', callback);

event-resize-start

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-resize-start', callback);

event-resize-stop

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-resize-stop', callback);

event-change

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-change', callback);

event-interaction-failure

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-interaction-failure', callback);

drop

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('drop', callback);

event-receive

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-receive', callback);

event-leave

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-leave', callback);

external-drop

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('external-drop', callback);

event-transfer

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-transfer', callback);

event-create-request

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-create-request', callback);

event-edit-request

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-edit-request', callback);

event-remove-request

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-remove-request', callback);

event-create

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-create', callback);

event-edit

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-edit', callback);

event-remove

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-remove', callback);

event-mutation-pending

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-mutation-pending', callback);

event-mutation-settled

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-mutation-settled', callback);

event-mutation-error

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-mutation-error', callback);

event-mutation-revert

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-mutation-revert', callback);

event-history-change

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-history-change', callback);

event-undo

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-undo', callback);

event-redo

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-redo', callback);

event-revert

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-revert', callback);

event-change-pending

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-change-pending', callback);

event-change-settled

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-change-settled', callback);

event-change-error

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-change-error', callback);

event-constraint-violation

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-constraint-violation', callback);

resource-assignment-invalid

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('resource-assignment-invalid', callback);

event-source-loading

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-source-loading', callback);

event-source-success

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-source-success', callback);

event-source-error

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('event-source-error', callback);

add-resource

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('add-resource', callback);

update-resource

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('update-resource', callback);

remove-resource

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('remove-resource', callback);

resources-set

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('resources-set', callback);

resource-revert

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('resource-revert', callback);

resource-source-loading

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('resource-source-loading', callback);

resource-source-success

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('resource-source-success', callback);

resource-source-error

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('resource-source-error', callback);

source-refresh-loading

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('source-refresh-loading', callback);

source-refresh-success

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('source-refresh-success', callback);

source-refresh-error

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('source-refresh-error', callback);

option-change

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('option-change', callback);

option-revert

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('option-revert', callback);

select

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('select', callback);

unselect

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('unselect', callback);

select-invalid

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('select-invalid', callback);

next

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('next', callback);

previous

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('previous', callback);

viewmode-change

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('viewmode-change', callback);

dates-set

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('dates-set', callback);

view-did-mount

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('view-did-mount', callback);

view-will-unmount

Event

Typed WtsCalendar event-bus notification.

const off = calendar.on('view-will-unmount', callback);