Our pure JavaScript Scheduler component


Post by Jammb »

Can an event be added to the last row of the scheduler? If so, how can this be accomplished?


Post by Maxim Gorkovsky »

Jammb wrote: Tue Aug 18, 2020 3:57 pm

Can an event be added to the last row of the scheduler? If so, how can this be accomplished?

What is the trouble exactly? Please elaborate. You need to make sure that you're assinging event to correct resource and correct time span. You can add event like:

scheduler.eventStore.add({ startDate : '2020-08-18', duration : 1, resourceId : scheduler.resourceStore.last.id })

Post by Jammb »

I would like to add a new event and a assign that new event to a new resource filed on the left side below Emilia through UI.

Attachments
Capture3.PNG
Capture3.PNG (25.66 KiB) Viewed 672 times

Post by mats »

You'd have to assign it to a resource to have it be rendered. There's no such area there where things magically get rendered to.


Post Reply