parse recurrence components on input of icalProperty

This commit is contained in:
vladimir%pobox.com 2005-01-07 22:11:48 +00:00
parent d1ebe9139f
commit e12df5a87b

View File

@ -350,6 +350,8 @@ calItemBase.prototype = {
continue;
}
ritem.icalProperty = recprop;
if (!rec) {
rec = new CalRecurrenceInfo();
rec.initialize(this);