Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 290 Bytes

getUpcomingReminders.md

File metadata and controls

11 lines (11 loc) · 290 Bytes

Get Upcoming Reminders

Notes

Retrieves the upcoming reminders from the given list. All Lists will get reminders from all lists.

Syntax

getUpcomingReminders(count: <#Integer#>, list: <#Reminder or Variable#>)

Example

getUpcomingReminders(count: 5, list: Reminders)