// Set a maximum duration for bookings$max_duration_enabled=FALSE;// Set to TRUE if you want to enforce a maximum duration$max_duration_secs=60*60*2;// (seconds) - when using "times"$max_duration_periods=2;// (periods) - when using "periods"
You can also set limits on the number of bookings allowed in a day/week/month/year
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i have added like below: But still users are booking more than 3 days and repeated meetings
$min_book_ahead_enabled = TRUE;
$min_book_ahead_secs = 0;
$max_duration_enabled = TRUE; // Set to TRUE if you want to enforce a maximum duration
$max_duration_secs = 60*60*72; // (seconds) - when using "times"
$max_duration_periods = 72; // (periods) - when using "periods"
please help me to solve this
Regards,
BEn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
See the following config settings:
You can also set limits on the number of bookings allowed in a day/week/month/year
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "DO NOT USE - Support Requests"
HI
i have added like below: But still users are booking more than 3 days and repeated meetings
please help me to solve this
Regards,
BEn