Hi Stefan, it seems there is an error while dragging entries between two

Hi Stefan,

it seems there is an error while dragging entries between two resources.

It’s not possible to drag it from one to another.

I’ve upgraded my app, and I need this feature as it was working on the last version.

¿Could you please review it?

Thanks for all your work.

Jose

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.

BR
Stefan

Hi Jose,

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);

Thanks for your work Stefan!!

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

I’d apprecite any help from you.

Regards,

Jose

Hi Jose,

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.

https://github.com/stefanuebe/vaadin_fullcalendar/issues

Thanks :)