diff --git a/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md b/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md index 5c122b93c421e112429e129559960a96a07cbbc2..2858f1dd5fea1dd9a37c9eceb7fe9c57e0f177fc 100644 --- a/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md +++ b/en/application-dev/background-agent-scheduled-reminder/background-agent-scheduled-reminder-guide.md @@ -350,11 +350,12 @@ You can set your application to call the **ReminderRequest** class to create s **ReminderRequestCalendar** extends **ReminderRequest** and defines a reminder for a calendar event. -The earliest reminder time must be later than the current time. +For the application to run properly, if both **repeatMonths** and **repeatDays** are not specified, the earliest reminder time must be later than the current time. **Table 8** ReminderRequestCalendar instance +