mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 13:02:57 +00:00
parse recurrence components on input of icalProperty
This commit is contained in:
parent
d1ebe9139f
commit
e12df5a87b
@ -350,6 +350,8 @@ calItemBase.prototype = {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ritem.icalProperty = recprop;
|
||||||
|
|
||||||
if (!rec) {
|
if (!rec) {
|
||||||
rec = new CalRecurrenceInfo();
|
rec = new CalRecurrenceInfo();
|
||||||
rec.initialize(this);
|
rec.initialize(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user