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

Add value type DATE to DTSTART and DTEND #519

Conversation

raymondelooff
Copy link
Contributor

Currently, the DTSTART and DTEND properties do not define the value type. According to the spec, this means that those values by default use the DATE-TIME type. This is not totally correct, because in case of a SingleDay or MultiDay occurrence there is no specific start and end time. With this change the output will set VALUE=DATE for the start and end of SingleDay or MultiDay occurrence events.

@markuspoerschke markuspoerschke self-assigned this Jun 2, 2023
@markuspoerschke markuspoerschke self-requested a review June 5, 2023 06:21
@markuspoerschke markuspoerschke merged commit 3e5a092 into markuspoerschke:2.x Jun 22, 2023
@raymondelooff raymondelooff deleted the bugfix/add-missing-date-value-type branch June 22, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants