You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment no, because I don't know how to do it. Basically the RSet object is more flexible than what the RFC allows, so in some cases there is no way to build a RFC-compliant string out of it. More info here: #26 (comment)
How might I use the code in rrule->rfcString to do the RRULE part given that I have an RSET array?
Well basically you would use $rset->getRRules() to get an array, use foreach to loop and call rfcString() on each ones. However problems will occur once you have multiple RRULE, because this will generate multiple DTSTART segments, which is not allowed by the RFC.
Is there any code available to rebuild the RFC5545 string from the arrays produced from the RSet() method?
The text was updated successfully, but these errors were encountered: