Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar sync doesn't work #1428

Closed
SergeyMaltsev opened this issue Aug 31, 2020 · 0 comments
Closed

Calendar sync doesn't work #1428

SergeyMaltsev opened this issue Aug 31, 2020 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@SergeyMaltsev
Copy link
Contributor

Forum post

Use this config for Basic Calendar demo. No sync is called after creating a new event.

window.calendar = new Calendar({
crudManager : {
    eventStore : {
        fields : [
            { name : 'room' }
        ]
    },
    transport : {
        load : {
            url : 'data/data.json'
        },
        sync : {
            url : 'data/sync.json'
        }
    },
    autoLoad : true,
    autoSync : true
},
@SergeyMaltsev SergeyMaltsev added bug Something isn't working high-priority Urgent to have fixed forum Issues from forum labels Aug 31, 2020
@SergeyMaltsev SergeyMaltsev added this to the Calendar 4.0.0 milestone Aug 31, 2020
@chuckn0rris chuckn0rris self-assigned this Sep 3, 2020
@chuckn0rris chuckn0rris assigned ExtAnimal and unassigned chuckn0rris Sep 14, 2020
@chuckn0rris chuckn0rris assigned chuckn0rris and unassigned ExtAnimal Sep 21, 2020
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed in progress labels Oct 1, 2020
@isglass isglass closed this as completed Oct 20, 2020
@SergeyMaltsev SergeyMaltsev modified the milestones: Calendar 4.0.0, 4.0.0 Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

4 participants