diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-10-24 11:47:55 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2012-10-24 11:47:55 (GMT) |
commit | b6b2ca937839ec705313903b9adc9aeab21bed72 (patch) | |
tree | 9e1a04d7e5a037b4bc9712e8b1f71cc4683a4b50 | |
parent | 1f2119b6d110ec5034654009e0c7b8fce9ee6a54 (diff) | |
download | keps-b6b2ca937839ec705313903b9adc9aeab21bed72.tar.gz |
Removed the contact property as it is nowhere used and not implemented.
-rw-r--r-- | KEP-0017.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/KEP-0017.txt b/KEP-0017.txt index 06becaa..4335cfa 100644 --- a/KEP-0017.txt +++ b/KEP-0017.txt @@ -612,21 +612,6 @@ A contact '''MAY''' be referenced using the [[#UID|uri-uid]]. Implements: * {{rfc|5545}} [https://tools.ietf.org/html/rfc5545#section-3.8.4.3 section-3.8.4.3] -===== Contact ===== - - property-contact = element contact { - element text { [[#String]] } - } - -''A contact related to the incidence.'' - -The text property '''SHOULD''' contain the name of the contact. - -Implements: -* {{rfc|5545}} [https://tools.ietf.org/html/rfc5545#section-3.8.4.2 section-3.8.4.2] - -{{note|Needs clarification: Useless?|not sure if we need this property (dont know where it is used).}} - ===== Attendee ===== property-attendee = element attendee { @@ -908,15 +893,12 @@ Implements: element summary { [[#Summary]] } ?, element description { [[#Description]] } ?, element status { [[#Status]] } ?, - element contact { [[#Contact]] } *, element attendee { [[#Attendee]] } *, element attach { [[#Attachment]] } *, element x-custom { [[#Kolab Custom Property]] } * } } -{{note|Needs clarification: Contact|Looks like a nice to have, but who really uses it? not kontact.}} - An object representing an journal entry. Journal entries '''SHALL''', as opposed to notes, be related to a calendar date. * Content-Type: application/calendar+xml |