Custom entry rendering function. Set to override default entry rendering, or null for default.
Custom tooltip content function. Set to override default tooltip, or null for default.
Copy selected entries to the clipboard.
Optionalentries: CalendarEntry[]Cut selected entries to the clipboard.
Optionalentries: CalendarEntry[]Export all calendar items as a CSV string.
Optionaloptions: CalendarCsvExportOptionsExport all calendar items as an Excel workbook. Requires the exceljs package.
Optionaloptions: CalendarExcelExportOptionsExport calendar items to iCalendar (.ics) format. Returns a Blob with MIME type text/calendar.
Optionaloptions: CalendarIcsExportOptionsExport calendar items to iCalendar (.ics) format. Returns the raw text string.
Optionaloptions: CalendarIcsExportOptionsExport the current view as an image (PNG or JPEG). Requires html2canvas.
Optionaloptions: CalendarImageExportOptionsExport the current view as a PDF document. Requires jspdf and html2canvas.
Optionaloptions: CalendarPdfExportOptionsImport calendar items from iCalendar (.ics) text.
Optionaloptions: CalendarIcsImportOptionsPaste entries from the clipboard at the current date.
StaticcheckCheck which optional export dependencies are available.
Main public API for the EventCalendar component.