Sierra Exception for custom schedule
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3132979. --> Reported by: [khaldoon_masud](https://www.drupal.org/user/1991766) Related to !18 >>> <p>Drupal throws an exception on saving Custom recurrence with Sierra widget.<br> InvalidArgumentException: Failed to parse RFC string, line is not starting with a property name followed by ":" in RRule\RSet-&gt;__construct() (line 77 of /vendor/rlanvin/php-rrule/src/RSet.php).</p> <p>Sierra widget is looking for "RRULE:" prefix in RRULE field. </p> <p>it's caused by<br> // Preserve non-RRULE components from original string.<br> $originalString = $form_state-&gt;getValue('original_string');<br> $rset = new RSet($originalString);</p> <p>I changed Alpha to Sierra and date was already stored in Alpha format.</p>
issue