-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
When i use dav.createCalendarObject(calendar, options) i get a Promise that looks like this:
XMLHttpRequest {
request: {
UNSENT: 0,
OPENED: 1,
HEADERS_RECEIVED: 2,
LOADING: 3,
DONE: 4,
readyState: 4,
onreadystatechange: [Function],
responseText: '',
responseXML: '',
status: 204,
statusText: null,
withCredentials: false,
open: [Function],
setDisableHeaderCheck: [Function],
setRequestHeader: [Function],
getResponseHeader: [Function],
getAllResponseHeaders: [Function],
getRequestHeader: [Function],
send: [Function],
handleError: [Function],
abort: [Function],
addEventListener: [Function],
removeEventListener: [Function],
dispatchEvent: [Function],
ontimeout: [Function]
},
sandbox: null
}How can i get the related Event from this that got just created? Thank you
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels