rrule icon indicating copy to clipboard operation
rrule copied to clipboard

How to define intervals of time ?

Open matoeilD opened this issue 2 years ago • 1 comments

What is the syntax to describe an event with an interval of time? For example ,

from April 6 to April 12 2022, between 10:00 and 12:00

Is it possible to set it using the online tool ? https://jakubroztocil.github.io/rrule/

matoeilD avatar Apr 05 '22 12:04 matoeilD

I found this closed issue https://github.com/jakubroztocil/rrule/issues/115 So this project is only for the Recurrence Rule (thus the name rrule) https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 You are looking for duration which will be https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.6 In the closed issue above, someone provided https://github.com/remotehour/rrule-duration

sunshineo avatar Jun 02 '22 02:06 sunshineo