UNPKG

@progress/kendo-angular-scheduler

Version:

Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.

21 lines (20 loc) 728 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export const defaultModelFields = { id: 'id', start: 'start', startTimezone: 'startTimezone', end: 'end', endTimezone: 'endTimezone', isAllDay: 'isAllDay', title: 'title', description: 'description', recurrenceRule: 'recurrenceRule', recurrenceId: 'recurrenceId', recurrenceExceptions: 'recurrenceExceptions' };