Rrule can't be passed as a string? #76
Unanswered
eNzyOfficial
asked this question in
Bugs
Replies: 1 comment 2 replies
-
Hi @eNzyOfficial, At the moment we do not need this functionality at Spatie but I would merge a tested PR that adds such functionality: the ability to set a RRULE using a string without using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I already have my RRules stored in my database as they come in from the frontend.
However I see no way to pass in the RRule as a string.
The only way I can see it being possible is if I parse the string to convert it into the RRule class to output it back out as a string again?
Beta Was this translation helpful? Give feedback.
All reactions