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 + - - - @@ -416,7 +417,7 @@ The earliest reminder time must be later than the current time. - - - @@ -611,8 +612,8 @@ calendar: { minute: 14, second: 30 }, - repeatMonths: [0], - repeatDays: [0], + repeatMonths: [1], + repeatDays: [1], actionButton: [ { title: "close",

Name

Type

@@ -371,7 +372,7 @@ The earliest reminder time must be later than the current time.

Yes

Reminder time.

+

Reminder time, accurate to the minute.

repeatMonths

@@ -380,7 +381,7 @@ The earliest reminder time must be later than the current time.

No

Months in which the reminder repeats.

+

Months in which the reminder repeats. The value range is 1 to 12.

repeatDays

@@ -389,7 +390,7 @@ The earliest reminder time must be later than the current time.

No

Date on which the reminder repeats.

+

Date on which the reminder repeats. The value range is 1 to 31.

Yes

Hour portion of the reminder time.

+

Hour portion of the reminder time. The value range is 0 to 23.

minute

@@ -425,7 +426,7 @@ The earliest reminder time must be later than the current time.

Yes

Minute portion of the reminder time.

+

Minute portion of the reminder time. The value range is 0 to 59.

daysOfWeek

@@ -434,7 +435,7 @@ The earliest reminder time must be later than the current time.

No

Days of a week when the reminder repeats.

+

Days of a week when the reminder repeats. The value range is 1 to 7.