문제

Is there any opensource library for displaying human readable description for recurring events described by the above standard?

I want to obtain every 5 weeks on Thursday for rule RRULE:FREQ=WEEKLY;INTERVAL=5;BYDAY=TH

Language C# is preferred but not required at all

도움이 되었습니까?

해결책

In JavaScript you might use rrule.js library, It's very useful for generating human readable texts from RRULE string.

You can try it out from this link.

BTW, as far as I know ical4j and google-rfc-2445 didn't have any functionality for generating human readable texts.

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top