peterbraden / ical.js

ical for javascript
Apache License 2.0
310 stars 117 forks source link

Mention RRule in the documentation #43

Open jfrumar opened 10 years ago

jfrumar commented 10 years ago

Thanks a lot for this project!

I just came across RRule and was about to start integrating it, but then realized that you're already using it. I think that's great, but would have loved to know about it beforehand.

I recommend adding it to the README/documentation.

ghost commented 6 years ago

Hi @jfrumar and @peterbraden - I'm struggling with this myself. Any idea how to get this working?

For example, how would I get events like this to show in a list? Thank you!

BEGIN:VEVENT
DTSTART;TZID=Europe/London:20180613T140000
DTEND;TZID=Europe/London:20180613T160000
RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
EXDATE;TZID=Europe/London:20191225T140000
EXDATE;TZID=Europe/London:20180822T140000
EXDATE;TZID=Europe/London:20180808T140000
EXDATE;TZID=Europe/London:20181226T140000
DTSTAMP:20181003T121811Z
UID:3jkq441ch5p8vatmpo36gk1p01@google.com
CREATED:20180607T091909Z
DESCRIPTION:
LAST-MODIFIED:20180607T093250Z
LOCATION:Christ Church 91 Coombe Road New Malden KT3 4RE
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:New Malden Blind Club
TRANSP:OPAQUE
END:VEVENT
raineorshine commented 5 years ago

Related: https://github.com/peterbraden/ical.js/issues/93#issuecomment-460992737