Replies: 1 comment
-
Whilst the ORGANIZER property is optional in the core spec, the iTIP spec which defines the rules for the METHOD property indicate it is mandatory when METHOD=PUBLISH: https://datatracker.ietf.org/doc/html/rfc5546#section-3.2.1
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
The RFC 2445 states that for VEVENT, the organizer is an optional property, see https://datatracker.ietf.org/doc/html/rfc2445#section-4.6.1.
But for VEVENT with method PUBLISH, the methodValidators of the VEvent-class contain organizer as mandatory field, see
ical4j/src/main/java/net/fortuna/ical4j/model/component/VEvent.java
Line 224 in a2066e5
What is the reason for this difference?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No validation error when leaving out the optional organizer property.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions