Skip to content

Commit 9962448

Browse files
committed
renamed to addRRULE
1 parent 5ba7e01 commit 9962448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dateTime.parseDateTime('1986-10-18T13:00:00+02:00');
1313
event.setDTStart(dateTime);
1414

1515
// RRules
16-
event.addRRule('FREQ=DAILY;COUNT=10');
16+
event.addRRULE('FREQ=DAILY;COUNT=10');
1717

1818
// Attendees
1919
var attendee = VObject.attendee();

0 commit comments

Comments
 (0)