Skip to main content
  1. Create the appointment, call, meeting, or task as usual.
  2. Set recurrence info.
  3. Save the follow-up.

NSRecurrenceInfo CreateDefaultRecurrence()

Alternatively use CreateDefaultRecurrenceByDate() to the date that the recurring pattern should start.

Repeat at standard interval

To repeat at a standard interval (daily, weekly, monthly, yearly), call SetPattern() with value [1-4]. See the reference section for details. This example creates a 10-minute daily coffee break at 14:00 starting August 1st.

Repeat at user-defined interval

Example: hourly reminders throughout the working day

Repeat at selected dates

You can also manually create a list of selected dates that don’t follow a pattern.

Repeat until

You can choose to stop after a specific number of times or after a specific date. Repeat 10 times:
Repeat until end of next month:

NSRecurrenceInfo