You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.
I'm not sure where to start to implement this myself, basically I need the functionality to create a several week long event that does not include weekends. Do you have any suggestions on how to accomplish this, either through a pull request or otherwise?
The text was updated successfully, but these errors were encountered:
For excluding weekends something like a date-range-select-validate input option could be added, whereby you pass a function which is passed a start and end date to indicate the current month cell that is moused over, and return true / false to indicate whether it can be selected.
Thanks for the pointers. I hacked around the weekend problem by creating an array of single day events from the original event and associating them with a single event model in my backend. So I'm closing this for now but might revisit this in the future to implement the ability to click multiple dates (unless this is something you were going to do).
I'm not sure where to start to implement this myself, basically I need the functionality to create a several week long event that does not include weekends. Do you have any suggestions on how to accomplish this, either through a pull request or otherwise?
The text was updated successfully, but these errors were encountered: