parse recurrence components on input of icalProperty

This commit is contained in:
vladimir%pobox.com 2005-01-07 22:11:48 +00:00
Родитель d1ebe9139f
Коммит e12df5a87b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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