From d36357770c515d3383822aecb959f48347908931 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Fri, 29 Oct 2010 12:13:16 +0200 Subject: [PATCH] keep full string to parse Freq --- helpers/SG_iCal_Recurrence.php | 3 +++ 1 file changed, 3 insertions(+) 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