+function($){ "use strict"; $('.external-event').each(function(){ $(this).data('event', { title: $.trim($(this).text()), className: [$(this).data('class')] }); }); $('.external-event').draggable({ revert: true, revertDuration: 0 }); var cal = $('#fullcalendar').fullCalendar({ theme: true, editable: false, droppable: false, header: { left: 'prev, today, next', center: 'title' }, buttonText: { prev: '', next: '' }, events: [ { "category": "online", "title": "Online: 00 h 09 min", "start": "2020-08-04", "className": ["success"] }, { "category": "online", "title": "Online: 06 h 30 min", "start": "2020-08-05", "className": ["success"] }, { "category": "online", "title": "Online: 06 h 15 min", "start": "2020-08-06", "className": ["success"] }, { "category": "online", "title": "Online: 05 h 36 min", "start": "2020-08-07", "className": ["success"] }, { "category": "online", "title": "Online: 06 h 18 min", "start": "2020-08-11", "className": ["success"] }, { "category": "online", "title": "Online: 06 h 03 min", "start": "2020-08-13", "className": ["success"] }, { "category": "online", "title": "Online: 07 h 15 min", "start": "2020-08-14", "className": ["success"] }, { "category": "online", "title": "Online: 06 h 18 min", "start": "2020-08-19", "className": ["success"] }, { "category": "online", "title": "Online: 04 h 57 min", "start": "2020-08-20", "className": ["success"] }, { "category": "online", "title": "Online: 06 h 03 min", "start": "2020-08-21", "className": ["success"] }, { "category": "online", "title": "Online: 06 h 03 min", "start": "2020-08-24", "className": ["success"] }, { "category": "online", "title": "Online: 05 h 06 min", "start": "2020-08-25", "className": ["success"] }, { "category": "online", "title": "Online: 05 h 51 min", "start": "2020-08-26", "className": ["success"] }, { "category": "online", "title": "Online: 04 h 39 min", "start": "2020-08-27", "className": ["success"] }, { "category": "online", "title": "Online: 01 h 15 min", "start": "2020-08-28", "className": ["success"] }, { "category": "online", "title": "Online: 06 h 12 min", "start": "2020-08-29", "className": ["success"] }, { "category": "online", "title": "Online: 01 h 24 min", "start": "2020-08-31", "className": ["success"] }, { "category": "online", "title": "Online: 04 h 00 min", "start": "2020-09-01", "className": ["success"] }, { "category": "Score", "title": "Max score: 950", "start": "2020-08-04", "className": ["primary"] }, { "category": "Score", "title": "Max score: 937", "start": "2020-08-05", "className": ["primary"] }, { "category": "Score", "title": "Max score: 908", "start": "2020-08-06", "className": ["primary"] }, { "category": "Score", "title": "Max score: 884", "start": "2020-08-07", "className": ["primary"] }, { "category": "Score", "title": "Max score: 781", "start": "2020-08-11", "className": ["primary"] }, { "category": "Score", "title": "Max score: 883", "start": "2020-08-13", "className": ["primary"] }, { "category": "Score", "title": "Max score: 855", "start": "2020-08-14", "className": ["primary"] }, { "category": "Score", "title": "Max score: 579", "start": "2020-08-19", "className": ["primary"] }, { "category": "Score", "title": "Max score: 356", "start": "2020-08-20", "className": ["primary"] }, { "category": "Score", "title": "Max score: 350", "start": "2020-08-21", "className": ["primary"] }, { "category": "Score", "title": "Max score: 836", "start": "2020-08-24", "className": ["primary"] }, { "category": "Score", "title": "Max score: 537", "start": "2020-08-25", "className": ["primary"] }, { "category": "Score", "title": "Max score: 508", "start": "2020-08-26", "className": ["primary"] }, { "category": "Score", "title": "Max score: 488", "start": "2020-08-27", "className": ["primary"] }, { "category": "Score", "title": "Max score: 328", "start": "2020-08-28", "className": ["primary"] }, { "category": "Score", "title": "Max score: 449", "start": "2020-08-29", "className": ["primary"] }, { "category": "Score", "title": "Max score: 271", "start": "2020-08-31", "className": ["primary"] }, { "category": "Score", "title": "Max score: 656", "start": "2020-09-01", "className": ["primary"] }, { "category": "likes", "title": "New Likes: 702", "start": "2020-08-05", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 776", "start": "2020-08-06", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 442", "start": "2020-08-07", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 542", "start": "2020-08-11", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 554", "start": "2020-08-13", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 637", "start": "2020-08-14", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 213", "start": "2020-08-19", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 89", "start": "2020-08-20", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 87", "start": "2020-08-21", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 374", "start": "2020-08-24", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 143", "start": "2020-08-25", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 71", "start": "2020-08-26", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 140", "start": "2020-08-27", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 15", "start": "2020-08-28", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 144", "start": "2020-08-29", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 35", "start": "2020-08-31", "className": ["purple"] }, { "category": "likes", "title": "New Likes: 235", "start": "2020-09-01", "className": ["purple"] } ], drop: function(date) { if ($('#drop-remove').is(':checked')) { $(this).remove(); } }, dayClick: function(date, jsEvent, view) { var modal = $('#new_event_modal'); modal.modal('show'); modal.find('#event_start').val(date.format()); } }); $.fn.windowCheck = function() { var ww = $(window).width(); if(ww > 768) { cal.fullCalendar('changeView', 'month'); } else if(ww < 768 && ww > 540) { cal.fullCalendar('changeView', 'basicWeek'); } else { cal.fullCalendar('changeView', 'basicDay'); } }; $(window).on('resize', function(e){ $().windowCheck(); }); $('.fc-prev-button').append(''); $('.fc-next-button').append(''); // add new event category $('#new_event_cat_form').on('submit', function(e){ e.preventDefault(); var name = $(this).find('#category_name').val(); var color = $(this).find('#category_color').val(); var category = $('
'); category.text(name); category.addClass(color); category.data('event', { title: name, className: [color] }); category.draggable({ revert: true, revertDuration: 0 }); $('#external-events').append(category); $('#new_event_cat_modal').modal('hide'); }); // add new event $('#new_event_form').on('submit', function(e){ e.preventDefault(); var title = $(this).find('#event_title').val(); var category = $(this).find('#event_category').val(); var start = $(this).find('#event_start').val(); cal.fullCalendar('addEventSource', [ { title: title, start: start, className: [category] } ]) $('#new_event_modal').modal('hide'); }); }(jQuery);