We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
I can see how that could be usfull. I guess we could add to_string and maybe from_string. Fancy to create PR?
to_string
from_string
Sorry, something went wrong.
No branches or pull requests
It would be super convenient to be able to have a way to export rules in the text format compatible with RRULE such as:
The text was updated successfully, but these errors were encountered: