mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +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;
|
||||
}
|
||||
|
||||
ritem.icalProperty = recprop;
|
||||
|
||||
if (!rec) {
|
||||
rec = new CalRecurrenceInfo();
|
||||
rec.initialize(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user