Setting selectable timeslot in full calendar
问题 I've an app where I want to set what time can be selected. I want to disable rest of them. Basically it's an appointment app where Doctors set their available time and patients reserve time. I don't want the time slot not set as available to be selected. I also don't want more than one user to select same time slot. I'm of course checking this before saving it into the database but I want to prevent this on Calendar as well. Is there any way to do that? 来源: https://stackoverflow.com/questions