DTSTART property required for VJOURNAL component #710
danielgrigore
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @benfortuna
rfc5545#section-3.6.3 for VJOURNAL component specifies that only dtstamp and uid properties are required.
However the validator for VJOURNAL component makes DTSTART property mandatory besides uid and dtstamp.
... public static final ComponentValidator<VJournal> VJOURNAL = new ComponentValidator<>(Component.VJOURNAL, new ValidationRule<>(One, DTSTART, DTSTAMP, UID), ....
Are there any reasons for this or is it maybe a bug ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions