Abstract_Event_Rule_Converter::convert_to_rrule( bool $is_exrule = false )
Converts a daily rule from the format used in the EventRecurrence meta to the one used by iCal.
Contents
Parameters
- $is_exrule
-
(bool) (Optional) Flag to handle parser for exrule/exdate.
Default value: false
Return
(string) The iCal version of the rule.
Source
abstract public function convert_to_rrule( bool $is_exrule = false ): string;
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |