Name Description Size
browser.toml 616
browser_calendarDialog.js 6634
browser_calendarDialogCategories.js 3337
browser_calendarDialogDateRow.js 2040
browser_calendarDialogIntegration.js 1914
browser_calendarDialogIntegrationDisabled.js 391
browser_calendarDialogRow.js 1472
browser_calendarDialogSubviewManager.js 5991
browser_disabled.toml 346
files
head.js Creates and registers a new calendar with the calendar manager. The created calendar will be set as the default calendar. @param {object} options - Options to create the calendar with. @param {string} options.name [name="Test"] - Name. @param {string} options.type [type="storage"] - Type. @returns {calICalendar} 3166