diff --git a/helpers/SG_iCal_Recurrence.php b/helpers/SG_iCal_Recurrence.php index 3294c84..fc22898 100755 --- a/helpers/SG_iCal_Recurrence.php +++ b/helpers/SG_iCal_Recurrence.php @@ -14,6 +14,8 @@ */ class SG_iCal_Recurrence { + public $rrule; + protected $freq; protected $until; @@ -59,6 +61,7 @@ class SG_iCal_Recurrence { //split up the properties $recurProperties = explode(';', $line); $recur = array(); + $this->rrule = $line; //loop through the properties in the line and set their associated //member variables