In the Calendar “FullCalendar” made by http://arshaw.com/fullcalendar/
I need the user can only select one timeslots by clicking in agendaWeek view mode!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The more info you can provide, the more relevant answers we can provide. From what I understand, you can do this by combining dayclick with the select method. http://arshaw.com/fullcalendar/docs/selection/select_method/
Use dayclick to listen for a times lot selection and then use the select method to select the times slot given. I haven’t tested this myself but in theory it should work.