Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

eventResources doesn't work on calender scheduler #206

@vertiqcal

Description

@vertiqcal

Hi all,
Wonder how to pass event resource into it? This doesn't work.

<full-calendar ref="calendar" :event-sources="eventSources"

computed: { eventSources() { return [ { events(start, end, timezone, callback) { axios.get('/get-events').then(response => { callback(response.data) }) } } ] }, },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions