Skip to content

Commit

Permalink
Align with 2fc2104
Browse files Browse the repository at this point in the history
  • Loading branch information
jaudriga authored and neilj committed May 12, 2022
1 parent c5cedc3 commit 070ef11
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions spec/tasks/list.mdown
Expand Up @@ -114,11 +114,16 @@ A task has no owner if its participant property is null or omitted.

A TaskList has the following alerts properties:

- **defaultAlertsWithTime**: `Id[Alert]|null` (default: null)
- **defaultAlertsWithTime**: `Id[Alert]|null`
A map of alert ids to Alert objects (see [@!I-D.ietf-calext-jscalendar], Section 4.5.2) to apply for tasks where "showWithoutTime" is false and "useDefaultAlerts" is true. Ids MUST be unique across all default alerts in the account, including those in other task lists; a UUID is recommended.
- **defaultAlertsWithoutTime**: `Id[Alert]|null` (default: null)

If omitted on creation, the default is server dependent. For example, servers may choose to always default to `null`, or may copy the alerts from the default task list.

- **defaultAlertsWithoutTime**: `Id[Alert]|null`
A map of alert ids to Alert objects (see [@!I-D.ietf-calext-jscalendar], Section 4.5.2) to apply for tasks where "showWithoutTime" is true and "useDefaultAlerts" is true. Ids MUST be unique across all default alerts in the account, including those in other task lists; a UUID is recommended.

If omitted on creation, the default is server dependent. For example, servers may choose to always default to `null`, or may copy the alerts from the default task list.

## TaskList/get

This is a standard "/get" method as described in [@!RFC8620], Section 5.1. The *ids* argument may be `null` to fetch all at once.
Expand Down

0 comments on commit 070ef11

Please sign in to comment.