Our pure JavaScript Scheduler component


Post by rupen.shah.access »

Dear Team,

I have created my event model and assigned to events in bryntum scheduler component. ITs worked with scheduler react 5.2.7 verision. Recently I have upgrade the version to 5.3.6 and now its giving error. Please find attached my event model. You can see the events.tsx inside the zip folder. When I push the record to eventstore its giving me error. I am pushing record like below.

schedulerRef.current!.instance.eventStore.add({
							'id': id, 'bkG_PRIMARY': element.uniqueKey, 'resourceId': element.resourceKey, startDate: element.bookingStart, endDate: element.bookingEnd,
							name: element.bookingText, desc: element.bookingText, project: "", costCentre: "", eventStyle: 'dashed', eventColor: element.colourVal, typeOfBooking: 'publicholiday', isbookingOriginalStart: '', bookingAllDay: true,
							allowDrag: element.allowDrag, allowEdit: element.allowEdit, resizable: false, tooltip: ''
						});

Can someone guide me for this.

Attachments
29052023.zip
(594 Bytes) Downloaded 17 times

Post by mats »

Please always provide full error message that you get.


Post Reply