Skip to content

createCalendarObject #151

@mitsol

Description

@mitsol

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions