diff options
author | Christian Mollekopf <mollekopf@kolabsys.com> | 2013-04-10 14:15:35 (GMT) |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsys.com> | 2013-04-10 14:15:35 (GMT) |
commit | 193c7a2a209f2263fa6641d957cb1195e8023aed (patch) | |
tree | f02fdc0954941787f9b130896eb626382df1dabe | |
parent | 4b5e7fc801c593c9e28af36d65b7a3ef50a45993 (diff) | |
download | keps-193c7a2a209f2263fa6641d957cb1195e8023aed.tar.gz |
xcal url description
-rw-r--r-- | KEP-0017.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/KEP-0017.txt b/KEP-0017.txt index 1fca271..4906438 100644 --- a/KEP-0017.txt +++ b/KEP-0017.txt @@ -601,6 +601,21 @@ 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] +===== Object URL ===== + + property-url = element url { + element uri { [[#URI|xsd:anyURI]] } + } + +''A URL associated with the calendar object.'' + +The URL '''MAY''' point to a more dynamic version of the same calendar object, or it may also point to a website related to the calendar object. + +{{note|Example: URL| An example for a more dynamic version of the same object could be: "http://example.com/pub/calendars/jsmith/mytime.ics".}} + +Implements: +* {{rfc|5545}} [https://tools.ietf.org/html/rfc5545#section-3.8.4.6 section-3.8.4.6] + ===== Attendee ===== property-attendee = element attendee { @@ -806,6 +821,7 @@ Implements: element percent-complete { [[#Percent complete]] } ?, element location { [[#Location]] } ?, element organizer { [[#Organizer]] } ? + element url { [[#Object URL]] } ?, element attendee { [[#Attendee]] } *, element attach { [[#Attachment]] } *, element x-custom { [[#Kolab Custom Property]] } * @@ -849,6 +865,7 @@ Implements: element status { [[#Status]] } ?, element location { [[#Location]] } ?, element organizer { [[#Organizer]] } ? + element url { [[#Object URL]] } ?, element attendee { [[#Attendee]] } *, element attach { [[#Attachment]] } *, element x-custom { [[#Kolab Custom Property]] } * |