calendar-assistant icon indicating copy to clipboard operation
calendar-assistant copied to clipboard

When a person has set up "Working Hours", use those hours instead of 9-6 in their time zone

Open flavorjones opened this issue 4 years ago • 0 comments

Today, we use these settings to determine the working hours in which to book a meeting:

# lib/calendar_assistant/config.rb
      Keys::Settings::START_OF_DAY => "9am",              # BusinessTime
      Keys::Settings::END_OF_DAY => "6pm",                # BusinessTime

When a person has set up "working hours", though, we should use those hours (in their time zone, natch) instead of 9-6.

flavorjones avatar Jul 20 '20 14:07 flavorjones