Hi Jose, I’m currently at paternity leave and cannot tell when I’ll have time to reviwe or fix it. But if you want to, you can fork the repo, try to find a fix and create a pull request, that I can simply merge then.
in the latest version 2.2.0 there is a boolean flag for resource entries, that needs to be set to make them draggable between resources.
Use setResourceEditableOnClientSide(true) to activate that.
It is by default false as that is default behavior by the FC client library.
// activate for the client to have an entry being draggable between resources
resourceEntry.setResourceEditableOnClientSide(true);
// update the entry on the client side, if it is already added to the calendar
calendar.updateEntry(resourceEntry);
Stefan, i’ve got another problem. I’m not able to format time as 24 hour format. It’s throwing me a JS error texting “i.cmdFormatter is not a function”. Can you give me some help?? I’ve check it all Full Calendar’s documentation but i’m turning crazy. :D
would be great if you could create a GitHub issue about that and give me some more details there about the usage and use case of the FC regarding that problem.