Hi Isomorphic,
Please see this modified 12.0p/13.0d sample (v12.0p_2021-09-03 and SNAPSHOT_v13.0d_2021-09-03):
In "Month"-view (only there) on Saturdays (only there, not Sunday as well) if you want to create an event, the popup opens, but the Event Name TextItem and Buttons are disabled.
Best regards
Blama
Please see this modified 12.0p/13.0d sample (v12.0p_2021-09-03 and SNAPSHOT_v13.0d_2021-09-03):
Code:
isc.Calendar.create({ ID: "eventCalendar", disableWeekends: false, data: eventData });
Best regards
Blama
Comment