We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2988b commit 49d8f6cCopy full SHA for 49d8f6c
README.md
@@ -65,6 +65,7 @@ Reminders.getReminders();
65
Reminders.addReminder({
66
title: 'Wake-up reminder',
67
note: 'Wake-up and have breakfast!',
68
+ timestamp: Date.now() * 60000 * 5, // next five minutes from current time (milliseconds)
69
});
70
```
71
0 commit comments