-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
date-time type DTSTART without DTEND, but have DURATION #304
Comments
node-iCal seems that cannot handle this kind(DTSTART and DURATION but not DTEND) Can it? |
I put in code 3 years ago for this when I fixed missing DTEND . and I think there was a testcase for that edit: testcsse did not cover not DTEND/but duration |
@sdetweil So... Is it a kind of thing to fix? Or Did I miss something to use? |
I will try to test later today. |
this handler is broken. |
I submitted pr #306 |
Sorry for revamping the old topic. This is related to #90
I understand that only DTSTART without DTEND should be regarded as a momentary event.
But how about with date-time type DTSTART and DURATION without DTEND?
In actual practice, Synology CalDAV provides that kind of VEVENTS, so
node-ical
cannot parse it correctly.If DURATION has meaning only on
date
type DTSTART, Why does the spec haveH
,M
, andS
options?The text was updated successfully, but these errors were encountered: