Find your available slots in your calendar.
Add this line to your application's Gemfile:
gem 'calendarslots'And then execute:
$ bundle
Or install it yourself as:
$ gem install calendarslots
- duration_minutes : duration of the slot for the wanted meeting
- capacity : the number of meeting potentially taken in the availability
- offset_end : time before a meeting
- offset_start : time after a meeting
- weight of a meeting in the capacity (every meeting is currently one)
bundle install