Issue 2548: different time restriction on each date for creating new event
Status:  ExportedToGithub
Owner: ----
Closed:  Aug 2015
Reported by ronak21....@gmail.com, Jul 18, 2015
I want to specify different time limit on each day for creating event.

Explanation :
 
18/08/2015 - availableTimeSlots(10:30-12:30, 03:30-05:30, 09:30-10:30),
19/08/2015 - availableTimeSlots(09:30-11:30, 01:30-04:30, 06:30-08:30),
20/08/2015 - availableTimeSlots(07:30-09:30, 03:30-04:30, 05:30-07:30)

In week/day view user able to click only on available time slots for that date to create new event.


FullcalenderEventCreationRestriction.png
25.5 KB   View   Download
Aug 13, 2015
Project Member #1 adamrs...@gmail.com
this feature is essentially implemented via:
http://fullcalendar.io/docs/selection/selectConstraint/

but doesn't account for blocking click events (or rather, accepting an "add" event for a click) and then blocking if outside the given range(s).
Status: Discussing
Labels: Type-Feature
Aug 13, 2015
Project Member #2 adamrs...@gmail.com
this feature will likely hinge on creating a new type of triggerable FC event, like "add:click" or "click:add" or something
Status: Accepted
Aug 20, 2015
Project Member #3 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/2813

This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event.

Happy coding,
Adam
Status: ExportedToGithub