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

Events without end should not necessarily end "now" #622

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aldenquimby
Copy link
Contributor

@aldenquimby aldenquimby commented Jan 17, 2025

Currently if you create a "point in time" event, e.g. "5pm ET on Feb 17, 2026", this library assumes it ends "now"

This is particularly problematic for events that are in the future, because the generated event will have an end that comes before start, and be rejected from certain calendars

Instead, it seems safer to assume end matches start

An alternative (possibly preferred), would be to not send end at all if it's not supplied. This seemed like a larger refactor though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant