нужно добавить продолжительность буфера до и после событий (временные базы буфера) в FinalCalendar. Возможно ли это, как показано на изображении? (реализовано ниже) But unable to align buffer events with main event as event and its 2 buffer's can't be grouped to stay in line.
Any suggestion to make first or second approach work or any new direction is also welcomed.
Here is the basic code of approach 1.
нужно добавить продолжительность буфера до и после событий (временные базы буфера) в FinalCalendar. Возможно ли это, как показано на изображении? (реализовано ниже) But unable to align buffer events with main event as event and its 2 buffer's can't be grouped to stay in line. Any suggestion to make first or second approach work or any new direction is also welcomed. Here is the basic code of approach 1.
let befi = document.createElement("div"); befi.className = "bufferbefore"; befi.style.cssText = "width: 25%;";//fixed width here for simplicity actually will be time duration
let afi = document.createElement("div"); afi.className = "bufferafter"; afi.style.cssText = "width:33%;";