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

[FEATURE] Enable TimeSpan work with only start Time #561

Open
calien666 opened this issue Oct 17, 2023 · 0 comments · May be fixed by #562
Open

[FEATURE] Enable TimeSpan work with only start Time #561

calien666 opened this issue Oct 17, 2023 · 0 comments · May be fixed by #562

Comments

@calien666
Copy link

First of all, thank you for your great package.

Implementing your package at a customer leads to the issue, that handling with Events having only a start time, but no end time set, is not possible.

I first used next midnight to solve this, but customer only wants the start time and date set for these events.

I checked a corresponding event in the iCal validator and having an event only set with a DTSTART is a valid behaviour.

In your package the only class adopting this case, is TimeSpan, which needs to be begin and end set as DateTime.

Expected behaviour

Allow TimeSpan creation with only start set.

@calien666 calien666 linked a pull request Oct 17, 2023 that will close this issue
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 a pull request may close this issue.

1 participant