Code review comment for lp:~mihirsoni/ubuntu-calendar-app/1297739

Revision history for this message
Kunal Parmar (pkunal-parmar) wrote :

Hi,

Following line
event.recurrence.recurrenceRules = [rule];

should be inside below Condition.
if( event.itemType === Type.Event )

It looks like bug in original code, Can you check ?

« Back to merge proposal