зеркало из https://github.com/mozilla/pjs.git
parse recurrence components on input of icalProperty
This commit is contained in:
Родитель
dacf363ff3
Коммит
b3422be96b
|
@ -350,6 +350,8 @@ calItemBase.prototype = {
|
|||
continue;
|
||||
}
|
||||
|
||||
ritem.icalProperty = recprop;
|
||||
|
||||
if (!rec) {
|
||||
rec = new CalRecurrenceInfo();
|
||||
rec.initialize(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче