| browser |
|
|
- |
| CalDAVServer.sys.mjs |
When set, a PUT that creates a new resource (If-None-Match: *) is rejected
if another resource in the collection already uses the same iCalendar UID,
mimicking servers that enforce UID uniqueness (RFC 4791
CALDAV:no-uid-conflict). The value selects the shape of the rejection:
"sabre400" (Nextcloud), "radicale409", "sogo409", "precondition409href" or
"plain412" (the copy already sits at the requested URI).
See _writeUidConflict(). When null, duplicate UIDs are accepted.
|
25207 |
- |
| CalendarTestUtils.sys.mjs |
@typedef EditItemAtResult
@property {Window} dialogWindow - The window of the dialog.
@property {Document} dialogDocument - The document of the dialog window.
@property {Window} iframeWindow - The contentWindow property of the embedded
iframe.
@property {Document} iframeDocument - The contentDocument of the embedded
iframe.
|
44756 |
- |
| CalendarUtils.sys.mjs |
Delete one or all occurrences using the prompt.
@param {Window} window - Main window.
@param {Element} element - Element which will open the dialog.
@param {boolean} selectParent - true if all occurrences should be deleted.
|
2630 |
- |
| ICSServer.sys.mjs |
|
4279 |
- |
| ItemEditingHelpers.sys.mjs |
Formats a date for input in a datepicker. Don't use cal.dtz.formatter methods
for this as they use the application locale but datepicker uses the OS locale.
@param {calIDateTime} date
@returns {string}
|
25443 |
- |
| moz.build |
|
1280 |
- |
| unit |
|
|
- |