JSCalendar: Converting from and to iCalendar
draft-ietf-calext-jscalendar-icalendar-04
Calendaring extensions N. Jenkins
Internet-Draft R. Stepanek
Intended status: Standards Track FastMail
Expires: August 25, 2021 M. Douglass
BCS
February 21, 2021
JSCalendar: Converting from and to iCalendar
draft-ietf-calext-jscalendar-icalendar-04
Abstract
This document provides the required methods for converting JSCalendar
from and to iCalendar.
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 August 25, 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, et al. Expires August 25, 2021 [Page 1]
Internet-Draft JSCalendar February 2021
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Note (to be deleted later) . . . . . . . . . . . . . . . 4
1.2. Motivation . . . . . . . . . . . . . . . . . . . . . . . 4
1.3. Scope and caveats . . . . . . . . . . . . . . . . . . . . 4
1.4. Notational Conventions . . . . . . . . . . . . . . . . . 5
2. New iCalendar parameters . . . . . . . . . . . . . . . . . . 5
2.1. FRACTIONAL parameter . . . . . . . . . . . . . . . . . . 5
3. iCalendar pre-processing . . . . . . . . . . . . . . . . . . 6
4. Translating iCalendar components to JSCalendar . . . . . . . 7
4.1. VALARM . . . . . . . . . . . . . . . . . . . . . . . . . 7
4.2. VCALENDAR . . . . . . . . . . . . . . . . . . . . . . . . 10
4.3. VEVENT . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.4. VLOCATION . . . . . . . . . . . . . . . . . . . . . . . . 11
4.5. VTIMEZONE, STANDARD, DAYLIGHT . . . . . . . . . . . . . . 12
4.6. VTODO . . . . . . . . . . . . . . . . . . . . . . . . . . 13
5. Translating iCalendar properties to JSCalendar . . . . . . . 13
5.1. ATTACH . . . . . . . . . . . . . . . . . . . . . . . . . 13
5.2. ATTENDEE . . . . . . . . . . . . . . . . . . . . . . . . 13
5.3. CALSCALE . . . . . . . . . . . . . . . . . . . . . . . . 16
5.4. CATEGORIES . . . . . . . . . . . . . . . . . . . . . . . 16
5.5. CLASS . . . . . . . . . . . . . . . . . . . . . . . . . . 16
5.6. COLOR . . . . . . . . . . . . . . . . . . . . . . . . . . 17
5.7. COMMENT . . . . . . . . . . . . . . . . . . . . . . . . . 17
5.8. COMPLETED . . . . . . . . . . . . . . . . . . . . . . . . 17
5.9. CONCEPT . . . . . . . . . . . . . . . . . . . . . . . . . 17
5.10. CONFERENCE . . . . . . . . . . . . . . . . . . . . . . . 18
5.11. CONTACT . . . . . . . . . . . . . . . . . . . . . . . . . 18
5.12. CREATED . . . . . . . . . . . . . . . . . . . . . . . . . 19
5.13. DESCRIPTION . . . . . . . . . . . . . . . . . . . . . . . 19
5.14. DTEND, DTSTART, DUE, DURATION . . . . . . . . . . . . . . 20
5.15. EXDATE . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.16. EXRULE . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.17. DTSTAMP and LAST-MODIFIED . . . . . . . . . . . . . . . . 23
5.18. GEO . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.19. IMAGE . . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.20. LOCATION . . . . . . . . . . . . . . . . . . . . . . . . 24
5.21. METHOD . . . . . . . . . . . . . . . . . . . . . . . . . 24
5.22. ORGANIZER . . . . . . . . . . . . . . . . . . . . . . . . 24
Show full document text