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.


Parameters

$is_exrule

(bool) (Optional) Flag to handle parser for exrule/exdate.

Default value: false


Top ↑

Return

(string) The iCal version of the rule.


Top ↑

Source

File: src/Events_Pro/Custom_Tables/V1/Events/Converter/Event_Rule_Converter/Abstract_Event_Rule_Converter.php

	abstract public function convert_to_rrule( bool $is_exrule = false ): string;

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.