
kalistalanti
Joined 3/27/2017
Watched 1 video
Watched 1 Video from start to finish
Subscribed for 1 month
Learning and showing your support for 1 Month
Spread the word 1 time
Referred 1 Member to Drifting Ruby10
10 times Chatter Box
Make 10 comments to videos or replies to other comments
Share the love 1 time
Liked 1 episode3
Welcome back 3 times
You've visited Drifting Ruby on 3 different days
Suggested 1 episode
Helped the community by suggesting 1 episode
Vote Suggestion 1 time
Helped the community by voting on suggestions 1 time
1 time Chatter Box
Make 1 comment to videos or replies to other commentsEarned on 3/4/2019
# | Name |
---|

kalistalanti
said over 2 years ago on
FullCalendar Events and Scheduling
:
Heyy! I've been on this for days, need help :(
So I'm trying to combine your code with AdminLTE's for the drag and drop event on the calendar (https://almsaeedstudio.com/themes/AdminLTE/pages/calendar.html).
Sadly I'm currently stuck on how to manually save or input the event_params without the form, because they have this js code for the drop
drop: function (date, allDay) {
var originalEventObject = $(this).data('eventObject');
var copiedEventObject = $.extend({}, originalEventObject);
copiedEventObject.start = date;
copiedEventObject.backgroundColor = $(this).css("background-color");
copiedEventObject.borderColor = $(this).css("border-color")
$('.calendar').fullCalendar('renderEvent', copiedEventObject, true);
}
So, I'm wondering how to input the event to /events.json, thank you very much for the time and help, it means so much!

kalistalanti
said over 2 years ago on
FullCalendar Events and Scheduling
:
Aah thank you for the fast response! Ok I'll wait for it, thanks for everything you've done, you're a savior!:)