Skip to content
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

Protection against double-bookings #67

Open
tobixen opened this issue May 5, 2020 · 0 comments
Open

Protection against double-bookings #67

tobixen opened this issue May 5, 2020 · 0 comments

Comments

@tobixen
Copy link
Owner

tobixen commented May 5, 2020

Ref #29

The "normal" user behaviour would be to first check the calendar to see that there aren't any conflicting events on the calendar, and then add the new event - however, it may be more efficient to specify something like --check-conflict. If the new event overlaps with some existing event, instead of adding it to the calendar, an error is thrown informing about the double-booking. With a --interactive option the user would interactively be asked to (1) leave calendar as it is, (2) add new event regardless of the overlap, (3) cancel the existing event and add the new.

@tobixen tobixen added this to the Procrastinated milestone May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant