forked from NeonGeckoCom/skill-alerts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"title": "Alerts", | ||
"description": "A skill to manage alarms, timers, reminders, events and todos and optionally sync them with a CalDAV service. ", | ||
"examples": [ | ||
"Set an alarm for 8 AM.", | ||
"Start a bread timer for 30 minutes.", | ||
"Schedule a tennis event for 2 PM on friday spanning 2 hours.", | ||
"Set a daily alarm for 8 AM.", | ||
"Set an alarm for 8 AM on saturdays.", | ||
"remind me to take out the trash every Thursday and Sunday at 7 PM.", | ||
"wake me up at 8 AM with music.", | ||
"When is my next alarm?", | ||
"What are my reminders?", | ||
"Cancel all alarms.", | ||
"Cancel all timers.", | ||
"Cancel all reminders.", | ||
"What did I miss?", | ||
"Did I miss anything?" | ||
], | ||
"tags": [ | ||
"Productivity", | ||
"Daily", | ||
"alert", | ||
"alarm", | ||
"timer", | ||
"reminder", | ||
"schedule" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.