Open hrafaelveloso opened 5 years ago
hey, did you manage to solve this ? I'm trying to implement something similar and stuck in the same problem.
Yes, but without using this package. Check the version 4 of fullcalendar (beta but very stable) https://fullcalendar.io/docs/v4
Now it's possible to import fullcalendar like a module. The documentation is pretty good.
I hope that @sanjeev07 update this package to the v4 of fullcalendar.
Thank you so much. Do you have an example anywhere in github ? It would help me alot :')
No I don't have any example available in github at the moment...
Hi @hrafaelveloso , i have same your problem on one of your questions on stackoverflow
and i used v4 as you recommend in your previous comments but i cannot load events, i post it here :
have you faced the same issue with v4 when you use it ????
Could you please resolve this bug ?
I am not being able to drop external events on the calendar. The calendar renders correctly, and the functions
select
andeventClick
works as expected. I wanted to know now how to be able to drop external events in the calendar... I've been reading the fullcalendar.io documentation and I'm not really able to do what I want.The setting I am using is as follows:
I'm including jQuery-UI and the event triggers the
draggable
, I can hover with the external-event over the calendar.