-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intersecting two Biz::Schedule #50
Comments
Hey there, @pocman! This isn't something that's currently supported out of the box, but I think it's an interesting feature. Let me see what I can do. |
An intersection of two schedules consists of: * an intersection of intervals * * a union of holidays * * the time zone of the first schedule See the `README` for an example. Closes #50.
An intersection of two schedules consists of: * an intersection of intervals * * a union of holidays * * the time zone of the first schedule See the `README` for an example. Closes #50.
An intersection of two schedules consists of: * an intersection of intervals * a union of holidays * the time zone of the first schedule See the `README` for an example. Closes #50.
An intersection of two schedules consists of: * an intersection of intervals * a union of holidays * the time zone of the first schedule See the `README` for an example. Closes #50.
An intersection of two schedules consists of: * an intersection of intervals * a union of holidays * the time zone of the first schedule See the `README` for an example. Closes #50.
An intersection of two schedules consists of: * an intersection of intervals * a union of holidays * the time zone of the first schedule See the `README` for an example. Closes #50.
An intersection of two schedules consists of: * an intersection of intervals * a union of holidays * the time zone of the first schedule See the `README` for an example. Closes #50.
An intersection of two schedules consists of: * an intersection of intervals * a union of holidays * the time zone of the first schedule See the `README` for an example. Closes #50.
An intersection of two schedules consists of: * an intersection of intervals * a union of holidays * the time zone of the first schedule See the `README` for an example. Closes #50.
This feature has been released in |
Thanks a lot, 20 hours for a feature... |
Haha, you happened to catch me at a team offsite with some free time. Glad to help! Thanks for the suggestion. |
Hi,
I would like to create
Biz::Schedule
as an intersection of two otherBiz::Schedule
.They should have the same
time_zone
, the union ofholidays
and the intersection ofhours
.Is that already implemented or should I do it ?
Thanks.
The text was updated successfully, but these errors were encountered: