JMAP for Calendars
draft-ietf-jmap-calendars-05
JMAP N.M. Jenkins, Ed.
Internet-Draft Fastmail
Intended status: Standards Track M. Douglass, Ed.
Expires: 29 July 2021 Spherical Cow Group
25 January 2021
JMAP for Calendars
draft-ietf-jmap-calendars-05
Abstract
This document specifies a data model for synchronizing calendar 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 29 July 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.
Jenkins & Douglass Expires 29 July 2021 [Page 1]
Internet-Draft JMAP Calendars January 2021
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Notational Conventions . . . . . . . . . . . . . . . . . 4
1.2. The LocalDate Data Type . . . . . . . . . . . . . . . . . 4
1.3. Terminology . . . . . . . . . . . . . . . . . . . . . . . 4
1.4. Data Model Overview . . . . . . . . . . . . . . . . . . . 4
1.4.1. UIDs and CalendarEvent Ids . . . . . . . . . . . . . 5
1.5. Addition to the Capabilities Object . . . . . . . . . . . 6
1.5.1. urn:ietf:params:jmap:calendars . . . . . . . . . . . 6
1.5.2. urn:ietf:params:jmap:principals:availability . . . . 7
2. Principals and Sharing . . . . . . . . . . . . . . . . . . . 7
2.1. Principal Capability urn:ietf:params:jmap:calendars . . . 7
2.2. Principal/getAvailability . . . . . . . . . . . . . . . . 8
3. Participant Identities . . . . . . . . . . . . . . . . . . . 10
3.1. ParticipantIdentity/get . . . . . . . . . . . . . . . . . 11
3.2. ParticipantIdentity/changes . . . . . . . . . . . . . . . 11
3.3. ParticipantIdentity/set . . . . . . . . . . . . . . . . . 11
4. Calendars . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.1. Calendar/get . . . . . . . . . . . . . . . . . . . . . . 16
4.2. Calendar/changes . . . . . . . . . . . . . . . . . . . . 16
4.3. Calendar/set . . . . . . . . . . . . . . . . . . . . . . 16
5. Calendar Events . . . . . . . . . . . . . . . . . . . . . . . 17
5.1. Additional JSCalendar properties . . . . . . . . . . . . 19
5.1.1. mayInviteSelf . . . . . . . . . . . . . . . . . . . . 19
5.1.2. mayInviteOthers . . . . . . . . . . . . . . . . . . . 19
5.1.3. hideAttendees . . . . . . . . . . . . . . . . . . . . 19
5.2. Attachments . . . . . . . . . . . . . . . . . . . . . . . 19
5.3. Per-user properties . . . . . . . . . . . . . . . . . . . 19
5.4. Recurring events . . . . . . . . . . . . . . . . . . . . 20
5.5. Updating for "this-and-future" . . . . . . . . . . . . . 20
5.5.1. Splitting an event . . . . . . . . . . . . . . . . . 21
5.5.2. Updating the master and overriding previous . . . . . 21
5.6. CalendarEvent/get . . . . . . . . . . . . . . . . . . . . 21
5.7. CalendarEvent/changes . . . . . . . . . . . . . . . . . . 23
5.8. CalendarEvent/set . . . . . . . . . . . . . . . . . . . . 23
5.8.1. Patching . . . . . . . . . . . . . . . . . . . . . . 25
5.8.2. Sending invitations and responses . . . . . . . . . . 28
5.9. CalendarEvent/copy . . . . . . . . . . . . . . . . . . . 31
5.10. CalendarEvent/query . . . . . . . . . . . . . . . . . . . 31
5.10.1. Filtering . . . . . . . . . . . . . . . . . . . . . 32
Show full document text