pbogut / recurring_events

Elixir library for dealing with recurring events
MIT License
26 stars 8 forks source link

RRULE export #4

Open tlvenn opened 6 years ago

tlvenn commented 6 years ago

It would be super convenient to be able to have a way to export rules in the text format compatible with RRULE such as:


"FREQ=WEEKLY;DTSTART=20120201T093000Z;INTERVAL=5;UNTIL=20130130T230000Z;BYDAY=MO,FR"
pbogut commented 6 years ago

I can see how that could be usfull. I guess we could add to_string and maybe from_string. Fancy to create PR?