JMAP for Tasks
draft-baum-jmap-tasks-00
|
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Authors |
|
Joris Baum
,
Hans-Joerg
|
|
Last updated |
|
2021-01-29
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
html
xml
pdf
htmlized (tools)
htmlized
bibtex
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
On Agenda |
|
jmap at IETF-110
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
JMAP J.M. Baum, Ed.
Internet-Draft H.J. Happel, Ed.
Intended status: Standards Track audriga
Expires: 2 August 2021 29 January 2021
JMAP for Tasks
draft-baum-jmap-tasks-00
Abstract
This document specifies a data model for synchronizing task data with
a server using JMAP.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on 2 August 2021.
Copyright Notice
Copyright (c) 2021 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents (https://trustee.ietf.org/
license-info) in effect on the date of publication of this document.
Please review these documents carefully, as they describe your rights
and restrictions with respect to this document. Code Components
extracted from this document must include Simplified BSD License text
as described in Section 4.e of the Trust Legal Provisions and are
provided without warranty as described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
Baum & Happel Expires 2 August 2021 [Page 1]
Internet-Draft JMAP Tasks January 2021
1.1. Notational Conventions . . . . . . . . . . . . . . . . . 3
1.2. Terminology . . . . . . . . . . . . . . . . . . . . . . . 3
1.3. Data Model Overview . . . . . . . . . . . . . . . . . . . 4
1.4. Addition to the Capabilities Object . . . . . . . . . . . 4
1.4.1. urn:ietf:params:jmap:tasks . . . . . . . . . . . . . 4
2. Principals . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1. Principal Capability urn:ietf:params:jmap:tasks . . . . . 5
3. Assignee Identities . . . . . . . . . . . . . . . . . . . . . 6
3.1. AssigneeIdentity/get . . . . . . . . . . . . . . . . . . 6
3.2. AssigneeIdentity/changes . . . . . . . . . . . . . . . . 6
3.3. AssigneeIdentity/set . . . . . . . . . . . . . . . . . . 6
4. TaskLists . . . . . . . . . . . . . . . . . . . . . . . . . . 6
4.1. TaskList/get . . . . . . . . . . . . . . . . . . . . . . 9
4.2. TaskList/changes . . . . . . . . . . . . . . . . . . . . 9
4.3. TaskList/set . . . . . . . . . . . . . . . . . . . . . . 9
5. Tasks . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
5.1. Additional JSCalendar properties . . . . . . . . . . . . 10
5.1.1. mayInviteSelf . . . . . . . . . . . . . . . . . . . . 10
5.1.2. mayInviteOthers . . . . . . . . . . . . . . . . . . . 11
5.1.3. hideAttendees . . . . . . . . . . . . . . . . . . . . 11
5.1.4. relatedTo . . . . . . . . . . . . . . . . . . . . . . 11
5.2. Properties similar in JMAP for Calendar . . . . . . . . . 11
5.3. Task/get . . . . . . . . . . . . . . . . . . . . . . . . 11
5.4. Task/changes . . . . . . . . . . . . . . . . . . . . . . 12
5.5. Task/set . . . . . . . . . . . . . . . . . . . . . . . . 12
5.6. Task/copy . . . . . . . . . . . . . . . . . . . . . . . . 12
5.7. Task/query . . . . . . . . . . . . . . . . . . . . . . . 12
5.8. Task/queryChanges . . . . . . . . . . . . . . . . . . . . 12
6. Task Notifications . . . . . . . . . . . . . . . . . . . . . 12
6.1. Object Properties . . . . . . . . . . . . . . . . . . . . 12
6.2. TaskNotification/get . . . . . . . . . . . . . . . . . . 13
6.3. TaskNotification/changes . . . . . . . . . . . . . . . . 14
6.4. TaskNotification/set . . . . . . . . . . . . . . . . . . 14
6.5. TaskNotification/query . . . . . . . . . . . . . . . . . 14
6.5.1. Filtering . . . . . . . . . . . . . . . . . . . . . . 14
6.5.2. Sorting . . . . . . . . . . . . . . . . . . . . . . . 14
6.6. TaskNotification/queryChanges . . . . . . . . . . . . . . 14
7. Security Considerations . . . . . . . . . . . . . . . . . . . 14
8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 15
Show full document text