--- /srv/rebuilderd/tmp/rebuilderdvT1tr6/inputs/libkolabxml1v5_1.2.1-5.2_ppc64el.deb +++ /srv/rebuilderd/tmp/rebuilderdvT1tr6/out/libkolabxml1v5_1.2.1-5.2_ppc64el.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-03-20 12:39:08.000000 debian-binary │ --rw-r--r-- 0 0 0 27968 2026-03-20 12:39:08.000000 control.tar.xz │ --rw-r--r-- 0 0 0 560852 2026-03-20 12:39:08.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 27996 2026-03-20 12:39:08.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 560012 2026-03-20 12:39:08.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/powerpc64le-linux-gnu/libkolabxml.so.1.2.1 │ │ │ ├── readelf --wide --notes {} │ │ │ │ @@ -1,4 +1,4 @@ │ │ │ │ │ │ │ │ Displaying notes found in: .note.gnu.build-id │ │ │ │ Owner Data size Description │ │ │ │ - GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: d13b2fb94c8fde3d4c85ac6820c12acd5a930a58 │ │ │ │ + GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: 7eda7edf89922c0b2ca3004d6a0319e2b3b9af8b │ │ │ ├── strings --all --bytes=8 {} │ │ │ │┄ Ordering differences only │ │ │ │ @@ -9767,14 +9767,95 @@ │ │ │ │ arameters │ │ │ │ aseProperty │ │ │ │ aseParameter │ │ │ │ XSAnnotation │ │ │ │ xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ │ │ │ │ + Standard values │ │ │ │ + "CHAIR" │ │ │ │ + "REQ-PARTICIPANT" │ │ │ │ + "OPT-PARTICIPANT" │ │ │ │ + │ │ │ │ + "NON-PARTICIPANT" │ │ │ │ + │ │ │ │ + │ │ │ │ +build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5 │ │ │ │ +xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ + │ │ │ │ + fbtypeparam = "FBTYPE" "=" │ │ │ │ + ("FREE" │ │ │ │ + / "BUSY" │ │ │ │ + / "BUSY-UNAVAILABLE" │ │ │ │ + / "BUSY-TENTATIVE" │ │ │ │ + / x-name ; │ │ │ │ + Some experimental iCalendar free/busy type. │ │ │ │ + / iana-token) │ │ │ │ + ; Some other IANA-registere │ │ │ │ +d iCalendar free/busy type. │ │ │ │ + ; Default is BUSY │ │ │ │ + │ │ │ │ + │ │ │ │ +build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd │ │ │ │ +xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ + │ │ │ │ + encodingparam = "ENCODING" "=" │ │ │ │ + ( "8BIT" │ │ │ │ + ; "8bit" text encoding is │ │ │ │ + defined in [RFC2045] │ │ │ │ + / "BASE64" │ │ │ │ + ; "BASE64" binary encoding format is defined in [RFC4648] │ │ │ │ + ) │ │ │ │ + │ │ │ │ + │ │ │ │ +build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd │ │ │ │ +xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ + │ │ │ │ + Durations are a problem: │ │ │ │ + XML schema types allow Years, Months, Days, Hours, Minutes, Seconds │ │ │ │ + Ical allows Weeks, Days, Hours, Minutes, Seconds │ │ │ │ + │ │ │ │ + These overlap and we really need a combination o │ │ │ │ + So the compromise is to have a pattern restricted String type and note │ │ │ │ + that if data is to be exported in │ │ │ │ +to the icalendar world it cannot have │ │ │ │ + years or months. │ │ │ │ + │ │ │ │ + Ultimately it is to be hoped the two worlds can │ │ │ │ + be aligned. │ │ │ │ + │ │ │ │ + RFC5545 (icalendar) specifies │ │ │ │ + dur-value = (["+"] / "-") "P" (dur-date / dur-time / dur-we │ │ │ │ + dur-date = dur-day [dur-time] │ │ │ │ + dur-time = "T" (dur-hour / dur-minute / dur-second) │ │ │ │ + dur-week = │ │ │ │ +1*DIGIT "W" │ │ │ │ + dur-hour = 1*DIGIT "H" [dur-minute] │ │ │ │ + dur-minute = 1*DIGIT "M" [dur-second] │ │ │ │ + dur-second = 1*D │ │ │ │ +IGIT "S" │ │ │ │ + dur-day = 1*DIGIT "D" │ │ │ │ + │ │ │ │ + So P5W is valid: P5WT10M is not. If weeks re specified nothing else c │ │ │ │ + │ │ │ │ + XML specifies │ │ │ │ + PnYnMnDTnHnMnS │ │ │ │ + │ │ │ │ + The elements must appear in the order specified │ │ │ │ +and the 'T' is omitted │ │ │ │ + if hours minutes and seconds are absent. │ │ │ │ + │ │ │ │ + │ │ │ │ +build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD │ │ │ │ +xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ + │ │ │ │ partstat-event = ("NEEDS-ACTION" ; Event needs action │ │ │ │ / "ACCEPTED" ; │ │ │ │ Event accepted │ │ │ │ / "DECLINED" ; Event declined │ │ │ │ / "TENTATIVE" ; Even │ │ │ │ t tentatively │ │ │ │ ; accepted │ │ │ │ @@ -9819,14 +9900,22 @@ │ │ │ │ ; Default is NEEDS-ACTION. │ │ │ │ │ │ │ │ │ │ │ │ build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd │ │ │ │ xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ │ │ │ │ + actionvalue = "AUDIO" / "DISPLAY" / "EMAIL" │ │ │ │ + / iana-token / x-name │ │ │ │ + │ │ │ │ +build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd │ │ │ │ +xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ + │ │ │ │ reltypeparam = "RELTYPE" "=" │ │ │ │ ("PARENT" ; Parent relationship - Default │ │ │ │ / "CHILD" ; Child relationship │ │ │ │ / "SIBLING" ; Sibling relationship │ │ │ │ / iana-token ; Some other IANA-registered │ │ │ │ ; iCalendar relationsh │ │ │ │ / x-name) ; A non-standard, experimental │ │ │ │ @@ -9864,14 +9953,23 @@ │ │ │ │ red method │ │ │ │ │ │ │ │ │ │ │ │ build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdg │ │ │ │ xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ │ │ │ │ + trigrelparam = "RELATED" "=" │ │ │ │ + ("START" ; Trigger off of start │ │ │ │ + / "END") ; Trigger off of end │ │ │ │ + │ │ │ │ + │ │ │ │ +build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd │ │ │ │ +xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ + │ │ │ │ status = "STATUS" statparam ":" statvalue CRLF │ │ │ │ statparam = *(";" other-param) │ │ │ │ statvalue = (statvalue-event │ │ │ │ / statvalue-todo │ │ │ │ / statvalue-jour) │ │ │ │ statvalue-event = "TENTATIVE" ;Indicates event is tentative. │ │ │ │ / "CONFIRMED" ;Indicates event is def │ │ │ │ @@ -9907,35 +10005,14 @@ │ │ │ │ │ │ │ │ │ │ │ │ build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdV │ │ │ │ xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ │ │ │ │ - transvalue = "OPAQUE" │ │ │ │ - ;Blocks or opaque on busy time searches. │ │ │ │ - / "TR │ │ │ │ -ANSPARENT" │ │ │ │ - ;Transparent on busy time searches. │ │ │ │ - ;Default value is OPAQUE │ │ │ │ - │ │ │ │ -:annotation> │ │ │ │ -build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd │ │ │ │ -xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ - │ │ │ │ - trigrelparam = "RELATED" "=" │ │ │ │ - ("START" ; Trigger off of start │ │ │ │ - / "END") ; Trigger off of end │ │ │ │ - │ │ │ │ - │ │ │ │ -build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd │ │ │ │ -xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ - │ │ │ │ cutypeparam = "CUTYPE" "=" │ │ │ │ ("INDIVIDUAL" ; An individual │ │ │ │ │ │ │ │ / "GROUP" ; A group of individuals │ │ │ │ / "RESOURCE" ; A physical resource │ │ │ │ │ │ │ │ / "ROOM" ; A room resource │ │ │ │ @@ -9948,99 +10025,22 @@ │ │ │ │ ; Default is INDIVIDUAL │ │ │ │ │ │ │ │ │ │ │ │ build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv │ │ │ │ xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ │ │ │ │ - Durations are a problem: │ │ │ │ - XML schema types allow Years, Months, Days, Hours, Minutes, Seconds │ │ │ │ - Ical allows Weeks, Days, Hours, Minutes, Seconds │ │ │ │ - │ │ │ │ - These overlap and we really need a combination o │ │ │ │ - So the compromise is to have a pattern restricted String type and note │ │ │ │ - that if data is to be exported in │ │ │ │ -to the icalendar world it cannot have │ │ │ │ - years or months. │ │ │ │ - │ │ │ │ - Ultimately it is to be hoped the two worlds can │ │ │ │ - be aligned. │ │ │ │ - │ │ │ │ - RFC5545 (icalendar) specifies │ │ │ │ - dur-value = (["+"] / "-") "P" (dur-date / dur-time / dur-we │ │ │ │ - dur-date = dur-day [dur-time] │ │ │ │ - dur-time = "T" (dur-hour / dur-minute / dur-second) │ │ │ │ - dur-week = │ │ │ │ -1*DIGIT "W" │ │ │ │ - dur-hour = 1*DIGIT "H" [dur-minute] │ │ │ │ - dur-minute = 1*DIGIT "M" [dur-second] │ │ │ │ - dur-second = 1*D │ │ │ │ -IGIT "S" │ │ │ │ - dur-day = 1*DIGIT "D" │ │ │ │ - │ │ │ │ - So P5W is valid: P5WT10M is not. If weeks re specified nothing else c │ │ │ │ - │ │ │ │ - XML specifies │ │ │ │ - PnYnMnDTnHnMnS │ │ │ │ - │ │ │ │ - The elements must appear in the order specified │ │ │ │ -and the 'T' is omitted │ │ │ │ - if hours minutes and seconds are absent. │ │ │ │ - │ │ │ │ - │ │ │ │ -build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD │ │ │ │ -xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ - │ │ │ │ - Standard values │ │ │ │ - "CHAIR" │ │ │ │ - "REQ-PARTICIPANT" │ │ │ │ - "OPT-PARTICIPANT" │ │ │ │ - │ │ │ │ - "NON-PARTICIPANT" │ │ │ │ - │ │ │ │ - │ │ │ │ -build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5 │ │ │ │ -xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ - │ │ │ │ - fbtypeparam = "FBTYPE" "=" │ │ │ │ - ("FREE" │ │ │ │ - / "BUSY" │ │ │ │ - / "BUSY-UNAVAILABLE" │ │ │ │ - / "BUSY-TENTATIVE" │ │ │ │ - / x-name ; │ │ │ │ - Some experimental iCalendar free/busy type. │ │ │ │ - / iana-token) │ │ │ │ - ; Some other IANA-registere │ │ │ │ -d iCalendar free/busy type. │ │ │ │ - ; Default is BUSY │ │ │ │ - │ │ │ │ - │ │ │ │ -build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd │ │ │ │ -xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ - │ │ │ │ - encodingparam = "ENCODING" "=" │ │ │ │ - ( "8BIT" │ │ │ │ - ; "8bit" text encoding is │ │ │ │ - defined in [RFC2045] │ │ │ │ - / "BASE64" │ │ │ │ - ; "BASE64" binary encoding format is defined in [RFC4648] │ │ │ │ - ) │ │ │ │ + transvalue = "OPAQUE" │ │ │ │ + ;Blocks or opaque on busy time searches. │ │ │ │ + / "TR │ │ │ │ +ANSPARENT" │ │ │ │ + ;Transparent on busy time searches. │ │ │ │ + ;Default value is OPAQUE │ │ │ │ │ │ │ │ - │ │ │ │ -build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd │ │ │ │ -xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ - │ │ │ │ - actionvalue = "AUDIO" / "DISPLAY" / "EMAIL" │ │ │ │ - / iana-token / x-name │ │ │ │ - │ │ │ │ +:annotation> │ │ │ │ build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd │ │ │ │ rn:ietf:params:xml:ns:icalendar-2.0 │ │ │ │ rn:ietf:params:xml:ns:icalendar-2.0 │ │ │ │ build/reproducible-path/libkolabxml-1.2.1/schemas/ical/kolabformat-xcal.xsd │ │ │ │ onfigurationType │ │ │ │ ttp://kolab.org │ │ │ │ ictionary │ │ │ ├── readelf --wide --decompress --hex-dump=.rodata {} │ │ │ │ @@ -9322,774 +9322,774 @@ │ │ │ │ 0x002bf560 616d6574 65720005 00feffff ff190006 ameter.......... │ │ │ │ 0x002bf570 b5030001 44090001 5e0a0001 5d070001 ....D...^...]... │ │ │ │ 0x002bf580 62090001 f1080001 a9090001 a0090001 b............... │ │ │ │ 0x002bf590 12080001 76090001 0f070001 e6080001 ....v........... │ │ │ │ 0x002bf5a0 53090001 1a0a0001 e6090001 fd060001 S............... │ │ │ │ 0x002bf5b0 b8090001 71070001 6d090001 3f070001 ....q...m...?... │ │ │ │ 0x002bf5c0 23070001 530a0001 68070001 7f090001 #...S...h....... │ │ │ │ - 0x002bf5d0 4e040001 feffffff 1d00060e 0006e808 N............... │ │ │ │ + 0x002bf5d0 4e040001 feffffff 1d00060e 0006ff06 N............... │ │ │ │ 0x002bf5e0 0001ffff ffff0003 0c000658 53416e6e ...........XSAnn │ │ │ │ - 0x002bf5f0 6f746174 696f6e00 03110900 053c00ff otation......<.. │ │ │ │ + 0x002bf5f0 6f746174 696f6e00 033f0100 053c00ff otation..?...<.. │ │ │ │ 0x002bf600 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm │ │ │ │ 0x002bf610 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs="http://w │ │ │ │ 0x002bf620 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X │ │ │ │ 0x002bf630 4d4c5363 68656d61 2220786d 6c6e733a MLSchema" xmlns: │ │ │ │ 0x002bf640 7863616c 3d227572 6e3a6965 74663a70 xcal="urn:ietf:p │ │ │ │ 0x002bf650 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica │ │ │ │ 0x002bf660 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0" >. │ │ │ │ - 0x002bf690 0a202020 20202020 70617274 73746174 . partstat │ │ │ │ - 0x002bf6a0 2d657665 6e742020 203d2028 224e4545 -event = ("NEE │ │ │ │ - 0x002bf6b0 44532d41 4354494f 4e222020 20203b20 DS-ACTION" ; │ │ │ │ - 0x002bf6c0 4576656e 74206e65 65647320 61637469 Event needs acti │ │ │ │ - 0x002bf6d0 6f6e0a20 20202020 20202020 20202020 on. │ │ │ │ - 0x002bf6e0 20202020 20202020 2020202f 20224143 / "AC │ │ │ │ - 0x002bf6f0 43455054 45442220 20202020 20202020 CEPTED" │ │ │ │ - 0x002bf700 3b2000ff 4576656e 74206163 63657074 ; ..Event accept │ │ │ │ - 0x002bf710 65640a20 20202020 20202020 20202020 ed. │ │ │ │ - 0x002bf720 20202020 20202020 2020202f 20224445 / "DE │ │ │ │ - 0x002bf730 434c494e 45442220 20202020 20202020 CLINED" │ │ │ │ - 0x002bf740 3b204576 656e7420 6465636c 696e6564 ; Event declined │ │ │ │ - 0x002bf750 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x002bf760 20202020 20202020 202f2022 54454e54 / "TENT │ │ │ │ - 0x002bf770 41544956 45222020 20202020 20203b20 ATIVE" ; │ │ │ │ - 0x002bf780 4576656e 00ff7420 74656e74 61746976 Even..t tentativ │ │ │ │ - 0x002bf790 656c790a 20202020 20202020 20202020 ely. │ │ │ │ - 0x002bf7a0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bf7b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bf7c0 203b2061 63636570 7465640a 20202020 ; accepted. │ │ │ │ - 0x002bf7d0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bf7e0 20202020 2f202244 454c4547 41544544 / "DELEGATED │ │ │ │ - 0x002bf7f0 22202020 20202020 203b2045 76656e74 " ; Event │ │ │ │ - 0x002bf800 2064656c 656700ff 61746564 0a202020 deleg..ated. │ │ │ │ - 0x002bf810 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bf820 20202020 202f2078 2d6e616d 65202020 / x-name │ │ │ │ - 0x002bf830 20202020 20202020 20203b20 45787065 ; Expe │ │ │ │ - 0x002bf840 72696d65 6e74616c 20737461 7475730a rimental status. │ │ │ │ - 0x002bf850 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bf860 20202020 20202020 2f206961 6e612d74 / iana-t │ │ │ │ - 0x002bf870 6f6b656e 29202020 20202020 203b204f oken) ; O │ │ │ │ - 0x002bf880 74686572 2049414e 00ff412d 72656769 ther IAN..A-regi │ │ │ │ - 0x002bf890 73746572 65640a20 20202020 20202020 stered. │ │ │ │ - 0x002bf8a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002bf690 0a202020 20202020 20537461 6e646172 . Standar │ │ │ │ + 0x002bf6a0 64207661 6c756573 0a202020 20202020 d values. │ │ │ │ + 0x002bf6b0 20202020 22434841 49522220 0a202020 "CHAIR" . │ │ │ │ + 0x002bf6c0 20202020 20202020 22524551 2d504152 "REQ-PAR │ │ │ │ + 0x002bf6d0 54494349 50414e54 22200a20 20202020 TICIPANT" . │ │ │ │ + 0x002bf6e0 20202020 2020224f 50542d50 41525449 "OPT-PARTI │ │ │ │ + 0x002bf6f0 43495041 4e542220 0a202020 20202020 CIPANT" . │ │ │ │ + 0x002bf700 202000be 2020224e 4f4e2d50 41525449 .. "NON-PARTI │ │ │ │ + 0x002bf710 43495041 4e54220a 20202020 20203c2f CIPANT". ...L../..build/ │ │ │ │ + 0x002bf750 72657072 6f647563 69626c65 2d706174 reproducible-pat │ │ │ │ + 0x002bf760 682f6c69 626b6f6c 6162786d 6c2d312e h/libkolabxml-1. │ │ │ │ + 0x002bf770 322e312f 73636865 6d61732f 6963616c 2.1/schemas/ical │ │ │ │ + 0x002bf780 2f694361 6c656e64 61722d70 6172616d /iCalendar-param │ │ │ │ + 0x002bf790 732e7873 64350100 05120006 14080001 s.xsd5.......... │ │ │ │ + 0x002bf7a0 a00a0000 80600200 053c00ff 78733a61 .....`...<..xs:a │ │ │ │ + 0x002bf7b0 6e6e6f74 6174696f 6e20786d 6c6e733a nnotation xmlns: │ │ │ │ + 0x002bf7c0 78733d22 68747470 3a2f2f77 77772e77 xs="http://www.w │ │ │ │ + 0x002bf7d0 332e6f72 672f3230 30312f58 4d4c5363 3.org/2001/XMLSc │ │ │ │ + 0x002bf7e0 68656d61 2220786d 6c6e733a 7863616c hema" xmlns:xcal │ │ │ │ + 0x002bf7f0 3d227572 6e3a6965 74663a70 6172616d ="urn:ietf:param │ │ │ │ + 0x002bf800 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ + 0x002bf810 61722d32 2e302220 3e0a3c78 733a646f ar-2.0" >.. │ │ │ │ + 0x002bf840 20202020 66627479 70657061 72616d20 fbtypeparam │ │ │ │ + 0x002bf850 20202020 2020203d 20224642 54595045 = "FBTYPE │ │ │ │ + 0x002bf860 2220223d 22200a20 20202020 20202020 " "=" . │ │ │ │ + 0x002bf870 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002bf880 28224652 45452220 0a202020 20202020 ("FREE" . │ │ │ │ + 0x002bf890 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002bf8a0 2020202f 20224255 5359220a 202000ff / "BUSY". .. │ │ │ │ 0x002bf8b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bf8c0 20202020 3b207374 61747573 0a202020 ; status. │ │ │ │ - 0x002bf8d0 20202020 3b205468 65736520 61726520 ; These are │ │ │ │ - 0x002bf8e0 74686520 70617274 69636970 6174696f the participatio │ │ │ │ - 0x002bf8f0 6e207374 61747573 65732066 6f722061 n statuses for a │ │ │ │ - 0x002bf900 20225645 56454e54 222e00ff 0a202020 "VEVENT".... │ │ │ │ - 0x002bf910 20202020 3b204465 6661756c 74206973 ; Default is │ │ │ │ - 0x002bf920 204e4545 44532d41 4354494f 4e2e0a0a NEEDS-ACTION... │ │ │ │ - 0x002bf930 20202020 20202070 61727473 7461742d partstat- │ │ │ │ - 0x002bf940 746f646f 20202020 3d202822 4e454544 todo = ("NEED │ │ │ │ - 0x002bf950 532d4143 54494f4e 22202020 203b2054 S-ACTION" ; T │ │ │ │ - 0x002bf960 6f2d646f 206e6565 64732061 6374696f o-do needs actio │ │ │ │ - 0x002bf970 6e0a2020 20202020 20202020 20202020 n. │ │ │ │ - 0x002bf980 20202020 20202020 20202f20 00ff2241 / .."A │ │ │ │ - 0x002bf990 43434550 54454422 20202020 20202020 CCEPTED" │ │ │ │ - 0x002bf9a0 203b2054 6f2d646f 20616363 65707465 ; To-do accepte │ │ │ │ - 0x002bf9b0 640a2020 20202020 20202020 20202020 d. │ │ │ │ - 0x002bf9c0 20202020 20202020 20202f20 22444543 / "DEC │ │ │ │ - 0x002bf9d0 4c494e45 44222020 20202020 2020203b LINED" ; │ │ │ │ - 0x002bf9e0 20546f2d 646f2064 65636c69 6e65640a To-do declined. │ │ │ │ - 0x002bf9f0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfa00 20202020 20202020 2f202254 454e00ff / "TEN.. │ │ │ │ - 0x002bfa10 54415449 56452220 20202020 2020203b TATIVE" ; │ │ │ │ - 0x002bfa20 20546f2d 646f2074 656e7461 74697665 To-do tentative │ │ │ │ - 0x002bfa30 6c790a20 20202020 20202020 20202020 ly. │ │ │ │ - 0x002bfa40 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfa50 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfa60 3b206163 63657074 65640a20 20202020 ; accepted. │ │ │ │ - 0x002bfa70 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfa80 2020202f 20224445 4c454741 54454422 / "DELEGATED" │ │ │ │ - 0x002bfa90 00ff2020 20202020 20203b20 546f2d64 .. ; To-d │ │ │ │ - 0x002bfaa0 6f206465 6c656761 7465640a 20202020 o delegated. │ │ │ │ - 0x002bfab0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfac0 20202020 2f202243 4f4d504c 45544544 / "COMPLETED │ │ │ │ - 0x002bfad0 22202020 20202020 203b2054 6f2d646f " ; To-do │ │ │ │ - 0x002bfae0 20636f6d 706c6574 65640a20 20202020 completed. │ │ │ │ - 0x002bfaf0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfb00 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfb10 202000ff 20202020 20203b20 434f4d50 .. ; COMP │ │ │ │ - 0x002bfb20 4c455445 44207072 6f706572 74792068 LETED property h │ │ │ │ - 0x002bfb30 61730a20 20202020 20202020 20202020 as. │ │ │ │ + 0x002bf8c0 20202020 20202020 2f202242 5553592d / "BUSY- │ │ │ │ + 0x002bf8d0 554e4156 41494c41 424c4522 200a2020 UNAVAILABLE" . │ │ │ │ + 0x002bf8e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002bf8f0 20202020 20202020 2f202242 5553592d / "BUSY- │ │ │ │ + 0x002bf900 54454e54 41544956 45220a20 20202020 TENTATIVE". │ │ │ │ + 0x002bf910 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002bf920 20202020 202f2078 2d6e616d 6520203b / x-name ; │ │ │ │ + 0x002bf930 00ff2053 6f6d6520 65787065 72696d65 .. Some experime │ │ │ │ + 0x002bf940 6e74616c 20694361 6c656e64 61722066 ntal iCalendar f │ │ │ │ + 0x002bf950 7265652f 62757379 20747970 652e0a20 ree/busy type.. │ │ │ │ + 0x002bf960 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002bf970 20202020 20202020 202f2069 616e612d / iana- │ │ │ │ + 0x002bf980 746f6b65 6e290a20 20202020 20202020 token). │ │ │ │ + 0x002bf990 20202020 2020203b 20536f6d 65206f74 ; Some ot │ │ │ │ + 0x002bf9a0 68657220 49414e41 2d726567 69737465 her IANA-registe │ │ │ │ + 0x002bf9b0 726500df 64206943 616c656e 64617220 re..d iCalendar │ │ │ │ + 0x002bf9c0 66726565 2f627573 79207479 70652e0a free/busy type.. │ │ │ │ + 0x002bf9d0 20202020 2020203b 20446566 61756c74 ; Default │ │ │ │ + 0x002bf9e0 20697320 42555359 0a202020 2020203c is BUSY. < │ │ │ │ + 0x002bf9f0 2f78733a 646f6375 6d656e74 6174696f /xs:documentatio │ │ │ │ + 0x002bfa00 6e3e0a3c 2f78733a 616e6e6f 74617469 n>...L../..build │ │ │ │ + 0x002bfa20 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ + 0x002bfa30 74682f6c 69626b6f 6c616278 6d6c2d31 th/libkolabxml-1 │ │ │ │ + 0x002bfa40 2e322e31 2f736368 656d6173 2f696361 .2.1/schemas/ica │ │ │ │ + 0x002bfa50 6c2f6943 616c656e 6461722d 70617261 l/iCalendar-para │ │ │ │ + 0x002bfa60 6d732e78 7364b200 05120006 ab090001 ms.xsd.......... │ │ │ │ + 0x002bfa70 a00a0000 80c60100 053c00ff 78733a61 .........<..xs:a │ │ │ │ + 0x002bfa80 6e6e6f74 6174696f 6e20786d 6c6e733a nnotation xmlns: │ │ │ │ + 0x002bfa90 78733d22 68747470 3a2f2f77 77772e77 xs="http://www.w │ │ │ │ + 0x002bfaa0 332e6f72 672f3230 30312f58 4d4c5363 3.org/2001/XMLSc │ │ │ │ + 0x002bfab0 68656d61 2220786d 6c6e733a 7863616c hema" xmlns:xcal │ │ │ │ + 0x002bfac0 3d227572 6e3a6965 74663a70 6172616d ="urn:ietf:param │ │ │ │ + 0x002bfad0 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ + 0x002bfae0 61722d32 2e302220 3e0a3c78 733a646f ar-2.0" >.. │ │ │ │ + 0x002bfb10 20202020 656e636f 64696e67 70617261 encodingpara │ │ │ │ + 0x002bfb20 6d202020 2020203d 2022454e 434f4449 m = "ENCODI │ │ │ │ + 0x002bfb30 4e472220 223d220a 20202020 20202020 NG" "=". │ │ │ │ 0x002bfb40 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfb50 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfb60 3b204441 54452d54 494d4520 636f6d70 ; DATE-TIME comp │ │ │ │ - 0x002bfb70 6c657465 640a2020 20202020 20202020 leted. │ │ │ │ - 0x002bfb80 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x002bfb90 22494e2d 00ff5052 4f434553 53222020 "IN-..PROCESS" │ │ │ │ - 0x002bfba0 20202020 203b2054 6f2d646f 20696e20 ; To-do in │ │ │ │ - 0x002bfbb0 70726f63 65737320 6f660a20 20202020 process of. │ │ │ │ - 0x002bfbc0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfbd0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfbe0 20202020 20202020 3b206265 696e6720 ; being │ │ │ │ - 0x002bfbf0 636f6d70 6c657465 640a2020 20202020 completed. │ │ │ │ - 0x002bfc00 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfc10 20202f20 782d00ff 6e616d65 20202020 / x-..name │ │ │ │ - 0x002bfc20 20202020 20202020 203b2045 78706572 ; Exper │ │ │ │ - 0x002bfc30 696d656e 74616c20 73746174 75730a20 imental status. │ │ │ │ - 0x002bfc40 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfc50 20202020 2020202f 2069616e 612d746f / iana-to │ │ │ │ - 0x002bfc60 6b656e29 20202020 20202020 3b204f74 ken) ; Ot │ │ │ │ - 0x002bfc70 68657220 49414e41 2d726567 69737465 her IANA-registe │ │ │ │ - 0x002bfc80 7265640a 20202020 20202020 20202020 red. │ │ │ │ - 0x002bfc90 20202020 20202020 00ff2020 20202020 .. │ │ │ │ - 0x002bfca0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfcb0 2020203b 20737461 7475730a 20202020 ; status. │ │ │ │ - 0x002bfcc0 2020203b 20546865 73652061 72652074 ; These are t │ │ │ │ - 0x002bfcd0 68652070 61727469 63697061 74696f6e he participation │ │ │ │ - 0x002bfce0 20737461 74757365 7320666f 72206120 statuses for a │ │ │ │ - 0x002bfcf0 2256544f 444f222e 0a202020 20202020 "VTODO".. │ │ │ │ - 0x002bfd00 3b204465 6661756c 74206973 204e4545 ; Default is NEE │ │ │ │ - 0x002bfd10 44532d41 4354494f 4e2e00ff 0a0a2020 DS-ACTION..... │ │ │ │ - 0x002bfd20 20202020 20706172 74737461 742d6a6f partstat-jo │ │ │ │ - 0x002bfd30 75722020 20203d20 28224e45 4544532d ur = ("NEEDS- │ │ │ │ - 0x002bfd40 41435449 4f4e2220 2020203b 204a6f75 ACTION" ; Jou │ │ │ │ - 0x002bfd50 726e616c 206e6565 64732061 6374696f rnal needs actio │ │ │ │ - 0x002bfd60 6e0a2020 20202020 20202020 20202020 n. │ │ │ │ - 0x002bfd70 20202020 20202020 20202f20 22414343 / "ACC │ │ │ │ - 0x002bfd80 45505445 44222020 20202020 2020203b EPTED" ; │ │ │ │ - 0x002bfd90 204a6f75 726e616c 20616363 00ff6570 Journal acc..ep │ │ │ │ - 0x002bfda0 7465640a 20202020 20202020 20202020 ted. │ │ │ │ - 0x002bfdb0 20202020 20202020 20202020 2f202244 / "D │ │ │ │ - 0x002bfdc0 45434c49 4e454422 20202020 20202020 ECLINED" │ │ │ │ - 0x002bfdd0 203b204a 6f75726e 616c2064 65636c69 ; Journal decli │ │ │ │ - 0x002bfde0 6e65640a 20202020 20202020 20202020 ned. │ │ │ │ - 0x002bfdf0 20202020 20202020 20202020 2f20782d / x- │ │ │ │ - 0x002bfe00 6e616d65 20202020 20202020 20202020 name │ │ │ │ - 0x002bfe10 203b2045 78706572 696d656e 746100ff ; Experimenta.. │ │ │ │ - 0x002bfe20 6c207374 61747573 0a202020 20202020 l status. │ │ │ │ - 0x002bfe30 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfe40 202f2069 616e612d 746f6b65 6e292020 / iana-token) │ │ │ │ - 0x002bfe50 20202020 20203b20 4f746865 72204941 ; Other IA │ │ │ │ - 0x002bfe60 4e412d72 65676973 74657265 640a2020 NA-registered. │ │ │ │ - 0x002bfe70 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfe80 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002bfe90 20202020 20202020 2020203b 20737461 ; sta │ │ │ │ - 0x002bfea0 00ff7475 730a2020 20202020 203b2054 ..tus. ; T │ │ │ │ - 0x002bfeb0 68657365 20617265 20746865 20706172 hese are the par │ │ │ │ - 0x002bfec0 74696369 70617469 6f6e2073 74617475 ticipation statu │ │ │ │ - 0x002bfed0 73657320 666f7220 61202256 4a4f5552 ses for a "VJOUR │ │ │ │ - 0x002bfee0 4e414c22 2e0a2020 20202020 203b2044 NAL".. ; D │ │ │ │ - 0x002bfef0 65666175 6c742069 73204e45 4544532d efault is NEEDS- │ │ │ │ - 0x002bff00 41435449 4f4e2e0a 20202020 20203c2f ACTION.. .....L../..buil │ │ │ │ - 0x002bff40 642f7265 70726f64 75636962 6c652d70 d/reproducible-p │ │ │ │ - 0x002bff50 6174682f 6c69626b 6f6c6162 786d6c2d ath/libkolabxml- │ │ │ │ - 0x002bff60 312e322e 312f7363 68656d61 732f6963 1.2.1/schemas/ic │ │ │ │ - 0x002bff70 616c2f69 43616c65 6e646172 2d706172 al/iCalendar-par │ │ │ │ - 0x002bff80 616d732e 787364d1 00051200 06e80900 ams.xsd......... │ │ │ │ - 0x002bff90 01a00a00 0080d203 00053c00 ff78733a ..........<..xs: │ │ │ │ - 0x002bffa0 616e6e6f 74617469 6f6e2078 6d6c6e73 annotation xmlns │ │ │ │ - 0x002bffb0 3a78733d 22687474 703a2f2f 7777772e :xs="http://www. │ │ │ │ - 0x002bffc0 77332e6f 72672f32 3030312f 584d4c53 w3.org/2001/XMLS │ │ │ │ - 0x002bffd0 6368656d 61222078 6d6c6e73 3a786361 chema" xmlns:xca │ │ │ │ - 0x002bffe0 6c3d2275 726e3a69 6574663a 70617261 l="urn:ietf:para │ │ │ │ - 0x002bfff0 6d733a78 6d6c3a6e 733a6963 616c656e ms:xml:ns:icalen │ │ │ │ - 0x002c0000 6461722d 322e3022 203e0a3c 78733a64 dar-2.0" >.. │ │ │ │ - 0x002c0030 20202020 2072656c 74797065 70617261 reltypepara │ │ │ │ - 0x002c0040 6d202020 20202020 3d202252 454c5459 m = "RELTY │ │ │ │ - 0x002c0050 50452220 223d220a 20202020 20202020 PE" "=". │ │ │ │ - 0x002c0060 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0070 20202028 22504152 454e5422 20202020 ("PARENT" │ │ │ │ - 0x002c0080 3b205061 72656e74 2072656c 6174696f ; Parent relatio │ │ │ │ - 0x002c0090 6e736869 70202d20 44656661 756c7400 nship - Default. │ │ │ │ - 0x002c00a0 ff0a2020 20202020 20202020 20202020 .. │ │ │ │ - 0x002c00b0 20202020 20202020 20202020 2f202243 / "C │ │ │ │ - 0x002c00c0 48494c44 22202020 20203b20 4368696c HILD" ; Chil │ │ │ │ - 0x002c00d0 64207265 6c617469 6f6e7368 69700a20 d relationship. │ │ │ │ - 0x002c00e0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c00f0 20202020 20202020 202f2022 5349424c / "SIBL │ │ │ │ - 0x002c0100 494e4722 2020203b 20536962 6c696e67 ING" ; Sibling │ │ │ │ - 0x002c0110 2072656c 6174696f 6e736869 700a2020 relationship. │ │ │ │ - 0x002c0120 2000ff20 20202020 20202020 20202020 .. │ │ │ │ - 0x002c0130 20202020 20202020 20202f20 69616e61 / iana │ │ │ │ - 0x002c0140 2d746f6b 656e2020 3b20536f 6d65206f -token ; Some o │ │ │ │ - 0x002c0150 74686572 2049414e 412d7265 67697374 ther IANA-regist │ │ │ │ - 0x002c0160 65726564 0a202020 20202020 20202020 ered. │ │ │ │ - 0x002c0170 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0180 20202020 20202020 20202020 203b2069 ; i │ │ │ │ - 0x002c0190 43616c65 6e646172 2072656c 6174696f Calendar relatio │ │ │ │ - 0x002c01a0 6e736800 ff697020 74797065 0a202020 nsh..ip type. │ │ │ │ - 0x002c01b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c01c0 20202020 2020202f 20782d6e 616d6529 / x-name) │ │ │ │ - 0x002c01d0 20202020 203b2041 206e6f6e 2d737461 ; A non-sta │ │ │ │ - 0x002c01e0 6e646172 642c2065 78706572 696d656e ndard, experimen │ │ │ │ - 0x002c01f0 74616c0a 20202020 20202020 20202020 tal. │ │ │ │ - 0x002c0200 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0210 20202020 20202020 20202020 3b207265 ; re │ │ │ │ - 0x002c0220 6c617469 6f00ff6e 73686970 20747970 latio..nship typ │ │ │ │ - 0x002c0230 650a2020 20202020 20205773 2d43616c e. Ws-Cal │ │ │ │ - 0x002c0240 656e6461 72206164 64732074 68652076 endar adds the v │ │ │ │ - 0x002c0250 616c7565 730a2020 20202020 20202020 alues. │ │ │ │ - 0x002c0260 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0270 202f2022 46494e49 5348544f 53544152 / "FINISHTOSTAR │ │ │ │ - 0x002c0280 54220a20 20202020 20202020 20202020 T". │ │ │ │ - 0x002c0290 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x002c02a0 2246494e 49534800 ff544f46 494e4953 "FINISH..TOFINIS │ │ │ │ - 0x002c02b0 48220a20 20202020 20202020 20202020 H". │ │ │ │ - 0x002c02c0 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x002c02d0 22535441 5254544f 46494e49 5348220a "STARTTOFINISH". │ │ │ │ - 0x002c02e0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c02f0 20202020 20202020 2020202f 20225354 / "ST │ │ │ │ - 0x002c0300 41525454 4f535441 52542220 20202020 ARTTOSTART" │ │ │ │ - 0x002c0310 20202020 20202020 0a202020 20202020 . │ │ │ │ - 0x002c0320 20202020 20202020 2000d420 20202020 .. │ │ │ │ - 0x002c0330 20202020 20200a20 20202020 20203b20 . ; │ │ │ │ - 0x002c0340 44656661 756c7420 69732050 4152454e Default is PAREN │ │ │ │ - 0x002c0350 540a2020 20202020 3c2f7873 3a646f63 T. ...L. │ │ │ │ - 0x002c0380 052f00cb 6275696c 642f7265 70726f64 ./..build/reprod │ │ │ │ - 0x002c0390 75636962 6c652d70 6174682f 6c69626b ucible-path/libk │ │ │ │ - 0x002c03a0 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ - 0x002c03b0 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ - 0x002c03c0 6e646172 2d706172 616d732e 7873641c ndar-params.xsd. │ │ │ │ - 0x002c03d0 01000512 0006e604 0001a00a 00008036 ...............6 │ │ │ │ - 0x002c03e0 0100053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat │ │ │ │ - 0x002c03f0 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs="ht │ │ │ │ - 0x002c0400 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/ │ │ │ │ - 0x002c0410 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema" │ │ │ │ - 0x002c0420 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal="urn: │ │ │ │ - 0x002c0430 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ - 0x002c0440 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ - 0x002c0450 22203e0a 3c78733a 646f6375 6d656e74 " >.. cl │ │ │ │ - 0x002c0480 61737376 616c7565 203d2022 5055424c assvalue = "PUBL │ │ │ │ - 0x002c0490 49432220 2f202250 52495641 54452220 IC" / "PRIVATE" │ │ │ │ - 0x002c04a0 2f202243 4f4e4649 44454e54 49414c22 / "CONFIDENTIAL" │ │ │ │ - 0x002c04b0 202f2069 616e612d 746f6b65 6e0a2020 / iana-token. │ │ │ │ - 0x002c04c0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c04d0 2f20782d 6e616d65 0a202020 20202020 / x-name. │ │ │ │ - 0x002c04e0 3b446566 61756c74 00b82069 73205055 ;Default.. is PU │ │ │ │ - 0x002c04f0 424c4943 0a202020 2020203c 2f78733a BLIC. .< │ │ │ │ - 0x002c0510 2f78733a 616e6e6f 74617469 6f6e3e00 /xs:annotation>. │ │ │ │ - 0x002c0520 004b0005 2f00ca62 75696c64 2f726570 .K../..build/rep │ │ │ │ - 0x002c0530 726f6475 6369626c 652d7061 74682f6c roducible-path/l │ │ │ │ - 0x002c0540 69626b6f 6c616278 6d6c2d31 2e322e31 ibkolabxml-1.2.1 │ │ │ │ - 0x002c0550 2f736368 656d6173 2f696361 6c2f6943 /schemas/ical/iC │ │ │ │ - 0x002c0560 616c656e 6461722d 70726f70 732e7873 alendar-props.xs │ │ │ │ - 0x002c0570 647b0100 05140008 25070001 a00a0000 d{......%....... │ │ │ │ - 0x002c0580 80b60100 053c00ff 78733a61 6e6e6f74 .....<..xs:annot │ │ │ │ - 0x002c0590 6174696f 6e20786d 6c6e733a 78733d22 ation xmlns:xs=" │ │ │ │ - 0x002c05a0 68747470 3a2f2f77 77772e77 332e6f72 http://www.w3.or │ │ │ │ - 0x002c05b0 672f3230 30312f58 4d4c5363 68656d61 g/2001/XMLSchema │ │ │ │ - 0x002c05c0 2220786d 6c6e733a 7863616c 3d227572 " xmlns:xcal="ur │ │ │ │ - 0x002c05d0 6e3a6965 74663a70 6172616d 733a786d n:ietf:params:xm │ │ │ │ - 0x002c05e0 6c3a6e73 3a696361 6c656e64 61722d32 l:ns:icalendar-2 │ │ │ │ - 0x002c05f0 2e302220 3e0a3c78 733a646f 63756d65 .0" >.. s │ │ │ │ - 0x002c0620 63686564 756c6566 6f726365 73656e64 cheduleforcesend │ │ │ │ - 0x002c0630 70617261 6d203d20 22534348 4544554c param = "SCHEDUL │ │ │ │ - 0x002c0640 452d464f 5243452d 53454e44 2220223d E-FORCE-SEND" "= │ │ │ │ - 0x002c0650 220a2020 20202020 20202020 20202020 ". │ │ │ │ - 0x002c0660 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0670 28225245 51554553 54222020 20203b20 ("REQUEST" ; │ │ │ │ - 0x002c0680 466f7263 65206120 225200ff 45515545 Force a "R..EQUE │ │ │ │ - 0x002c0690 5354220a 20202020 20202020 20202020 ST". │ │ │ │ - 0x002c06a0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c06b0 202f2022 5245504c 59222020 20202020 / "REPLY" │ │ │ │ - 0x002c06c0 3b20466f 72636520 61202252 45504c59 ; Force a "REPLY │ │ │ │ - 0x002c06d0 220a2020 20202020 20202020 20202020 ". │ │ │ │ - 0x002c06e0 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x002c06f0 2069616e 612d746f 6b656e29 20203b20 iana-token) ; │ │ │ │ - 0x002c0700 49414e41 20726567 69737465 00b87265 IANA registe..re │ │ │ │ - 0x002c0710 64206d65 74686f64 0a202020 2020203c d method. < │ │ │ │ - 0x002c0720 2f78733a 646f6375 6d656e74 6174696f /xs:documentatio │ │ │ │ - 0x002c0730 6e3e0a3c 2f78733a 616e6e6f 74617469 n>...L../..build │ │ │ │ - 0x002c0750 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ - 0x002c0760 74682f6c 69626b6f 6c616278 6d6c2d31 th/libkolabxml-1 │ │ │ │ - 0x002c0770 2e322e31 2f736368 656d6173 2f696361 .2.1/schemas/ica │ │ │ │ - 0x002c0780 6c2f6943 616c656e 6461722d 70617261 l/iCalendar-para │ │ │ │ - 0x002c0790 6d732e78 73646701 00051200 06e00500 ms.xsdg......... │ │ │ │ - 0x002c07a0 01a00a00 0080d504 00053c00 ff78733a ..........<..xs: │ │ │ │ - 0x002c07b0 616e6e6f 74617469 6f6e2078 6d6c6e73 annotation xmlns │ │ │ │ - 0x002c07c0 3a78733d 22687474 703a2f2f 7777772e :xs="http://www. │ │ │ │ - 0x002c07d0 77332e6f 72672f32 3030312f 584d4c53 w3.org/2001/XMLS │ │ │ │ - 0x002c07e0 6368656d 61222078 6d6c6e73 3a786361 chema" xmlns:xca │ │ │ │ - 0x002c07f0 6c3d2275 726e3a69 6574663a 70617261 l="urn:ietf:para │ │ │ │ - 0x002c0800 6d733a78 6d6c3a6e 733a6963 616c656e ms:xml:ns:icalen │ │ │ │ - 0x002c0810 6461722d 322e3022 203e0a3c 78733a64 dar-2.0" >.. │ │ │ │ - 0x002c0840 20202020 20737461 74757320 20202020 status │ │ │ │ - 0x002c0850 20202020 203d2022 53544154 55532220 = "STATUS" │ │ │ │ - 0x002c0860 73746174 70617261 6d20223a 22207374 statparam ":" st │ │ │ │ - 0x002c0870 61747661 6c756520 43524c46 0a0a2020 atvalue CRLF.. │ │ │ │ - 0x002c0880 20202020 20737461 74706172 616d2020 statparam │ │ │ │ - 0x002c0890 20202020 203d202a 28223b22 206f7468 = *(";" oth │ │ │ │ - 0x002c08a0 65722d70 6172616d 290a0a20 20202000 er-param).. . │ │ │ │ - 0x002c08b0 ff202020 73746174 76616c75 65202020 . statvalue │ │ │ │ - 0x002c08c0 20202020 3d202873 74617476 616c7565 = (statvalue │ │ │ │ - 0x002c08d0 2d657665 6e740a20 20202020 20202020 -event. │ │ │ │ - 0x002c08e0 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x002c08f0 20737461 7476616c 75652d74 6f646f0a statvalue-todo. │ │ │ │ - 0x002c0900 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0910 20202020 2020202f 20207374 61747661 / statva │ │ │ │ - 0x002c0920 6c75652d 6a6f7572 290a0a20 20202020 lue-jour).. │ │ │ │ - 0x002c0930 2000ff20 73746174 76616c75 652d6576 .. statvalue-ev │ │ │ │ - 0x002c0940 656e7420 3d202254 454e5441 54495645 ent = "TENTATIVE │ │ │ │ - 0x002c0950 22202020 203b496e 64696361 74657320 " ;Indicates │ │ │ │ - 0x002c0960 6576656e 74206973 2074656e 74617469 event is tentati │ │ │ │ - 0x002c0970 76652e0a 20202020 20202020 20202020 ve.. │ │ │ │ - 0x002c0980 20202020 20202020 2020202f 2022434f / "CO │ │ │ │ - 0x002c0990 4e464952 4d454422 20202020 3b496e64 NFIRMED" ;Ind │ │ │ │ - 0x002c09a0 69636174 65732065 76656e74 20697320 icates event is │ │ │ │ - 0x002c09b0 64656600 ff696e69 74652e0a 20202020 def..inite.. │ │ │ │ - 0x002c09c0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c09d0 2020202f 20224341 4e43454c 4c454422 / "CANCELLED" │ │ │ │ - 0x002c09e0 20202020 3b496e64 69636174 65732065 ;Indicates e │ │ │ │ - 0x002c09f0 76656e74 20776173 2063616e 63656c6c vent was cancell │ │ │ │ - 0x002c0a00 65642e0a 20202020 2020203b 53746174 ed.. ;Stat │ │ │ │ - 0x002c0a10 75732076 616c7565 7320666f 72206120 us values for a │ │ │ │ - 0x002c0a20 22564556 454e5422 0a0a2020 20202020 "VEVENT".. │ │ │ │ - 0x002c0a30 20737461 7400ff76 616c7565 2d746f64 stat..value-tod │ │ │ │ - 0x002c0a40 6f20203d 20224e45 4544532d 41435449 o = "NEEDS-ACTI │ │ │ │ - 0x002c0a50 4f4e2220 3b496e64 69636174 65732074 ON" ;Indicates t │ │ │ │ - 0x002c0a60 6f2d646f 206e6565 64732061 6374696f o-do needs actio │ │ │ │ - 0x002c0a70 6e2e0a20 20202020 20202020 20202020 n.. │ │ │ │ - 0x002c0a80 20202020 20202020 20202f20 22434f4d / "COM │ │ │ │ - 0x002c0a90 504c4554 45442220 2020203b 496e6469 PLETED" ;Indi │ │ │ │ - 0x002c0aa0 63617465 7320746f 2d646f20 636f6d70 cates to-do comp │ │ │ │ - 0x002c0ab0 6c657465 642e0a00 ff202020 20202020 leted.... │ │ │ │ - 0x002c0ac0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0ad0 2f202249 4e2d5052 4f434553 53222020 / "IN-PROCESS" │ │ │ │ - 0x002c0ae0 203b496e 64696361 74657320 746f2d64 ;Indicates to-d │ │ │ │ - 0x002c0af0 6f20696e 2070726f 63657373 206f662e o in process of. │ │ │ │ - 0x002c0b00 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x002c0b10 20202020 20202020 2f202243 414e4345 / "CANCE │ │ │ │ - 0x002c0b20 4c4c4544 22202020 203b496e 64696361 LLED" ;Indica │ │ │ │ - 0x002c0b30 74657320 746f2d64 6f00ff20 77617320 tes to-do.. was │ │ │ │ - 0x002c0b40 63616e63 656c6c65 642e0a20 20202020 cancelled.. │ │ │ │ - 0x002c0b50 20203b53 74617475 73207661 6c756573 ;Status values │ │ │ │ - 0x002c0b60 20666f72 20225654 4f444f22 2e0a0a20 for "VTODO"... │ │ │ │ - 0x002c0b70 20202020 20207374 61747661 6c75652d statvalue- │ │ │ │ - 0x002c0b80 6a6f7572 20203d20 22445241 46542220 jour = "DRAFT" │ │ │ │ - 0x002c0b90 20202020 2020203b 496e6469 63617465 ;Indicate │ │ │ │ - 0x002c0ba0 73206a6f 75726e61 6c206973 20647261 s journal is dra │ │ │ │ - 0x002c0bb0 66742e0a 20202020 20202000 ff202020 ft.. .. │ │ │ │ - 0x002c0bc0 20202020 20202020 20202020 202f2022 / " │ │ │ │ - 0x002c0bd0 46494e41 4c222020 20202020 20203b49 FINAL" ;I │ │ │ │ - 0x002c0be0 6e646963 61746573 206a6f75 726e616c ndicates journal │ │ │ │ - 0x002c0bf0 20697320 66696e61 6c2e0a20 20202020 is final.. │ │ │ │ - 0x002c0c00 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0c10 20202f20 2243414e 43454c4c 45442220 / "CANCELLED" │ │ │ │ - 0x002c0c20 2020203b 496e6469 63617465 73206a6f ;Indicates jo │ │ │ │ - 0x002c0c30 75726e61 6c206973 2072656d 6f00d476 urnal is remo..v │ │ │ │ - 0x002c0c40 65642e0a 20202020 20203b53 74617475 ed.. ;Statu │ │ │ │ - 0x002c0c50 73207661 6c756573 20666f72 2022564a s values for "VJ │ │ │ │ - 0x002c0c60 4f55524e 414c222e 0a202020 2020203c OURNAL".. < │ │ │ │ - 0x002c0c70 2f78733a 646f6375 6d656e74 6174696f /xs:documentatio │ │ │ │ - 0x002c0c80 6e3e0a3c 2f78733a 616e6e6f 74617469 n>...K../..build │ │ │ │ - 0x002c0ca0 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ - 0x002c0cb0 74682f6c 69626b6f 6c616278 6d6c2d31 th/libkolabxml-1 │ │ │ │ - 0x002c0cc0 2e322e31 2f736368 656d6173 2f696361 .2.1/schemas/ica │ │ │ │ - 0x002c0cd0 6c2f6943 616c656e 6461722d 70726f70 l/iCalendar-prop │ │ │ │ - 0x002c0ce0 732e7873 64c20100 05140008 41070001 s.xsd.......A... │ │ │ │ - 0x002c0cf0 a00a0000 809e0200 053c00ff 78733a61 .........<..xs:a │ │ │ │ - 0x002c0d00 6e6e6f74 6174696f 6e20786d 6c6e733a nnotation xmlns: │ │ │ │ - 0x002c0d10 78733d22 68747470 3a2f2f77 77772e77 xs="http://www.w │ │ │ │ - 0x002c0d20 332e6f72 672f3230 30312f58 4d4c5363 3.org/2001/XMLSc │ │ │ │ - 0x002c0d30 68656d61 2220786d 6c6e733a 7863616c hema" xmlns:xcal │ │ │ │ - 0x002c0d40 3d227572 6e3a6965 74663a70 6172616d ="urn:ietf:param │ │ │ │ - 0x002c0d50 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ - 0x002c0d60 61722d32 2e302220 3e0a3c78 733a646f ar-2.0" >.. │ │ │ │ - 0x002c0d90 20202020 20736368 6564756c 65616765 scheduleage │ │ │ │ - 0x002c0da0 6e747061 72616d20 3d202253 43484544 ntparam = "SCHED │ │ │ │ - 0x002c0db0 554c452d 4147454e 54222022 3d220a20 ULE-AGENT" "=". │ │ │ │ - 0x002c0dc0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0dd0 20202020 20202028 22534552 56455222 ("SERVER" │ │ │ │ - 0x002c0de0 20202020 20203b20 54686520 73657276 ; The serv │ │ │ │ - 0x002c0df0 65722068 616e646c 65732073 636800ff er handles sch.. │ │ │ │ - 0x002c0e00 6564756c 696e670a 20202020 20202020 eduling. │ │ │ │ - 0x002c0e10 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x002c0e20 2022434c 49454e54 22202020 2020203b "CLIENT" ; │ │ │ │ - 0x002c0e30 20546865 20636c69 656e7420 68616e64 The client hand │ │ │ │ - 0x002c0e40 6c657320 73636865 64756c69 6e670a20 les scheduling. │ │ │ │ - 0x002c0e50 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0e60 20202020 20202f20 224e4f4e 45222020 / "NONE" │ │ │ │ - 0x002c0e70 20202020 20203b20 4e6f2061 75746f6d ; No autom │ │ │ │ - 0x002c0e80 00ff6174 69632073 63686564 756c696e ..atic schedulin │ │ │ │ - 0x002c0e90 670a2020 20202020 20202020 20202020 g. │ │ │ │ - 0x002c0ea0 20202020 20202020 202f2078 2d6e616d / x-nam │ │ │ │ - 0x002c0eb0 65202020 20202020 203b2045 78706572 e ; Exper │ │ │ │ - 0x002c0ec0 696d656e 74616c20 74797065 0a202020 imental type. │ │ │ │ + 0x002bfb50 20202820 22384249 54220a20 20202020 ( "8BIT". │ │ │ │ + 0x002bfb60 20202020 203b2022 38626974 22207465 ; "8bit" te │ │ │ │ + 0x002bfb70 78742065 6e636f64 696e6720 697300ff xt encoding is.. │ │ │ │ + 0x002bfb80 20646566 696e6564 20696e20 5b524643 defined in [RFC │ │ │ │ + 0x002bfb90 32303435 5d0a2020 20202020 20202020 2045]. │ │ │ │ + 0x002bfba0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002bfbb0 2f202242 41534536 34220a20 20202020 / "BASE64". │ │ │ │ + 0x002bfbc0 20202020 203b2022 42415345 36342220 ; "BASE64" │ │ │ │ + 0x002bfbd0 62696e61 72792065 6e636f64 696e6720 binary encoding │ │ │ │ + 0x002bfbe0 666f726d 61742069 73206465 66696e65 format is define │ │ │ │ + 0x002bfbf0 6420696e 205b5246 43343634 385d0a20 d in [RFC4648]. │ │ │ │ + 0x002bfc00 00c82020 20202020 20202020 20202020 .. │ │ │ │ + 0x002bfc10 20202020 20202020 20202029 0a202020 ). │ │ │ │ + 0x002bfc20 2020203c 2f78733a 646f6375 6d656e74 ...L../..b │ │ │ │ + 0x002bfc50 75696c64 2f726570 726f6475 6369626c uild/reproducibl │ │ │ │ + 0x002bfc60 652d7061 74682f6c 69626b6f 6c616278 e-path/libkolabx │ │ │ │ + 0x002bfc70 6d6c2d31 2e322e31 2f736368 656d6173 ml-1.2.1/schemas │ │ │ │ + 0x002bfc80 2f696361 6c2f6943 616c656e 6461722d /ical/iCalendar- │ │ │ │ + 0x002bfc90 70617261 6d732e78 73649c00 05120006 params.xsd...... │ │ │ │ + 0x002bfca0 43030001 a00a0000 80740500 053c00ff C........t...<.. │ │ │ │ + 0x002bfcb0 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm │ │ │ │ + 0x002bfcc0 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs="http://w │ │ │ │ + 0x002bfcd0 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X │ │ │ │ + 0x002bfce0 4d4c5363 68656d61 2220786d 6c6e733a MLSchema" xmlns: │ │ │ │ + 0x002bfcf0 7863616c 3d227572 6e3a6965 74663a70 xcal="urn:ietf:p │ │ │ │ + 0x002bfd00 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica │ │ │ │ + 0x002bfd10 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0" >. │ │ │ │ + 0x002bfd40 0a202020 20202020 20447572 6174696f . Duratio │ │ │ │ + 0x002bfd50 6e732061 72652061 2070726f 626c656d ns are a problem │ │ │ │ + 0x002bfd60 3a200a20 20202020 20202020 2020584d : . XM │ │ │ │ + 0x002bfd70 4c207363 68656d61 20747970 65732061 L schema types a │ │ │ │ + 0x002bfd80 6c6c6f77 20596561 72732c20 4d6f6e74 llow Years, Mont │ │ │ │ + 0x002bfd90 68732c20 44617973 2c20486f 7572732c hs, Days, Hours, │ │ │ │ + 0x002bfda0 204d696e 75746573 2c205365 636f6e64 Minutes, Second │ │ │ │ + 0x002bfdb0 730a00ff 20202020 20202020 20202049 s... I │ │ │ │ + 0x002bfdc0 63616c20 616c6c6f 77732057 65656b73 cal allows Weeks │ │ │ │ + 0x002bfdd0 2c204461 79732c20 486f7572 732c204d , Days, Hours, M │ │ │ │ + 0x002bfde0 696e7574 65732c20 5365636f 6e64730a inutes, Seconds. │ │ │ │ + 0x002bfdf0 20202020 20202020 2020200a 20202020 . │ │ │ │ + 0x002bfe00 20202020 54686573 65206f76 65726c61 These overla │ │ │ │ + 0x002bfe10 7020616e 64207765 20726561 6c6c7920 p and we really │ │ │ │ + 0x002bfe20 6e656564 20612063 6f6d6269 6e617469 need a combinati │ │ │ │ + 0x002bfe30 6f6e206f 00ff6620 626f7468 2e0a2020 on o..f both.. │ │ │ │ + 0x002bfe40 20202020 2020536f 20746865 20636f6d So the com │ │ │ │ + 0x002bfe50 70726f6d 69736520 69732074 6f206861 promise is to ha │ │ │ │ + 0x002bfe60 76652061 20706174 7465726e 20726573 ve a pattern res │ │ │ │ + 0x002bfe70 74726963 74656420 53747269 6e672074 tricted String t │ │ │ │ + 0x002bfe80 79706520 616e6420 6e6f7465 0a202020 ype and note. │ │ │ │ + 0x002bfe90 20202020 20746861 74206966 20646174 that if dat │ │ │ │ + 0x002bfea0 61206973 20746f20 62652065 78706f72 a is to be expor │ │ │ │ + 0x002bfeb0 74656420 696e00ff 746f2074 68652069 ted in..to the i │ │ │ │ + 0x002bfec0 63616c65 6e646172 20776f72 6c642069 calendar world i │ │ │ │ + 0x002bfed0 74206361 6e6e6f74 20686176 65200a20 t cannot have . │ │ │ │ + 0x002bfee0 20202020 20202079 65617273 206f7220 years or │ │ │ │ + 0x002bfef0 6d6f6e74 68732e0a 20202020 20202020 months.. │ │ │ │ + 0x002bff00 0a202020 20202020 20556c74 696d6174 . Ultimat │ │ │ │ + 0x002bff10 656c7920 69742069 7320746f 20626520 ely it is to be │ │ │ │ + 0x002bff20 686f7065 64207468 65207477 6f20776f hoped the two wo │ │ │ │ + 0x002bff30 726c6473 2063616e 00ff2062 6520616c rlds can.. be al │ │ │ │ + 0x002bff40 69676e65 642e0a20 20202020 2020200a igned.. . │ │ │ │ + 0x002bff50 20202020 20202020 52464335 35343520 RFC5545 │ │ │ │ + 0x002bff60 28696361 6c656e64 61722920 73706563 (icalendar) spec │ │ │ │ + 0x002bff70 69666965 730a2020 20202020 20206475 ifies. du │ │ │ │ + 0x002bff80 722d7661 6c756520 203d2028 5b222b22 r-value = (["+" │ │ │ │ + 0x002bff90 5d202f20 222d2229 20225022 20286475 ] / "-") "P" (du │ │ │ │ + 0x002bffa0 722d6461 7465202f 20647572 2d74696d r-date / dur-tim │ │ │ │ + 0x002bffb0 65202f20 6475722d 776500ff 656b290a e / dur-we..ek). │ │ │ │ + 0x002bffc0 0a202020 20202020 20647572 2d646174 . dur-dat │ │ │ │ + 0x002bffd0 65202020 3d206475 722d6461 79205b64 e = dur-day [d │ │ │ │ + 0x002bffe0 75722d74 696d655d 0a202020 20202020 ur-time]. │ │ │ │ + 0x002bfff0 20647572 2d74696d 65202020 3d202254 dur-time = "T │ │ │ │ + 0x002c0000 22202864 75722d68 6f757220 2f206475 " (dur-hour / du │ │ │ │ + 0x002c0010 722d6d69 6e757465 202f2064 75722d73 r-minute / dur-s │ │ │ │ + 0x002c0020 65636f6e 64290a20 20202020 20202064 econd). d │ │ │ │ + 0x002c0030 75722d77 65656b20 20203d20 00ff312a ur-week = ..1* │ │ │ │ + 0x002c0040 44494749 54202257 220a2020 20202020 DIGIT "W". │ │ │ │ + 0x002c0050 20206475 722d686f 75722020 203d2031 dur-hour = 1 │ │ │ │ + 0x002c0060 2a444947 49542022 4822205b 6475722d *DIGIT "H" [dur- │ │ │ │ + 0x002c0070 6d696e75 74655d0a 20202020 20202020 minute]. │ │ │ │ + 0x002c0080 6475722d 6d696e75 7465203d 20312a44 dur-minute = 1*D │ │ │ │ + 0x002c0090 49474954 20224d22 205b6475 722d7365 IGIT "M" [dur-se │ │ │ │ + 0x002c00a0 636f6e64 5d0a2020 20202020 20206475 cond]. du │ │ │ │ + 0x002c00b0 722d7365 636f6e64 203d2031 2a4400ff r-second = 1*D.. │ │ │ │ + 0x002c00c0 49474954 20225322 0a202020 20202020 IGIT "S". │ │ │ │ + 0x002c00d0 20647572 2d646179 20202020 3d20312a dur-day = 1* │ │ │ │ + 0x002c00e0 44494749 54202244 220a2020 20202020 DIGIT "D". │ │ │ │ + 0x002c00f0 20200a20 20202020 20202053 6f205035 . So P5 │ │ │ │ + 0x002c0100 57206973 2076616c 69643a20 50355754 W is valid: P5WT │ │ │ │ + 0x002c0110 31304d20 6973206e 6f742e20 49662077 10M is not. If w │ │ │ │ + 0x002c0120 65656b73 20726520 73706563 69666965 eeks re specifie │ │ │ │ + 0x002c0130 64206e6f 7468696e 6720656c 73652063 d nothing else c │ │ │ │ + 0x002c0140 00ff616e 2062650a 20202020 20202020 ..an be. │ │ │ │ + 0x002c0150 0a202020 20202020 20584d4c 20737065 . XML spe │ │ │ │ + 0x002c0160 63696669 65730a20 20202020 20202020 cifies. │ │ │ │ + 0x002c0170 2020506e 596e4d6e 44546e48 6e4d6e53 PnYnMnDTnHnMnS │ │ │ │ + 0x002c0180 0a202020 20202020 200a2020 20202020 . . │ │ │ │ + 0x002c0190 20205468 6520656c 656d656e 7473206d The elements m │ │ │ │ + 0x002c01a0 75737420 61707065 61722069 6e207468 ust appear in th │ │ │ │ + 0x002c01b0 65206f72 64657220 73706563 69666965 e order specifie │ │ │ │ + 0x002c01c0 642000f3 616e6420 74686520 27542720 d ..and the 'T' │ │ │ │ + 0x002c01d0 6973206f 6d697474 6564200a 20202020 is omitted . │ │ │ │ + 0x002c01e0 20202020 69662068 6f757273 206d696e if hours min │ │ │ │ + 0x002c01f0 75746573 20616e64 20736563 6f6e6473 utes and seconds │ │ │ │ + 0x002c0200 20617265 20616273 656e742e 0a202020 are absent.. │ │ │ │ + 0x002c0210 2020203c 2f78733a 646f6375 6d656e74 ...N../..b │ │ │ │ + 0x002c0240 75696c64 2f726570 726f6475 6369626c uild/reproducibl │ │ │ │ + 0x002c0250 652d7061 74682f6c 69626b6f 6c616278 e-path/libkolabx │ │ │ │ + 0x002c0260 6d6c2d31 2e322e31 2f736368 656d6173 ml-1.2.1/schemas │ │ │ │ + 0x002c0270 2f696361 6c2f6943 616c656e 6461722d /ical/iCalendar- │ │ │ │ + 0x002c0280 76616c74 79706573 2e787364 44000514 valtypes.xsdD... │ │ │ │ + 0x002c0290 0006e808 0001a00a 00828000 00001109 ................ │ │ │ │ + 0x002c02a0 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati │ │ │ │ + 0x002c02b0 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs="htt │ │ │ │ + 0x002c02c0 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2 │ │ │ │ + 0x002c02d0 3030312f 584d4c53 6368656d 61222078 001/XMLSchema" x │ │ │ │ + 0x002c02e0 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal="urn:i │ │ │ │ + 0x002c02f0 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ + 0x002c0300 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0" │ │ │ │ + 0x002c0310 203e0a3c 78733a64 6f63756d 656e7461 >.. par │ │ │ │ + 0x002c0340 74737461 742d6576 656e7420 20203d20 tstat-event = │ │ │ │ + 0x002c0350 28224e45 4544532d 41435449 4f4e2220 ("NEEDS-ACTION" │ │ │ │ + 0x002c0360 2020203b 20457665 6e74206e 65656473 ; Event needs │ │ │ │ + 0x002c0370 20616374 696f6e0a 20202020 20202020 action. │ │ │ │ + 0x002c0380 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0390 2f202241 43434550 54454422 20202020 / "ACCEPTED" │ │ │ │ + 0x002c03a0 20202020 203b2000 ff457665 6e742061 ; ..Event a │ │ │ │ + 0x002c03b0 63636570 7465640a 20202020 20202020 ccepted. │ │ │ │ + 0x002c03c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c03d0 2f202244 45434c49 4e454422 20202020 / "DECLINED" │ │ │ │ + 0x002c03e0 20202020 203b2045 76656e74 20646563 ; Event dec │ │ │ │ + 0x002c03f0 6c696e65 640a2020 20202020 20202020 lined. │ │ │ │ + 0x002c0400 20202020 20202020 20202020 20202f20 / │ │ │ │ + 0x002c0410 2254454e 54415449 56452220 20202020 "TENTATIVE" │ │ │ │ + 0x002c0420 2020203b 20457665 6e00ff74 2074656e ; Even..t ten │ │ │ │ + 0x002c0430 74617469 76656c79 0a202020 20202020 tatively. │ │ │ │ + 0x002c0440 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0450 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0460 20202020 20203b20 61636365 70746564 ; accepted │ │ │ │ + 0x002c0470 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x002c0480 20202020 20202020 202f2022 44454c45 / "DELE │ │ │ │ + 0x002c0490 47415445 44222020 20202020 20203b20 GATED" ; │ │ │ │ + 0x002c04a0 4576656e 74206465 6c656700 ff617465 Event deleg..ate │ │ │ │ + 0x002c04b0 640a2020 20202020 20202020 20202020 d. │ │ │ │ + 0x002c04c0 20202020 20202020 20202f20 782d6e61 / x-na │ │ │ │ + 0x002c04d0 6d652020 20202020 20202020 2020203b me ; │ │ │ │ + 0x002c04e0 20457870 6572696d 656e7461 6c207374 Experimental st │ │ │ │ + 0x002c04f0 61747573 0a202020 20202020 20202020 atus. │ │ │ │ + 0x002c0500 20202020 20202020 20202020 202f2069 / i │ │ │ │ + 0x002c0510 616e612d 746f6b65 6e292020 20202020 ana-token) │ │ │ │ + 0x002c0520 20203b20 4f746865 72204941 4e00ff41 ; Other IAN..A │ │ │ │ + 0x002c0530 2d726567 69737465 7265640a 20202020 -registered. │ │ │ │ + 0x002c0540 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0550 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0560 20202020 20202020 203b2073 74617475 ; statu │ │ │ │ + 0x002c0570 730a2020 20202020 203b2054 68657365 s. ; These │ │ │ │ + 0x002c0580 20617265 20746865 20706172 74696369 are the partici │ │ │ │ + 0x002c0590 70617469 6f6e2073 74617475 73657320 pation statuses │ │ │ │ + 0x002c05a0 666f7220 61202256 4556454e 54222e00 for a "VEVENT".. │ │ │ │ + 0x002c05b0 ff0a2020 20202020 203b2044 65666175 .. ; Defau │ │ │ │ + 0x002c05c0 6c742069 73204e45 4544532d 41435449 lt is NEEDS-ACTI │ │ │ │ + 0x002c05d0 4f4e2e0a 0a202020 20202020 70617274 ON... part │ │ │ │ + 0x002c05e0 73746174 2d746f64 6f202020 203d2028 stat-todo = ( │ │ │ │ + 0x002c05f0 224e4545 44532d41 4354494f 4e222020 "NEEDS-ACTION" │ │ │ │ + 0x002c0600 20203b20 546f2d64 6f206e65 65647320 ; To-do needs │ │ │ │ + 0x002c0610 61637469 6f6e0a20 20202020 20202020 action. │ │ │ │ + 0x002c0620 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x002c0630 2000ff22 41434345 50544544 22202020 .."ACCEPTED" │ │ │ │ + 0x002c0640 20202020 20203b20 546f2d64 6f206163 ; To-do ac │ │ │ │ + 0x002c0650 63657074 65640a20 20202020 20202020 cepted. │ │ │ │ + 0x002c0660 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x002c0670 20224445 434c494e 45442220 20202020 "DECLINED" │ │ │ │ + 0x002c0680 20202020 3b20546f 2d646f20 6465636c ; To-do decl │ │ │ │ + 0x002c0690 696e6564 0a202020 20202020 20202020 ined. │ │ │ │ + 0x002c06a0 20202020 20202020 20202020 202f2022 / " │ │ │ │ + 0x002c06b0 54454e00 ff544154 49564522 20202020 TEN..TATIVE" │ │ │ │ + 0x002c06c0 20202020 3b20546f 2d646f20 74656e74 ; To-do tent │ │ │ │ + 0x002c06d0 61746976 656c790a 20202020 20202020 atively. │ │ │ │ + 0x002c06e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c06f0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0700 20202020 203b2061 63636570 7465640a ; accepted. │ │ │ │ + 0x002c0710 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0720 20202020 20202020 2f202244 454c4547 / "DELEG │ │ │ │ + 0x002c0730 41544544 2200ff20 20202020 2020203b ATED".. ; │ │ │ │ + 0x002c0740 20546f2d 646f2064 656c6567 61746564 To-do delegated │ │ │ │ + 0x002c0750 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x002c0760 20202020 20202020 202f2022 434f4d50 / "COMP │ │ │ │ + 0x002c0770 4c455445 44222020 20202020 20203b20 LETED" ; │ │ │ │ + 0x002c0780 546f2d64 6f20636f 6d706c65 7465640a To-do completed. │ │ │ │ + 0x002c0790 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c07a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c07b0 20202020 20202000 ff202020 2020203b .. ; │ │ │ │ + 0x002c07c0 20434f4d 504c4554 45442070 726f7065 COMPLETED prope │ │ │ │ + 0x002c07d0 72747920 6861730a 20202020 20202020 rty has. │ │ │ │ + 0x002c07e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c07f0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0800 20202020 203b2044 4154452d 54494d45 ; DATE-TIME │ │ │ │ + 0x002c0810 20636f6d 706c6574 65640a20 20202020 completed. │ │ │ │ + 0x002c0820 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0830 2020202f 2022494e 2d00ff50 524f4345 / "IN-..PROCE │ │ │ │ + 0x002c0840 53532220 20202020 20203b20 546f2d64 SS" ; To-d │ │ │ │ + 0x002c0850 6f20696e 2070726f 63657373 206f660a o in process of. │ │ │ │ + 0x002c0860 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0870 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0880 20202020 20202020 20202020 203b2062 ; b │ │ │ │ + 0x002c0890 65696e67 20636f6d 706c6574 65640a20 eing completed. │ │ │ │ + 0x002c08a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c08b0 20202020 2020202f 20782d00 ff6e616d / x-..nam │ │ │ │ + 0x002c08c0 65202020 20202020 20202020 20203b20 e ; │ │ │ │ + 0x002c08d0 45787065 72696d65 6e74616c 20737461 Experimental sta │ │ │ │ + 0x002c08e0 7475730a 20202020 20202020 20202020 tus. │ │ │ │ + 0x002c08f0 20202020 20202020 20202020 2f206961 / ia │ │ │ │ + 0x002c0900 6e612d74 6f6b656e 29202020 20202020 na-token) │ │ │ │ + 0x002c0910 203b204f 74686572 2049414e 412d7265 ; Other IANA-re │ │ │ │ + 0x002c0920 67697374 65726564 0a202020 20202020 gistered. │ │ │ │ + 0x002c0930 20202020 20202020 20202020 2000ff20 .. │ │ │ │ + 0x002c0940 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0950 20202020 20202020 3b207374 61747573 ; status │ │ │ │ + 0x002c0960 0a202020 20202020 3b205468 65736520 . ; These │ │ │ │ + 0x002c0970 61726520 74686520 70617274 69636970 are the particip │ │ │ │ + 0x002c0980 6174696f 6e207374 61747573 65732066 ation statuses f │ │ │ │ + 0x002c0990 6f722061 20225654 4f444f22 2e0a2020 or a "VTODO".. │ │ │ │ + 0x002c09a0 20202020 203b2044 65666175 6c742069 ; Default i │ │ │ │ + 0x002c09b0 73204e45 4544532d 41435449 4f4e2e00 s NEEDS-ACTION.. │ │ │ │ + 0x002c09c0 ff0a0a20 20202020 20207061 72747374 ... partst │ │ │ │ + 0x002c09d0 61742d6a 6f757220 2020203d 2028224e at-jour = ("N │ │ │ │ + 0x002c09e0 45454453 2d414354 494f4e22 20202020 EEDS-ACTION" │ │ │ │ + 0x002c09f0 3b204a6f 75726e61 6c206e65 65647320 ; Journal needs │ │ │ │ + 0x002c0a00 61637469 6f6e0a20 20202020 20202020 action. │ │ │ │ + 0x002c0a10 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x002c0a20 20224143 43455054 45442220 20202020 "ACCEPTED" │ │ │ │ + 0x002c0a30 20202020 3b204a6f 75726e61 6c206163 ; Journal ac │ │ │ │ + 0x002c0a40 6300ff65 70746564 0a202020 20202020 c..epted. │ │ │ │ + 0x002c0a50 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0a60 202f2022 4445434c 494e4544 22202020 / "DECLINED" │ │ │ │ + 0x002c0a70 20202020 20203b20 4a6f7572 6e616c20 ; Journal │ │ │ │ + 0x002c0a80 6465636c 696e6564 0a202020 20202020 declined. │ │ │ │ + 0x002c0a90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0aa0 202f2078 2d6e616d 65202020 20202020 / x-name │ │ │ │ + 0x002c0ab0 20202020 20203b20 45787065 72696d65 ; Experime │ │ │ │ + 0x002c0ac0 6e746100 ff6c2073 74617475 730a2020 nta..l status. │ │ │ │ + 0x002c0ad0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0ae0 20202020 20202f20 69616e61 2d746f6b / iana-tok │ │ │ │ + 0x002c0af0 656e2920 20202020 2020203b 204f7468 en) ; Oth │ │ │ │ + 0x002c0b00 65722049 414e412d 72656769 73746572 er IANA-register │ │ │ │ + 0x002c0b10 65640a20 20202020 20202020 20202020 ed. │ │ │ │ + 0x002c0b20 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0b30 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0b40 3b207374 6100ff74 75730a20 20202020 ; sta..tus. │ │ │ │ + 0x002c0b50 20203b20 54686573 65206172 65207468 ; These are th │ │ │ │ + 0x002c0b60 65207061 72746963 69706174 696f6e20 e participation │ │ │ │ + 0x002c0b70 73746174 75736573 20666f72 20612022 statuses for a " │ │ │ │ + 0x002c0b80 564a4f55 524e414c 222e0a20 20202020 VJOURNAL".. │ │ │ │ + 0x002c0b90 20203b20 44656661 756c7420 6973204e ; Default is N │ │ │ │ + 0x002c0ba0 45454453 2d414354 494f4e2e 0a202020 EEDS-ACTION.. │ │ │ │ + 0x002c0bb0 2020203c 2f78733a 646f6375 6d656e74 .....L../. │ │ │ │ + 0x002c0be0 cc627569 6c642f72 6570726f 64756369 .build/reproduci │ │ │ │ + 0x002c0bf0 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola │ │ │ │ + 0x002c0c00 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem │ │ │ │ + 0x002c0c10 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda │ │ │ │ + 0x002c0c20 722d7061 72616d73 2e787364 d1000512 r-params.xsd.... │ │ │ │ + 0x002c0c30 00064104 0001a00a 00008016 0100053c ..A............< │ │ │ │ + 0x002c0c40 00ff7873 3a616e6e 6f746174 696f6e20 ..xs:annotation │ │ │ │ + 0x002c0c50 786d6c6e 733a7873 3d226874 74703a2f xmlns:xs="http:/ │ │ │ │ + 0x002c0c60 2f777777 2e77332e 6f72672f 32303031 /www.w3.org/2001 │ │ │ │ + 0x002c0c70 2f584d4c 53636865 6d612220 786d6c6e /XMLSchema" xmln │ │ │ │ + 0x002c0c80 733a7863 616c3d22 75726e3a 69657466 s:xcal="urn:ietf │ │ │ │ + 0x002c0c90 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i │ │ │ │ + 0x002c0ca0 63616c65 6e646172 2d322e30 22203e0a calendar-2.0" >. │ │ │ │ + 0x002c0cb0 3c78733a 646f6375 6d656e74 6174696f . action │ │ │ │ + 0x002c0ce0 76616c75 65203d20 22415544 494f2220 value = "AUDIO" │ │ │ │ + 0x002c0cf0 2f202244 4953504c 41592220 2f202245 / "DISPLAY" / "E │ │ │ │ + 0x002c0d00 4d41494c 220a2020 20202020 20202020 MAIL". │ │ │ │ + 0x002c0d10 20202020 20202020 202f2069 616e612d / iana- │ │ │ │ + 0x002c0d20 746f6b65 6e202f20 782d6e61 6d650a20 token / x-name. │ │ │ │ + 0x002c0d30 20202020 203c2f78 733a646f 63756d65 ...K.. │ │ │ │ + 0x002c0d60 2f00ca62 75696c64 2f726570 726f6475 /..build/reprodu │ │ │ │ + 0x002c0d70 6369626c 652d7061 74682f6c 69626b6f cible-path/libko │ │ │ │ + 0x002c0d80 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch │ │ │ │ + 0x002c0d90 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen │ │ │ │ + 0x002c0da0 6461722d 70726f70 732e7873 64c10200 dar-props.xsd... │ │ │ │ + 0x002c0db0 05140008 e8090001 a00a0000 80d20300 ................ │ │ │ │ + 0x002c0dc0 053c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio │ │ │ │ + 0x002c0dd0 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs="http │ │ │ │ + 0x002c0de0 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20 │ │ │ │ + 0x002c0df0 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema" xm │ │ │ │ + 0x002c0e00 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal="urn:ie │ │ │ │ + 0x002c0e10 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns │ │ │ │ + 0x002c0e20 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0" │ │ │ │ + 0x002c0e30 3e0a3c78 733a646f 63756d65 6e746174 >.. relt │ │ │ │ + 0x002c0e60 79706570 6172616d 20202020 2020203d ypeparam = │ │ │ │ + 0x002c0e70 20225245 4c545950 45222022 3d220a20 "RELTYPE" "=". │ │ │ │ + 0x002c0e80 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0e90 20202020 20202020 20202822 50415245 ("PARE │ │ │ │ + 0x002c0ea0 4e542220 2020203b 20506172 656e7420 NT" ; Parent │ │ │ │ + 0x002c0eb0 72656c61 74696f6e 73686970 202d2044 relationship - D │ │ │ │ + 0x002c0ec0 65666175 6c7400ff 0a202020 20202020 efault... │ │ │ │ 0x002c0ed0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0ee0 20202020 2f206961 6e612d74 6f6b656e / iana-token │ │ │ │ - 0x002c0ef0 29202020 3b204f74 68657220 49414e41 ) ; Other IANA │ │ │ │ - 0x002c0f00 207200ff 65676973 74657265 64207479 r..egistered ty │ │ │ │ - 0x002c0f10 70650a20 20202020 20202020 20202020 pe. │ │ │ │ - 0x002c0f20 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0f30 20202020 20202020 20203b0a 20202020 ;. │ │ │ │ - 0x002c0f40 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0ee0 2020202f 20224348 494c4422 20202020 / "CHILD" │ │ │ │ + 0x002c0ef0 203b2043 68696c64 2072656c 6174696f ; Child relatio │ │ │ │ + 0x002c0f00 6e736869 700a2020 20202020 20202020 nship. │ │ │ │ + 0x002c0f10 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0f20 2f202253 49424c49 4e472220 20203b20 / "SIBLING" ; │ │ │ │ + 0x002c0f30 5369626c 696e6720 72656c61 74696f6e Sibling relation │ │ │ │ + 0x002c0f40 73686970 0a202020 00ff2020 20202020 ship. .. │ │ │ │ 0x002c0f50 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c0f60 2020203b 20446566 61756c74 20697320 ; Default is │ │ │ │ - 0x002c0f70 53455256 45520a20 20202020 203c2f78 SERVER. ...L../..build │ │ │ │ - 0x002c0fb0 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ - 0x002c0fc0 74682f6c 69626b6f 6c616278 6d6c2d31 th/libkolabxml-1 │ │ │ │ - 0x002c0fd0 2e322e31 2f736368 656d6173 2f696361 .2.1/schemas/ica │ │ │ │ - 0x002c0fe0 6c2f6943 616c656e 6461722d 70617261 l/iCalendar-para │ │ │ │ - 0x002c0ff0 6d732e78 73645601 00051200 06820300 ms.xsdV......... │ │ │ │ - 0x002c1000 01a00a00 00808d01 00053c00 ff78733a ..........<..xs: │ │ │ │ - 0x002c1010 616e6e6f 74617469 6f6e2078 6d6c6e73 annotation xmlns │ │ │ │ - 0x002c1020 3a78733d 22687474 703a2f2f 7777772e :xs="http://www. │ │ │ │ - 0x002c1030 77332e6f 72672f32 3030312f 584d4c53 w3.org/2001/XMLS │ │ │ │ - 0x002c1040 6368656d 61222078 6d6c6e73 3a786361 chema" xmlns:xca │ │ │ │ - 0x002c1050 6c3d2275 726e3a69 6574663a 70617261 l="urn:ietf:para │ │ │ │ - 0x002c1060 6d733a78 6d6c3a6e 733a6963 616c656e ms:xml:ns:icalen │ │ │ │ - 0x002c1070 6461722d 322e3022 203e0a3c 78733a64 dar-2.0" >.. │ │ │ │ - 0x002c10a0 20202020 20747261 6e737661 6c756520 transvalue │ │ │ │ - 0x002c10b0 3d20224f 50415155 45220a20 20202020 = "OPAQUE". │ │ │ │ - 0x002c10c0 20202020 20202020 20202020 20203b42 ;B │ │ │ │ - 0x002c10d0 6c6f636b 73206f72 206f7061 71756520 locks or opaque │ │ │ │ - 0x002c10e0 6f6e2062 75737920 74696d65 20736561 on busy time sea │ │ │ │ - 0x002c10f0 72636865 732e0a20 20202020 20202020 rches.. │ │ │ │ - 0x002c1100 20202020 20202020 20202f20 22545200 / "TR. │ │ │ │ - 0x002c1110 ff414e53 50415245 4e54220a 20202020 .ANSPARENT". │ │ │ │ - 0x002c1120 20202020 20202020 20202020 2020203b ; │ │ │ │ - 0x002c1130 5472616e 73706172 656e7420 6f6e2062 Transparent on b │ │ │ │ - 0x002c1140 75737920 74696d65 20736561 72636865 usy time searche │ │ │ │ - 0x002c1150 732e0a20 20202020 20203b44 65666175 s.. ;Defau │ │ │ │ - 0x002c1160 6c742076 616c7565 20697320 4f504151 lt value is OPAQ │ │ │ │ - 0x002c1170 55450a20 20202020 203c2f78 733a646f UE. .. │ │ │ │ - 0x002c11a0 054b0006 2f00ca62 75696c64 2f726570 .K../..build/rep │ │ │ │ - 0x002c11b0 726f6475 6369626c 652d7061 74682f6c roducible-path/l │ │ │ │ - 0x002c11c0 69626b6f 6c616278 6d6c2d31 2e322e31 ibkolabxml-1.2.1 │ │ │ │ - 0x002c11d0 2f736368 656d6173 2f696361 6c2f6943 /schemas/ical/iC │ │ │ │ - 0x002c11e0 616c656e 6461722d 70726f70 732e7873 alendar-props.xs │ │ │ │ - 0x002c11f0 641f0200 05140008 1c0a0001 a00a0000 d............... │ │ │ │ - 0x002c1200 80640100 053c00ff 78733a61 6e6e6f74 .d...<..xs:annot │ │ │ │ - 0x002c1210 6174696f 6e20786d 6c6e733a 78733d22 ation xmlns:xs=" │ │ │ │ - 0x002c1220 68747470 3a2f2f77 77772e77 332e6f72 http://www.w3.or │ │ │ │ - 0x002c1230 672f3230 30312f58 4d4c5363 68656d61 g/2001/XMLSchema │ │ │ │ - 0x002c1240 2220786d 6c6e733a 7863616c 3d227572 " xmlns:xcal="ur │ │ │ │ - 0x002c1250 6e3a6965 74663a70 6172616d 733a786d n:ietf:params:xm │ │ │ │ - 0x002c1260 6c3a6e73 3a696361 6c656e64 61722d32 l:ns:icalendar-2 │ │ │ │ - 0x002c1270 2e302220 3e0a3c78 733a646f 63756d65 .0" >.. │ │ │ │ - 0x002c12a0 74726967 72656c70 6172616d 20202020 trigrelparam │ │ │ │ - 0x002c12b0 2020203d 20225245 4c415445 44222022 = "RELATED" " │ │ │ │ - 0x002c12c0 3d220a20 20202020 20202020 20202020 =". │ │ │ │ - 0x002c12d0 20202020 20202020 20202020 20202822 (" │ │ │ │ - 0x002c12e0 53544152 54222020 20202020 203b2054 START" ; T │ │ │ │ - 0x002c12f0 72696767 6572206f 6666206f 66207374 rigger off of st │ │ │ │ - 0x002c1300 6172740a 20202020 202000e3 20202020 art. .. │ │ │ │ - 0x002c1310 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c1320 2f202245 4e442229 20202020 20202020 / "END") │ │ │ │ - 0x002c1330 3b205472 69676765 72206f66 66206f66 ; Trigger off of │ │ │ │ - 0x002c1340 20656e64 0a202020 2020203c 2f78733a end. .< │ │ │ │ - 0x002c1360 2f78733a 616e6e6f 74617469 6f6e3e00 /xs:annotation>. │ │ │ │ - 0x002c1370 074c0006 2f00cb62 75696c64 2f726570 .L../..build/rep │ │ │ │ - 0x002c1380 726f6475 6369626c 652d7061 74682f6c roducible-path/l │ │ │ │ - 0x002c1390 69626b6f 6c616278 6d6c2d31 2e322e31 ibkolabxml-1.2.1 │ │ │ │ - 0x002c13a0 2f736368 656d6173 2f696361 6c2f6943 /schemas/ical/iC │ │ │ │ - 0x002c13b0 616c656e 6461722d 70617261 6d732e78 alendar-params.x │ │ │ │ - 0x002c13c0 73640f01 00051200 06600a00 01a00a00 sd.......`...... │ │ │ │ - 0x002c13d0 0080ec02 00053c00 ff78733a 616e6e6f ......<..xs:anno │ │ │ │ - 0x002c13e0 74617469 6f6e2078 6d6c6e73 3a78733d tation xmlns:xs= │ │ │ │ - 0x002c13f0 22687474 703a2f2f 7777772e 77332e6f "http://www.w3.o │ │ │ │ - 0x002c1400 72672f32 3030312f 584d4c53 6368656d rg/2001/XMLSchem │ │ │ │ - 0x002c1410 61222078 6d6c6e73 3a786361 6c3d2275 a" xmlns:xcal="u │ │ │ │ - 0x002c1420 726e3a69 6574663a 70617261 6d733a78 rn:ietf:params:x │ │ │ │ - 0x002c1430 6d6c3a6e 733a6963 616c656e 6461722d ml:ns:icalendar- │ │ │ │ - 0x002c1440 322e3022 203e0a3c 78733a64 6f63756d 2.0" >.. │ │ │ │ - 0x002c1470 20637574 79706570 6172616d 20202020 cutypeparam │ │ │ │ - 0x002c1480 20202020 3d202243 55545950 45222022 = "CUTYPE" " │ │ │ │ - 0x002c1490 3d220a20 20202020 20202020 20202020 =". │ │ │ │ - 0x002c14a0 20202020 20202020 20202020 20282249 ("I │ │ │ │ - 0x002c14b0 4e444956 49445541 4c222020 203b2041 NDIVIDUAL" ; A │ │ │ │ - 0x002c14c0 6e20696e 64697669 6475616c 0a202020 n individual. │ │ │ │ - 0x002c14d0 20202020 20202020 20202000 ff202020 .. │ │ │ │ - 0x002c14e0 20202020 20202020 2f202247 524f5550 / "GROUP │ │ │ │ - 0x002c14f0 22202020 20202020 203b2041 2067726f " ; A gro │ │ │ │ - 0x002c1500 7570206f 6620696e 64697669 6475616c up of individual │ │ │ │ - 0x002c1510 730a2020 20202020 20202020 20202020 s. │ │ │ │ - 0x002c1520 20202020 20202020 2020202f 20225245 / "RE │ │ │ │ - 0x002c1530 534f5552 43452220 20202020 3b204120 SOURCE" ; A │ │ │ │ - 0x002c1540 70687973 6963616c 20726573 6f757263 physical resourc │ │ │ │ - 0x002c1550 650a2020 20202020 20202020 2000ff20 e. .. │ │ │ │ - 0x002c1560 20202020 20202020 20202020 202f2022 / " │ │ │ │ - 0x002c1570 524f4f4d 22202020 20202020 20203b20 ROOM" ; │ │ │ │ - 0x002c1580 4120726f 6f6d2072 65736f75 7263650a A room resource. │ │ │ │ - 0x002c1590 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c15a0 20202020 20202020 202f2022 554e4b4e / "UNKN │ │ │ │ - 0x002c15b0 4f574e22 20202020 20203b20 4f746865 OWN" ; Othe │ │ │ │ - 0x002c15c0 72776973 65206e6f 74206b6e 6f776e0a rwise not known. │ │ │ │ - 0x002c15d0 20202020 20202020 20202020 20202000 . │ │ │ │ - 0x002c15e0 ff202020 20202020 2020202f 20782d6e . / x-n │ │ │ │ - 0x002c15f0 616d6520 20202020 20202020 3b204578 ame ; Ex │ │ │ │ - 0x002c1600 70657269 6d656e74 616c2074 7970650a perimental type. │ │ │ │ - 0x002c1610 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c1620 20202020 20202020 202f2069 616e612d / iana- │ │ │ │ - 0x002c1630 746f6b65 6e292020 20203b20 4f746865 token) ; Othe │ │ │ │ - 0x002c1640 72204941 4e412d72 65676973 74657265 r IANA-registere │ │ │ │ - 0x002c1650 640a2020 20202020 20202020 20202020 d. │ │ │ │ - 0x002c1660 2000eb20 20202020 20202020 20202020 .. │ │ │ │ - 0x002c1670 20202020 20202020 20202020 20203b20 ; │ │ │ │ - 0x002c1680 74797065 0a202020 20202020 3b204465 type. ; De │ │ │ │ - 0x002c1690 6661756c 74206973 20494e44 49564944 fault is INDIVID │ │ │ │ - 0x002c16a0 55414c0a 20202020 20203c2f 78733a64 UAL. ... │ │ │ │ - 0x002c16d0 4c00062f 00cc6275 696c642f 72657072 L../..build/repr │ │ │ │ - 0x002c16e0 6f647563 69626c65 2d706174 682f6c69 oducible-path/li │ │ │ │ - 0x002c16f0 626b6f6c 6162786d 6c2d312e 322e312f bkolabxml-1.2.1/ │ │ │ │ - 0x002c1700 73636865 6d61732f 6963616c 2f694361 schemas/ical/iCa │ │ │ │ - 0x002c1710 6c656e64 61722d70 6172616d 732e7873 lendar-params.xs │ │ │ │ - 0x002c1720 64760005 12000643 030001a0 0a000080 dv.....C........ │ │ │ │ - 0x002c1730 74050005 3c00ff78 733a616e 6e6f7461 t...<..xs:annota │ │ │ │ - 0x002c1740 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs="h │ │ │ │ - 0x002c1750 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org │ │ │ │ - 0x002c1760 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema" │ │ │ │ - 0x002c1770 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal="urn │ │ │ │ - 0x002c1780 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml │ │ │ │ - 0x002c1790 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2. │ │ │ │ - 0x002c17a0 3022203e 0a3c7873 3a646f63 756d656e 0" >.. │ │ │ │ - 0x002c17d0 44757261 74696f6e 73206172 65206120 Durations are a │ │ │ │ - 0x002c17e0 70726f62 6c656d3a 200a2020 20202020 problem: . │ │ │ │ - 0x002c17f0 20202020 20584d4c 20736368 656d6120 XML schema │ │ │ │ - 0x002c1800 74797065 7320616c 6c6f7720 59656172 types allow Year │ │ │ │ - 0x002c1810 732c204d 6f6e7468 732c2044 6179732c s, Months, Days, │ │ │ │ - 0x002c1820 20486f75 72732c20 4d696e75 7465732c Hours, Minutes, │ │ │ │ - 0x002c1830 20536563 6f6e6473 0a00ff20 20202020 Seconds... │ │ │ │ - 0x002c1840 20202020 20204963 616c2061 6c6c6f77 Ical allow │ │ │ │ - 0x002c1850 73205765 656b732c 20446179 732c2048 s Weeks, Days, H │ │ │ │ - 0x002c1860 6f757273 2c204d69 6e757465 732c2053 ours, Minutes, S │ │ │ │ - 0x002c1870 65636f6e 64730a20 20202020 20202020 econds. │ │ │ │ - 0x002c1880 20200a20 20202020 20202054 68657365 . These │ │ │ │ - 0x002c1890 206f7665 726c6170 20616e64 20776520 overlap and we │ │ │ │ - 0x002c18a0 7265616c 6c79206e 65656420 6120636f really need a co │ │ │ │ - 0x002c18b0 6d62696e 6174696f 6e206f00 ff662062 mbination o..f b │ │ │ │ - 0x002c18c0 6f74682e 0a202020 20202020 20536f20 oth.. So │ │ │ │ - 0x002c18d0 74686520 636f6d70 726f6d69 73652069 the compromise i │ │ │ │ - 0x002c18e0 7320746f 20686176 65206120 70617474 s to have a patt │ │ │ │ - 0x002c18f0 65726e20 72657374 72696374 65642053 ern restricted S │ │ │ │ - 0x002c1900 7472696e 67207479 70652061 6e64206e tring type and n │ │ │ │ - 0x002c1910 6f74650a 20202020 20202020 74686174 ote. that │ │ │ │ - 0x002c1920 20696620 64617461 20697320 746f2062 if data is to b │ │ │ │ - 0x002c1930 65206578 706f7274 65642069 6e00ff74 e exported in..t │ │ │ │ - 0x002c1940 6f207468 65206963 616c656e 64617220 o the icalendar │ │ │ │ - 0x002c1950 776f726c 64206974 2063616e 6e6f7420 world it cannot │ │ │ │ - 0x002c1960 68617665 200a2020 20202020 20207965 have . ye │ │ │ │ - 0x002c1970 61727320 6f72206d 6f6e7468 732e0a20 ars or months.. │ │ │ │ - 0x002c1980 20202020 2020200a 20202020 20202020 . │ │ │ │ - 0x002c1990 556c7469 6d617465 6c792069 74206973 Ultimately it is │ │ │ │ - 0x002c19a0 20746f20 62652068 6f706564 20746865 to be hoped the │ │ │ │ - 0x002c19b0 2074776f 20776f72 6c647320 63616e00 two worlds can. │ │ │ │ - 0x002c19c0 ff206265 20616c69 676e6564 2e0a2020 . be aligned.. │ │ │ │ - 0x002c19d0 20202020 20200a20 20202020 20202052 . R │ │ │ │ - 0x002c19e0 46433535 34352028 6963616c 656e6461 FC5545 (icalenda │ │ │ │ - 0x002c19f0 72292073 70656369 66696573 0a202020 r) specifies. │ │ │ │ - 0x002c1a00 20202020 20647572 2d76616c 75652020 dur-value │ │ │ │ - 0x002c1a10 3d20285b 222b225d 202f2022 2d222920 = (["+"] / "-") │ │ │ │ - 0x002c1a20 22502220 28647572 2d646174 65202f20 "P" (dur-date / │ │ │ │ - 0x002c1a30 6475722d 74696d65 202f2064 75722d77 dur-time / dur-w │ │ │ │ - 0x002c1a40 6500ff65 6b290a0a 20202020 20202020 e..ek).. │ │ │ │ - 0x002c1a50 6475722d 64617465 2020203d 20647572 dur-date = dur │ │ │ │ - 0x002c1a60 2d646179 205b6475 722d7469 6d655d0a -day [dur-time]. │ │ │ │ - 0x002c1a70 20202020 20202020 6475722d 74696d65 dur-time │ │ │ │ - 0x002c1a80 2020203d 20225422 20286475 722d686f = "T" (dur-ho │ │ │ │ - 0x002c1a90 7572202f 20647572 2d6d696e 75746520 ur / dur-minute │ │ │ │ - 0x002c1aa0 2f206475 722d7365 636f6e64 290a2020 / dur-second). │ │ │ │ - 0x002c1ab0 20202020 20206475 722d7765 656b2020 dur-week │ │ │ │ - 0x002c1ac0 203d2000 ff312a44 49474954 20225722 = ..1*DIGIT "W" │ │ │ │ - 0x002c1ad0 0a202020 20202020 20647572 2d686f75 . dur-hou │ │ │ │ - 0x002c1ae0 72202020 3d20312a 44494749 54202248 r = 1*DIGIT "H │ │ │ │ - 0x002c1af0 22205b64 75722d6d 696e7574 655d0a20 " [dur-minute]. │ │ │ │ - 0x002c1b00 20202020 20202064 75722d6d 696e7574 dur-minut │ │ │ │ - 0x002c1b10 65203d20 312a4449 47495420 224d2220 e = 1*DIGIT "M" │ │ │ │ - 0x002c1b20 5b647572 2d736563 6f6e645d 0a202020 [dur-second]. │ │ │ │ - 0x002c1b30 20202020 20647572 2d736563 6f6e6420 dur-second │ │ │ │ - 0x002c1b40 3d20312a 4400ff49 47495420 2253220a = 1*D..IGIT "S". │ │ │ │ - 0x002c1b50 20202020 20202020 6475722d 64617920 dur-day │ │ │ │ - 0x002c1b60 2020203d 20312a44 49474954 20224422 = 1*DIGIT "D" │ │ │ │ - 0x002c1b70 0a202020 20202020 200a2020 20202020 . . │ │ │ │ - 0x002c1b80 2020536f 20503557 20697320 76616c69 So P5W is vali │ │ │ │ - 0x002c1b90 643a2050 35575431 304d2069 73206e6f d: P5WT10M is no │ │ │ │ - 0x002c1ba0 742e2049 66207765 656b7320 72652073 t. If weeks re s │ │ │ │ - 0x002c1bb0 70656369 66696564 206e6f74 68696e67 pecified nothing │ │ │ │ - 0x002c1bc0 20656c73 65206300 ff616e20 62650a20 else c..an be. │ │ │ │ - 0x002c1bd0 20202020 2020200a 20202020 20202020 . │ │ │ │ - 0x002c1be0 584d4c20 73706563 69666965 730a2020 XML specifies. │ │ │ │ - 0x002c1bf0 20202020 20202020 20506e59 6e4d6e44 PnYnMnD │ │ │ │ - 0x002c1c00 546e486e 4d6e530a 20202020 20202020 TnHnMnS. │ │ │ │ - 0x002c1c10 0a202020 20202020 20546865 20656c65 . The ele │ │ │ │ - 0x002c1c20 6d656e74 73206d75 73742061 70706561 ments must appea │ │ │ │ - 0x002c1c30 7220696e 20746865 206f7264 65722073 r in the order s │ │ │ │ - 0x002c1c40 70656369 66696564 2000f361 6e642074 pecified ..and t │ │ │ │ - 0x002c1c50 68652027 54272069 73206f6d 69747465 he 'T' is omitte │ │ │ │ - 0x002c1c60 64200a20 20202020 20202069 6620686f d . if ho │ │ │ │ - 0x002c1c70 75727320 6d696e75 74657320 616e6420 urs minutes and │ │ │ │ - 0x002c1c80 7365636f 6e647320 61726520 61627365 seconds are abse │ │ │ │ - 0x002c1c90 6e742e0a 20202020 20203c2f 78733a64 nt.. ... │ │ │ │ - 0x002c1cc0 4e00062f 00ce6275 696c642f 72657072 N../..build/repr │ │ │ │ - 0x002c1cd0 6f647563 69626c65 2d706174 682f6c69 oducible-path/li │ │ │ │ - 0x002c1ce0 626b6f6c 6162786d 6c2d312e 322e312f bkolabxml-1.2.1/ │ │ │ │ - 0x002c1cf0 73636865 6d61732f 6963616c 2f694361 schemas/ical/iCa │ │ │ │ - 0x002c1d00 6c656e64 61722d76 616c7479 7065732e lendar-valtypes. │ │ │ │ - 0x002c1d10 78736444 00051400 06ff0600 01a00a00 xsdD............ │ │ │ │ - 0x002c1d20 82800000 003f0100 053c00ff 78733a61 .....?...<..xs:a │ │ │ │ - 0x002c1d30 6e6e6f74 6174696f 6e20786d 6c6e733a nnotation xmlns: │ │ │ │ - 0x002c1d40 78733d22 68747470 3a2f2f77 77772e77 xs="http://www.w │ │ │ │ - 0x002c1d50 332e6f72 672f3230 30312f58 4d4c5363 3.org/2001/XMLSc │ │ │ │ - 0x002c1d60 68656d61 2220786d 6c6e733a 7863616c hema" xmlns:xcal │ │ │ │ - 0x002c1d70 3d227572 6e3a6965 74663a70 6172616d ="urn:ietf:param │ │ │ │ - 0x002c1d80 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ - 0x002c1d90 61722d32 2e302220 3e0a3c78 733a646f ar-2.0" >.. │ │ │ │ - 0x002c1dc0 20202020 20537461 6e646172 64207661 Standard va │ │ │ │ - 0x002c1dd0 6c756573 0a202020 20202020 20202020 lues. │ │ │ │ - 0x002c1de0 22434841 49522220 0a202020 20202020 "CHAIR" . │ │ │ │ - 0x002c1df0 20202020 22524551 2d504152 54494349 "REQ-PARTICI │ │ │ │ - 0x002c1e00 50414e54 22200a20 20202020 20202020 PANT" . │ │ │ │ - 0x002c1e10 2020224f 50542d50 41525449 43495041 "OPT-PARTICIPA │ │ │ │ - 0x002c1e20 4e542220 0a202020 20202020 202000be NT" . .. │ │ │ │ - 0x002c1e30 2020224e 4f4e2d50 41525449 43495041 "NON-PARTICIPA │ │ │ │ - 0x002c1e40 4e54220a 20202020 20203c2f 78733a64 NT". ... │ │ │ │ - 0x002c1e70 4c00062f 00cb6275 696c642f 72657072 L../..build/repr │ │ │ │ - 0x002c1e80 6f647563 69626c65 2d706174 682f6c69 oducible-path/li │ │ │ │ - 0x002c1e90 626b6f6c 6162786d 6c2d312e 322e312f bkolabxml-1.2.1/ │ │ │ │ - 0x002c1ea0 73636865 6d61732f 6963616c 2f694361 schemas/ical/iCa │ │ │ │ - 0x002c1eb0 6c656e64 61722d70 6172616d 732e7873 lendar-params.xs │ │ │ │ - 0x002c1ec0 64350100 05120006 14080001 a00a0000 d5.............. │ │ │ │ - 0x002c1ed0 80600200 053c00ff 78733a61 6e6e6f74 .`...<..xs:annot │ │ │ │ - 0x002c1ee0 6174696f 6e20786d 6c6e733a 78733d22 ation xmlns:xs=" │ │ │ │ - 0x002c1ef0 68747470 3a2f2f77 77772e77 332e6f72 http://www.w3.or │ │ │ │ - 0x002c1f00 672f3230 30312f58 4d4c5363 68656d61 g/2001/XMLSchema │ │ │ │ - 0x002c1f10 2220786d 6c6e733a 7863616c 3d227572 " xmlns:xcal="ur │ │ │ │ - 0x002c1f20 6e3a6965 74663a70 6172616d 733a786d n:ietf:params:xm │ │ │ │ - 0x002c1f30 6c3a6e73 3a696361 6c656e64 61722d32 l:ns:icalendar-2 │ │ │ │ - 0x002c1f40 2e302220 3e0a3c78 733a646f 63756d65 .0" >.. │ │ │ │ - 0x002c1f70 66627479 70657061 72616d20 20202020 fbtypeparam │ │ │ │ - 0x002c1f80 2020203d 20224642 54595045 2220223d = "FBTYPE" "= │ │ │ │ - 0x002c1f90 22200a20 20202020 20202020 20202020 " . │ │ │ │ - 0x002c1fa0 20202020 20202020 20202020 28224652 ("FR │ │ │ │ - 0x002c1fb0 45452220 0a202020 20202020 20202020 EE" . │ │ │ │ - 0x002c1fc0 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x002c1fd0 20224255 5359220a 202000ff 20202020 "BUSY". .. │ │ │ │ - 0x002c1fe0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c1ff0 20202020 2f202242 5553592d 554e4156 / "BUSY-UNAV │ │ │ │ - 0x002c2000 41494c41 424c4522 200a2020 20202020 AILABLE" . │ │ │ │ - 0x002c2010 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c2020 20202020 2f202242 5553592d 54454e54 / "BUSY-TENT │ │ │ │ - 0x002c2030 41544956 45220a20 20202020 20202020 ATIVE". │ │ │ │ - 0x002c2040 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c2050 202f2078 2d6e616d 6520203b 00ff2053 / x-name ;.. S │ │ │ │ - 0x002c2060 6f6d6520 65787065 72696d65 6e74616c ome experimental │ │ │ │ - 0x002c2070 20694361 6c656e64 61722066 7265652f iCalendar free/ │ │ │ │ - 0x002c2080 62757379 20747970 652e0a20 20202020 busy type.. │ │ │ │ - 0x002c2090 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c20a0 20202020 202f2069 616e612d 746f6b65 / iana-toke │ │ │ │ - 0x002c20b0 6e290a20 20202020 20202020 20202020 n). │ │ │ │ - 0x002c20c0 2020203b 20536f6d 65206f74 68657220 ; Some other │ │ │ │ - 0x002c20d0 49414e41 2d726567 69737465 726500df IANA-registere.. │ │ │ │ - 0x002c20e0 64206943 616c656e 64617220 66726565 d iCalendar free │ │ │ │ - 0x002c20f0 2f627573 79207479 70652e0a 20202020 /busy type.. │ │ │ │ - 0x002c2100 2020203b 20446566 61756c74 20697320 ; Default is │ │ │ │ - 0x002c2110 42555359 0a202020 2020203c 2f78733a BUSY. .< │ │ │ │ - 0x002c2130 2f78733a 616e6e6f 74617469 6f6e3e00 /xs:annotation>. │ │ │ │ - 0x002c2140 074c0006 2f00cc62 75696c64 2f726570 .L../..build/rep │ │ │ │ - 0x002c2150 726f6475 6369626c 652d7061 74682f6c roducible-path/l │ │ │ │ - 0x002c2160 69626b6f 6c616278 6d6c2d31 2e322e31 ibkolabxml-1.2.1 │ │ │ │ - 0x002c2170 2f736368 656d6173 2f696361 6c2f6943 /schemas/ical/iC │ │ │ │ - 0x002c2180 616c656e 6461722d 70617261 6d732e78 alendar-params.x │ │ │ │ - 0x002c2190 7364b200 05120006 ab090001 a00a0000 sd.............. │ │ │ │ - 0x002c21a0 80c60100 053c00ff 78733a61 6e6e6f74 .....<..xs:annot │ │ │ │ - 0x002c21b0 6174696f 6e20786d 6c6e733a 78733d22 ation xmlns:xs=" │ │ │ │ - 0x002c21c0 68747470 3a2f2f77 77772e77 332e6f72 http://www.w3.or │ │ │ │ - 0x002c21d0 672f3230 30312f58 4d4c5363 68656d61 g/2001/XMLSchema │ │ │ │ - 0x002c21e0 2220786d 6c6e733a 7863616c 3d227572 " xmlns:xcal="ur │ │ │ │ - 0x002c21f0 6e3a6965 74663a70 6172616d 733a786d n:ietf:params:xm │ │ │ │ - 0x002c2200 6c3a6e73 3a696361 6c656e64 61722d32 l:ns:icalendar-2 │ │ │ │ - 0x002c2210 2e302220 3e0a3c78 733a646f 63756d65 .0" >.. │ │ │ │ - 0x002c2240 656e636f 64696e67 70617261 6d202020 encodingparam │ │ │ │ - 0x002c2250 2020203d 2022454e 434f4449 4e472220 = "ENCODING" │ │ │ │ - 0x002c2260 223d220a 20202020 20202020 20202020 "=". │ │ │ │ - 0x002c2270 20202020 20202020 20202020 20202820 ( │ │ │ │ - 0x002c2280 22384249 54220a20 20202020 20202020 "8BIT". │ │ │ │ - 0x002c2290 203b2022 38626974 22207465 78742065 ; "8bit" text e │ │ │ │ - 0x002c22a0 6e636f64 696e6720 697300ff 20646566 ncoding is.. def │ │ │ │ - 0x002c22b0 696e6564 20696e20 5b524643 32303435 ined in [RFC2045 │ │ │ │ - 0x002c22c0 5d0a2020 20202020 20202020 20202020 ]. │ │ │ │ - 0x002c22d0 20202020 20202020 20202020 2f202242 / "B │ │ │ │ - 0x002c22e0 41534536 34220a20 20202020 20202020 ASE64". │ │ │ │ - 0x002c22f0 203b2022 42415345 36342220 62696e61 ; "BASE64" bina │ │ │ │ - 0x002c2300 72792065 6e636f64 696e6720 666f726d ry encoding form │ │ │ │ - 0x002c2310 61742069 73206465 66696e65 6420696e at is defined in │ │ │ │ - 0x002c2320 205b5246 43343634 385d0a20 00c82020 [RFC4648]. .. │ │ │ │ - 0x002c2330 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c2340 20202020 20202029 0a202020 2020203c ). < │ │ │ │ - 0x002c2350 2f78733a 646f6375 6d656e74 6174696f /xs:documentatio │ │ │ │ - 0x002c2360 6e3e0a3c 2f78733a 616e6e6f 74617469 n>...L../..build │ │ │ │ - 0x002c2380 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ - 0x002c2390 74682f6c 69626b6f 6c616278 6d6c2d31 th/libkolabxml-1 │ │ │ │ - 0x002c23a0 2e322e31 2f736368 656d6173 2f696361 .2.1/schemas/ica │ │ │ │ - 0x002c23b0 6c2f6943 616c656e 6461722d 70617261 l/iCalendar-para │ │ │ │ - 0x002c23c0 6d732e78 73649c00 05120006 41040001 ms.xsd......A... │ │ │ │ - 0x002c23d0 a00a0000 80160100 053c00ff 78733a61 .........<..xs:a │ │ │ │ - 0x002c23e0 6e6e6f74 6174696f 6e20786d 6c6e733a nnotation xmlns: │ │ │ │ - 0x002c23f0 78733d22 68747470 3a2f2f77 77772e77 xs="http://www.w │ │ │ │ - 0x002c2400 332e6f72 672f3230 30312f58 4d4c5363 3.org/2001/XMLSc │ │ │ │ - 0x002c2410 68656d61 2220786d 6c6e733a 7863616c hema" xmlns:xcal │ │ │ │ - 0x002c2420 3d227572 6e3a6965 74663a70 6172616d ="urn:ietf:param │ │ │ │ - 0x002c2430 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ - 0x002c2440 61722d32 2e302220 3e0a3c78 733a646f ar-2.0" >.. │ │ │ │ - 0x002c2470 20202020 61637469 6f6e7661 6c756520 actionvalue │ │ │ │ - 0x002c2480 3d202241 5544494f 22202f20 22444953 = "AUDIO" / "DIS │ │ │ │ - 0x002c2490 504c4159 22202f20 22454d41 494c220a PLAY" / "EMAIL". │ │ │ │ - 0x002c24a0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x002c24b0 2020202f 2069616e 612d746f 6b656e20 / iana-token │ │ │ │ - 0x002c24c0 2f20782d 6e616d65 0a202020 2020203c / x-name. < │ │ │ │ - 0x002c24d0 2f78733a 646f6375 6d656e74 61740098 /xs:documentat.. │ │ │ │ - 0x002c24e0 696f6e3e 0a3c2f78 733a616e 6e6f7461 ion>...K../..bui │ │ │ │ + 0x002c0f60 202f2069 616e612d 746f6b65 6e20203b / iana-token ; │ │ │ │ + 0x002c0f70 20536f6d 65206f74 68657220 49414e41 Some other IANA │ │ │ │ + 0x002c0f80 2d726567 69737465 7265640a 20202020 -registered. │ │ │ │ + 0x002c0f90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0fa0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c0fb0 20202020 3b206943 616c656e 64617220 ; iCalendar │ │ │ │ + 0x002c0fc0 72656c61 74696f6e 736800ff 69702074 relationsh..ip t │ │ │ │ + 0x002c0fd0 7970650a 20202020 20202020 20202020 ype. │ │ │ │ + 0x002c0fe0 20202020 20202020 20202020 20202f20 / │ │ │ │ + 0x002c0ff0 782d6e61 6d652920 20202020 3b204120 x-name) ; A │ │ │ │ + 0x002c1000 6e6f6e2d 7374616e 64617264 2c206578 non-standard, ex │ │ │ │ + 0x002c1010 70657269 6d656e74 616c0a20 20202020 perimental. │ │ │ │ + 0x002c1020 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1030 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1040 2020203b 2072656c 6174696f 00ff6e73 ; relatio..ns │ │ │ │ + 0x002c1050 68697020 74797065 0a202020 20202020 hip type. │ │ │ │ + 0x002c1060 2057732d 43616c65 6e646172 20616464 Ws-Calendar add │ │ │ │ + 0x002c1070 73207468 65207661 6c756573 0a202020 s the values. │ │ │ │ + 0x002c1080 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1090 20202020 20202020 2f202246 494e4953 / "FINIS │ │ │ │ + 0x002c10a0 48544f53 54415254 220a2020 20202020 HTOSTART". │ │ │ │ + 0x002c10b0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c10c0 20202020 202f2022 46494e49 534800ff / "FINISH.. │ │ │ │ + 0x002c10d0 544f4649 4e495348 220a2020 20202020 TOFINISH". │ │ │ │ + 0x002c10e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c10f0 20202020 202f2022 53544152 54544f46 / "STARTTOF │ │ │ │ + 0x002c1100 494e4953 48220a20 20202020 20202020 INISH". │ │ │ │ + 0x002c1110 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1120 20202f20 22535441 5254544f 53544152 / "STARTTOSTAR │ │ │ │ + 0x002c1130 54222020 20202020 20202020 2020200a T" . │ │ │ │ + 0x002c1140 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1150 00d42020 20202020 20202020 200a2020 .. . │ │ │ │ + 0x002c1160 20202020 203b2044 65666175 6c742069 ; Default i │ │ │ │ + 0x002c1170 73205041 52454e54 0a202020 2020203c s PARENT. < │ │ │ │ + 0x002c1180 2f78733a 646f6375 6d656e74 6174696f /xs:documentatio │ │ │ │ + 0x002c1190 6e3e0a3c 2f78733a 616e6e6f 74617469 n>...L../..build │ │ │ │ + 0x002c11b0 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ + 0x002c11c0 74682f6c 69626b6f 6c616278 6d6c2d31 th/libkolabxml-1 │ │ │ │ + 0x002c11d0 2e322e31 2f736368 656d6173 2f696361 .2.1/schemas/ica │ │ │ │ + 0x002c11e0 6c2f6943 616c656e 6461722d 70617261 l/iCalendar-para │ │ │ │ + 0x002c11f0 6d732e78 73641c01 00051200 06e60400 ms.xsd.......... │ │ │ │ + 0x002c1200 01a00a00 00803601 00053c00 ff78733a ......6...<..xs: │ │ │ │ + 0x002c1210 616e6e6f 74617469 6f6e2078 6d6c6e73 annotation xmlns │ │ │ │ + 0x002c1220 3a78733d 22687474 703a2f2f 7777772e :xs="http://www. │ │ │ │ + 0x002c1230 77332e6f 72672f32 3030312f 584d4c53 w3.org/2001/XMLS │ │ │ │ + 0x002c1240 6368656d 61222078 6d6c6e73 3a786361 chema" xmlns:xca │ │ │ │ + 0x002c1250 6c3d2275 726e3a69 6574663a 70617261 l="urn:ietf:para │ │ │ │ + 0x002c1260 6d733a78 6d6c3a6e 733a6963 616c656e ms:xml:ns:icalen │ │ │ │ + 0x002c1270 6461722d 322e3022 203e0a3c 78733a64 dar-2.0" >.. │ │ │ │ + 0x002c12a0 20202020 20636c61 73737661 6c756520 classvalue │ │ │ │ + 0x002c12b0 3d202250 55424c49 4322202f 20225052 = "PUBLIC" / "PR │ │ │ │ + 0x002c12c0 49564154 4522202f 2022434f 4e464944 IVATE" / "CONFID │ │ │ │ + 0x002c12d0 454e5449 414c2220 2f206961 6e612d74 ENTIAL" / iana-t │ │ │ │ + 0x002c12e0 6f6b656e 0a202020 20202020 20202020 oken. │ │ │ │ + 0x002c12f0 20202020 2020202f 20782d6e 616d650a / x-name. │ │ │ │ + 0x002c1300 20202020 2020203b 44656661 756c7400 ;Default. │ │ │ │ + 0x002c1310 b8206973 20505542 4c49430a 20202020 . is PUBLIC. │ │ │ │ + 0x002c1320 20203c2f 78733a64 6f63756d 656e7461 ...K../..bu │ │ │ │ + 0x002c1350 696c642f 72657072 6f647563 69626c65 ild/reproducible │ │ │ │ + 0x002c1360 2d706174 682f6c69 626b6f6c 6162786d -path/libkolabxm │ │ │ │ + 0x002c1370 6c2d312e 322e312f 73636865 6d61732f l-1.2.1/schemas/ │ │ │ │ + 0x002c1380 6963616c 2f694361 6c656e64 61722d70 ical/iCalendar-p │ │ │ │ + 0x002c1390 726f7073 2e787364 7b010005 14000825 rops.xsd{......% │ │ │ │ + 0x002c13a0 070001a0 0a000080 b6010005 3c00ff78 ............<..x │ │ │ │ + 0x002c13b0 733a616e 6e6f7461 74696f6e 20786d6c s:annotation xml │ │ │ │ + 0x002c13c0 6e733a78 733d2268 7474703a 2f2f7777 ns:xs="http://ww │ │ │ │ + 0x002c13d0 772e7733 2e6f7267 2f323030 312f584d w.w3.org/2001/XM │ │ │ │ + 0x002c13e0 4c536368 656d6122 20786d6c 6e733a78 LSchema" xmlns:x │ │ │ │ + 0x002c13f0 63616c3d 2275726e 3a696574 663a7061 cal="urn:ietf:pa │ │ │ │ + 0x002c1400 72616d73 3a786d6c 3a6e733a 6963616c rams:xml:ns:ical │ │ │ │ + 0x002c1410 656e6461 722d322e 3022203e 0a3c7873 endar-2.0" >.. │ │ │ │ + 0x002c1440 20202020 20207363 68656475 6c65666f schedulefo │ │ │ │ + 0x002c1450 72636573 656e6470 6172616d 203d2022 rcesendparam = " │ │ │ │ + 0x002c1460 53434845 44554c45 2d464f52 43452d53 SCHEDULE-FORCE-S │ │ │ │ + 0x002c1470 454e4422 20223d22 0a202020 20202020 END" "=". │ │ │ │ + 0x002c1480 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1490 20202020 20202028 22524551 55455354 ("REQUEST │ │ │ │ + 0x002c14a0 22202020 203b2046 6f726365 20612022 " ; Force a " │ │ │ │ + 0x002c14b0 5200ff45 51554553 54220a20 20202020 R..EQUEST". │ │ │ │ + 0x002c14c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c14d0 20202020 20202020 2f202252 45504c59 / "REPLY │ │ │ │ + 0x002c14e0 22202020 2020203b 20466f72 63652061 " ; Force a │ │ │ │ + 0x002c14f0 20225245 504c5922 0a202020 20202020 "REPLY". │ │ │ │ + 0x002c1500 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1510 20202020 20202f20 69616e61 2d746f6b / iana-tok │ │ │ │ + 0x002c1520 656e2920 203b2049 414e4120 72656769 en) ; IANA regi │ │ │ │ + 0x002c1530 73746500 b8726564 206d6574 686f640a ste..red method. │ │ │ │ + 0x002c1540 20202020 20203c2f 78733a64 6f63756d ...L../ │ │ │ │ + 0x002c1570 00cb6275 696c642f 72657072 6f647563 ..build/reproduc │ │ │ │ + 0x002c1580 69626c65 2d706174 682f6c69 626b6f6c ible-path/libkol │ │ │ │ + 0x002c1590 6162786d 6c2d312e 322e312f 73636865 abxml-1.2.1/sche │ │ │ │ + 0x002c15a0 6d61732f 6963616c 2f694361 6c656e64 mas/ical/iCalend │ │ │ │ + 0x002c15b0 61722d70 6172616d 732e7873 64670100 ar-params.xsdg.. │ │ │ │ + 0x002c15c0 05120006 1c0a0001 a00a0000 80640100 .............d.. │ │ │ │ + 0x002c15d0 053c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio │ │ │ │ + 0x002c15e0 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs="http │ │ │ │ + 0x002c15f0 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20 │ │ │ │ + 0x002c1600 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema" xm │ │ │ │ + 0x002c1610 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal="urn:ie │ │ │ │ + 0x002c1620 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns │ │ │ │ + 0x002c1630 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0" │ │ │ │ + 0x002c1640 3e0a3c78 733a646f 63756d65 6e746174 >.. trig │ │ │ │ + 0x002c1670 72656c70 6172616d 20202020 2020203d relparam = │ │ │ │ + 0x002c1680 20225245 4c415445 44222022 3d220a20 "RELATED" "=". │ │ │ │ + 0x002c1690 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c16a0 20202020 20202020 20202822 53544152 ("STAR │ │ │ │ + 0x002c16b0 54222020 20202020 203b2054 72696767 T" ; Trigg │ │ │ │ + 0x002c16c0 6572206f 6666206f 66207374 6172740a er off of start. │ │ │ │ + 0x002c16d0 20202020 202000e3 20202020 20202020 .. │ │ │ │ + 0x002c16e0 20202020 20202020 20202020 2f202245 / "E │ │ │ │ + 0x002c16f0 4e442229 20202020 20202020 3b205472 ND") ; Tr │ │ │ │ + 0x002c1700 69676765 72206f66 66206f66 20656e64 igger off of end │ │ │ │ + 0x002c1710 0a202020 2020203c 2f78733a 646f6375 . ...L.. │ │ │ │ + 0x002c1740 2f00cb62 75696c64 2f726570 726f6475 /..build/reprodu │ │ │ │ + 0x002c1750 6369626c 652d7061 74682f6c 69626b6f cible-path/libko │ │ │ │ + 0x002c1760 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch │ │ │ │ + 0x002c1770 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen │ │ │ │ + 0x002c1780 6461722d 70617261 6d732e78 73640f01 dar-params.xsd.. │ │ │ │ + 0x002c1790 00051200 06e00500 01a00a00 0080d504 ................ │ │ │ │ + 0x002c17a0 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati │ │ │ │ + 0x002c17b0 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs="htt │ │ │ │ + 0x002c17c0 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2 │ │ │ │ + 0x002c17d0 3030312f 584d4c53 6368656d 61222078 001/XMLSchema" x │ │ │ │ + 0x002c17e0 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal="urn:i │ │ │ │ + 0x002c17f0 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ + 0x002c1800 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0" │ │ │ │ + 0x002c1810 203e0a3c 78733a64 6f63756d 656e7461 >.. sta │ │ │ │ + 0x002c1840 74757320 20202020 20202020 203d2022 tus = " │ │ │ │ + 0x002c1850 53544154 55532220 73746174 70617261 STATUS" statpara │ │ │ │ + 0x002c1860 6d20223a 22207374 61747661 6c756520 m ":" statvalue │ │ │ │ + 0x002c1870 43524c46 0a0a2020 20202020 20737461 CRLF.. sta │ │ │ │ + 0x002c1880 74706172 616d2020 20202020 203d202a tparam = * │ │ │ │ + 0x002c1890 28223b22 206f7468 65722d70 6172616d (";" other-param │ │ │ │ + 0x002c18a0 290a0a20 20202000 ff202020 73746174 ).. .. stat │ │ │ │ + 0x002c18b0 76616c75 65202020 20202020 3d202873 value = (s │ │ │ │ + 0x002c18c0 74617476 616c7565 2d657665 6e740a20 tatvalue-event. │ │ │ │ + 0x002c18d0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c18e0 20202020 20202f20 20737461 7476616c / statval │ │ │ │ + 0x002c18f0 75652d74 6f646f0a 20202020 20202020 ue-todo. │ │ │ │ + 0x002c1900 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x002c1910 20207374 61747661 6c75652d 6a6f7572 statvalue-jour │ │ │ │ + 0x002c1920 290a0a20 20202020 2000ff20 73746174 ).. .. stat │ │ │ │ + 0x002c1930 76616c75 652d6576 656e7420 3d202254 value-event = "T │ │ │ │ + 0x002c1940 454e5441 54495645 22202020 203b496e ENTATIVE" ;In │ │ │ │ + 0x002c1950 64696361 74657320 6576656e 74206973 dicates event is │ │ │ │ + 0x002c1960 2074656e 74617469 76652e0a 20202020 tentative.. │ │ │ │ + 0x002c1970 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1980 2020202f 2022434f 4e464952 4d454422 / "CONFIRMED" │ │ │ │ + 0x002c1990 20202020 3b496e64 69636174 65732065 ;Indicates e │ │ │ │ + 0x002c19a0 76656e74 20697320 64656600 ff696e69 vent is def..ini │ │ │ │ + 0x002c19b0 74652e0a 20202020 20202020 20202020 te.. │ │ │ │ + 0x002c19c0 20202020 20202020 2020202f 20224341 / "CA │ │ │ │ + 0x002c19d0 4e43454c 4c454422 20202020 3b496e64 NCELLED" ;Ind │ │ │ │ + 0x002c19e0 69636174 65732065 76656e74 20776173 icates event was │ │ │ │ + 0x002c19f0 2063616e 63656c6c 65642e0a 20202020 cancelled.. │ │ │ │ + 0x002c1a00 2020203b 53746174 75732076 616c7565 ;Status value │ │ │ │ + 0x002c1a10 7320666f 72206120 22564556 454e5422 s for a "VEVENT" │ │ │ │ + 0x002c1a20 0a0a2020 20202020 20737461 7400ff76 .. stat..v │ │ │ │ + 0x002c1a30 616c7565 2d746f64 6f20203d 20224e45 alue-todo = "NE │ │ │ │ + 0x002c1a40 4544532d 41435449 4f4e2220 3b496e64 EDS-ACTION" ;Ind │ │ │ │ + 0x002c1a50 69636174 65732074 6f2d646f 206e6565 icates to-do nee │ │ │ │ + 0x002c1a60 64732061 6374696f 6e2e0a20 20202020 ds action.. │ │ │ │ + 0x002c1a70 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1a80 20202f20 22434f4d 504c4554 45442220 / "COMPLETED" │ │ │ │ + 0x002c1a90 2020203b 496e6469 63617465 7320746f ;Indicates to │ │ │ │ + 0x002c1aa0 2d646f20 636f6d70 6c657465 642e0a00 -do completed... │ │ │ │ + 0x002c1ab0 ff202020 20202020 20202020 20202020 . │ │ │ │ + 0x002c1ac0 20202020 20202020 2f202249 4e2d5052 / "IN-PR │ │ │ │ + 0x002c1ad0 4f434553 53222020 203b496e 64696361 OCESS" ;Indica │ │ │ │ + 0x002c1ae0 74657320 746f2d64 6f20696e 2070726f tes to-do in pro │ │ │ │ + 0x002c1af0 63657373 206f662e 0a202020 20202020 cess of.. │ │ │ │ + 0x002c1b00 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1b10 2f202243 414e4345 4c4c4544 22202020 / "CANCELLED" │ │ │ │ + 0x002c1b20 203b496e 64696361 74657320 746f2d64 ;Indicates to-d │ │ │ │ + 0x002c1b30 6f00ff20 77617320 63616e63 656c6c65 o.. was cancelle │ │ │ │ + 0x002c1b40 642e0a20 20202020 20203b53 74617475 d.. ;Statu │ │ │ │ + 0x002c1b50 73207661 6c756573 20666f72 20225654 s values for "VT │ │ │ │ + 0x002c1b60 4f444f22 2e0a0a20 20202020 20207374 ODO"... st │ │ │ │ + 0x002c1b70 61747661 6c75652d 6a6f7572 20203d20 atvalue-jour = │ │ │ │ + 0x002c1b80 22445241 46542220 20202020 2020203b "DRAFT" ; │ │ │ │ + 0x002c1b90 496e6469 63617465 73206a6f 75726e61 Indicates journa │ │ │ │ + 0x002c1ba0 6c206973 20647261 66742e0a 20202020 l is draft.. │ │ │ │ + 0x002c1bb0 20202000 ff202020 20202020 20202020 .. │ │ │ │ + 0x002c1bc0 20202020 202f2022 46494e41 4c222020 / "FINAL" │ │ │ │ + 0x002c1bd0 20202020 20203b49 6e646963 61746573 ;Indicates │ │ │ │ + 0x002c1be0 206a6f75 726e616c 20697320 66696e61 journal is fina │ │ │ │ + 0x002c1bf0 6c2e0a20 20202020 20202020 20202020 l.. │ │ │ │ + 0x002c1c00 20202020 20202020 20202f20 2243414e / "CAN │ │ │ │ + 0x002c1c10 43454c4c 45442220 2020203b 496e6469 CELLED" ;Indi │ │ │ │ + 0x002c1c20 63617465 73206a6f 75726e61 6c206973 cates journal is │ │ │ │ + 0x002c1c30 2072656d 6f00d476 65642e0a 20202020 remo..ved.. │ │ │ │ + 0x002c1c40 20203b53 74617475 73207661 6c756573 ;Status values │ │ │ │ + 0x002c1c50 20666f72 2022564a 4f55524e 414c222e for "VJOURNAL". │ │ │ │ + 0x002c1c60 0a202020 2020203c 2f78733a 646f6375 . ...K.. │ │ │ │ + 0x002c1c90 2f00ca62 75696c64 2f726570 726f6475 /..build/reprodu │ │ │ │ + 0x002c1ca0 6369626c 652d7061 74682f6c 69626b6f cible-path/libko │ │ │ │ + 0x002c1cb0 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch │ │ │ │ + 0x002c1cc0 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen │ │ │ │ + 0x002c1cd0 6461722d 70726f70 732e7873 64c20100 dar-props.xsd... │ │ │ │ + 0x002c1ce0 05140008 41070001 a00a0000 809e0200 ....A........... │ │ │ │ + 0x002c1cf0 053c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio │ │ │ │ + 0x002c1d00 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs="http │ │ │ │ + 0x002c1d10 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20 │ │ │ │ + 0x002c1d20 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema" xm │ │ │ │ + 0x002c1d30 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal="urn:ie │ │ │ │ + 0x002c1d40 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns │ │ │ │ + 0x002c1d50 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0" │ │ │ │ + 0x002c1d60 3e0a3c78 733a646f 63756d65 6e746174 >.. sch │ │ │ │ + 0x002c1d90 6564756c 65616765 6e747061 72616d20 eduleagentparam │ │ │ │ + 0x002c1da0 3d202253 43484544 554c452d 4147454e = "SCHEDULE-AGEN │ │ │ │ + 0x002c1db0 54222022 3d220a20 20202020 20202020 T" "=". │ │ │ │ + 0x002c1dc0 20202020 20202020 20202020 20202028 ( │ │ │ │ + 0x002c1dd0 22534552 56455222 20202020 20203b20 "SERVER" ; │ │ │ │ + 0x002c1de0 54686520 73657276 65722068 616e646c The server handl │ │ │ │ + 0x002c1df0 65732073 636800ff 6564756c 696e670a es sch..eduling. │ │ │ │ + 0x002c1e00 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1e10 20202020 2020202f 2022434c 49454e54 / "CLIENT │ │ │ │ + 0x002c1e20 22202020 2020203b 20546865 20636c69 " ; The cli │ │ │ │ + 0x002c1e30 656e7420 68616e64 6c657320 73636865 ent handles sche │ │ │ │ + 0x002c1e40 64756c69 6e670a20 20202020 20202020 duling. │ │ │ │ + 0x002c1e50 20202020 20202020 20202020 20202f20 / │ │ │ │ + 0x002c1e60 224e4f4e 45222020 20202020 20203b20 "NONE" ; │ │ │ │ + 0x002c1e70 4e6f2061 75746f6d 00ff6174 69632073 No autom..atic s │ │ │ │ + 0x002c1e80 63686564 756c696e 670a2020 20202020 cheduling. │ │ │ │ + 0x002c1e90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1ea0 202f2078 2d6e616d 65202020 20202020 / x-name │ │ │ │ + 0x002c1eb0 203b2045 78706572 696d656e 74616c20 ; Experimental │ │ │ │ + 0x002c1ec0 74797065 0a202020 20202020 20202020 type. │ │ │ │ + 0x002c1ed0 20202020 20202020 20202020 2f206961 / ia │ │ │ │ + 0x002c1ee0 6e612d74 6f6b656e 29202020 3b204f74 na-token) ; Ot │ │ │ │ + 0x002c1ef0 68657220 49414e41 207200ff 65676973 her IANA r..egis │ │ │ │ + 0x002c1f00 74657265 64207479 70650a20 20202020 tered type. │ │ │ │ + 0x002c1f10 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1f20 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1f30 20203b0a 20202020 20202020 20202020 ;. │ │ │ │ + 0x002c1f40 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c1f50 20202020 20202020 2020203b 20446566 ; Def │ │ │ │ + 0x002c1f60 61756c74 20697320 53455256 45520a20 ault is SERVER. │ │ │ │ + 0x002c1f70 20202020 203c2f78 733a646f 00a06375 ...L.. │ │ │ │ + 0x002c1fa0 2f00cb62 75696c64 2f726570 726f6475 /..build/reprodu │ │ │ │ + 0x002c1fb0 6369626c 652d7061 74682f6c 69626b6f cible-path/libko │ │ │ │ + 0x002c1fc0 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch │ │ │ │ + 0x002c1fd0 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen │ │ │ │ + 0x002c1fe0 6461722d 70617261 6d732e78 73645601 dar-params.xsdV. │ │ │ │ + 0x002c1ff0 00051200 06600a00 01a00a00 0080ec02 .....`.......... │ │ │ │ + 0x002c2000 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati │ │ │ │ + 0x002c2010 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs="htt │ │ │ │ + 0x002c2020 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2 │ │ │ │ + 0x002c2030 3030312f 584d4c53 6368656d 61222078 001/XMLSchema" x │ │ │ │ + 0x002c2040 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal="urn:i │ │ │ │ + 0x002c2050 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ + 0x002c2060 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0" │ │ │ │ + 0x002c2070 203e0a3c 78733a64 6f63756d 656e7461 >.. cut │ │ │ │ + 0x002c20a0 79706570 6172616d 20202020 20202020 ypeparam │ │ │ │ + 0x002c20b0 3d202243 55545950 45222022 3d220a20 = "CUTYPE" "=". │ │ │ │ + 0x002c20c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c20d0 20202020 20202020 20282249 4e444956 ("INDIV │ │ │ │ + 0x002c20e0 49445541 4c222020 203b2041 6e20696e IDUAL" ; An in │ │ │ │ + 0x002c20f0 64697669 6475616c 0a202020 20202020 dividual. │ │ │ │ + 0x002c2100 20202020 20202000 ff202020 20202020 .. │ │ │ │ + 0x002c2110 20202020 2f202247 524f5550 22202020 / "GROUP" │ │ │ │ + 0x002c2120 20202020 203b2041 2067726f 7570206f ; A group o │ │ │ │ + 0x002c2130 6620696e 64697669 6475616c 730a2020 f individuals. │ │ │ │ + 0x002c2140 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c2150 20202020 2020202f 20225245 534f5552 / "RESOUR │ │ │ │ + 0x002c2160 43452220 20202020 3b204120 70687973 CE" ; A phys │ │ │ │ + 0x002c2170 6963616c 20726573 6f757263 650a2020 ical resource. │ │ │ │ + 0x002c2180 20202020 20202020 2000ff20 20202020 .. │ │ │ │ + 0x002c2190 20202020 20202020 202f2022 524f4f4d / "ROOM │ │ │ │ + 0x002c21a0 22202020 20202020 20203b20 4120726f " ; A ro │ │ │ │ + 0x002c21b0 6f6d2072 65736f75 7263650a 20202020 om resource. │ │ │ │ + 0x002c21c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c21d0 20202020 202f2022 554e4b4e 4f574e22 / "UNKNOWN" │ │ │ │ + 0x002c21e0 20202020 20203b20 4f746865 72776973 ; Otherwis │ │ │ │ + 0x002c21f0 65206e6f 74206b6e 6f776e0a 20202020 e not known. │ │ │ │ + 0x002c2200 20202020 20202020 20202000 ff202020 .. │ │ │ │ + 0x002c2210 20202020 2020202f 20782d6e 616d6520 / x-name │ │ │ │ + 0x002c2220 20202020 20202020 3b204578 70657269 ; Experi │ │ │ │ + 0x002c2230 6d656e74 616c2074 7970650a 20202020 mental type. │ │ │ │ + 0x002c2240 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c2250 20202020 202f2069 616e612d 746f6b65 / iana-toke │ │ │ │ + 0x002c2260 6e292020 20203b20 4f746865 72204941 n) ; Other IA │ │ │ │ + 0x002c2270 4e412d72 65676973 74657265 640a2020 NA-registered. │ │ │ │ + 0x002c2280 20202020 20202020 20202020 2000eb20 .. │ │ │ │ + 0x002c2290 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c22a0 20202020 20202020 20203b20 74797065 ; type │ │ │ │ + 0x002c22b0 0a202020 20202020 3b204465 6661756c . ; Defaul │ │ │ │ + 0x002c22c0 74206973 20494e44 49564944 55414c0a t is INDIVIDUAL. │ │ │ │ + 0x002c22d0 20202020 20203c2f 78733a64 6f63756d ...L../ │ │ │ │ + 0x002c2300 00cc6275 696c642f 72657072 6f647563 ..build/reproduc │ │ │ │ + 0x002c2310 69626c65 2d706174 682f6c69 626b6f6c ible-path/libkol │ │ │ │ + 0x002c2320 6162786d 6c2d312e 322e312f 73636865 abxml-1.2.1/sche │ │ │ │ + 0x002c2330 6d61732f 6963616c 2f694361 6c656e64 mas/ical/iCalend │ │ │ │ + 0x002c2340 61722d70 6172616d 732e7873 64760005 ar-params.xsdv.. │ │ │ │ + 0x002c2350 12000682 030001a0 0a000080 8d010005 ................ │ │ │ │ + 0x002c2360 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation │ │ │ │ + 0x002c2370 20786d6c 6e733a78 733d2268 7474703a xmlns:xs="http: │ │ │ │ + 0x002c2380 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200 │ │ │ │ + 0x002c2390 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema" xml │ │ │ │ + 0x002c23a0 6e733a78 63616c3d 2275726e 3a696574 ns:xcal="urn:iet │ │ │ │ + 0x002c23b0 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns: │ │ │ │ + 0x002c23c0 6963616c 656e6461 722d322e 3022203e icalendar-2.0" > │ │ │ │ + 0x002c23d0 0a3c7873 3a646f63 756d656e 74617469 .. trans │ │ │ │ + 0x002c2400 76616c75 65203d20 224f5041 51554522 value = "OPAQUE" │ │ │ │ + 0x002c2410 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x002c2420 20202020 3b426c6f 636b7320 6f72206f ;Blocks or o │ │ │ │ + 0x002c2430 70617175 65206f6e 20627573 79207469 paque on busy ti │ │ │ │ + 0x002c2440 6d652073 65617263 6865732e 0a202020 me searches.. │ │ │ │ + 0x002c2450 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002c2460 2f202254 5200ff41 4e535041 52454e54 / "TR..ANSPARENT │ │ │ │ + 0x002c2470 220a2020 20202020 20202020 20202020 ". │ │ │ │ + 0x002c2480 20202020 203b5472 616e7370 6172656e ;Transparen │ │ │ │ + 0x002c2490 74206f6e 20627573 79207469 6d652073 t on busy time s │ │ │ │ + 0x002c24a0 65617263 6865732e 0a202020 20202020 earches.. │ │ │ │ + 0x002c24b0 3b446566 61756c74 2076616c 75652069 ;Default value i │ │ │ │ + 0x002c24c0 73204f50 41515545 0a202020 2020203c s OPAQUE. < │ │ │ │ + 0x002c24d0 2f78733a 646f6375 6d656e74 6174696f /xs:documentatio │ │ │ │ + 0x002c24e0 6e3e0a3c 2f787300 8c3a616e 6e6f7461 n>...K../..bui │ │ │ │ 0x002c2500 6c642f72 6570726f 64756369 626c652d ld/reproducible- │ │ │ │ 0x002c2510 70617468 2f6c6962 6b6f6c61 62786d6c path/libkolabxml │ │ │ │ 0x002c2520 2d312e32 2e312f73 6368656d 61732f69 -1.2.1/schemas/i │ │ │ │ 0x002c2530 63616c2f 6943616c 656e6461 722d7072 cal/iCalendar-pr │ │ │ │ - 0x002c2540 6f70732e 787364c1 02000514 00082400 ops.xsd.......$. │ │ │ │ + 0x002c2540 6f70732e 7873641f 02000514 00082400 ops.xsd.......$. │ │ │ │ 0x002c2550 067500a8 726e3a69 6574663a 70617261 .u..rn:ietf:para │ │ │ │ 0x002c2560 6d733a78 6d6c3a6e 733a6963 616c656e ms:xml:ns:icalen │ │ │ │ 0x002c2570 6461722d 322e3001 00030024 00057500 dar-2.0....$..u. │ │ │ │ 0x002c2580 a3726e3a 69657466 3a706172 616d733a .rn:ietf:params: │ │ │ │ 0x002c2590 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar │ │ │ │ 0x002c25a0 2d322e30 feffffff 01000a4c 00062f00 -2.0.......L../. │ │ │ │ 0x002c25b0 cb627569 6c642f72 6570726f 64756369 .build/reproduci │ │ │ ├── readelf --wide --decompress --hex-dump=.gnu_debuglink {} │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ │ │ │ │ Hex dump of section '.gnu_debuglink': │ │ │ │ - 0x00000000 33623266 62393463 38666465 33643463 3b2fb94c8fde3d4c │ │ │ │ - 0x00000010 38356163 36383230 63313261 63643561 85ac6820c12acd5a │ │ │ │ - 0x00000020 39333061 35382e64 65627567 00000000 930a58.debug.... │ │ │ │ - 0x00000030 e01626c4 ..&. │ │ │ │ + 0x00000000 64613765 64663839 39323263 30623263 da7edf89922c0b2c │ │ │ │ + 0x00000010 61333030 34643661 30333139 65326233 a3004d6a0319e2b3 │ │ │ │ + 0x00000020 62396166 38622e64 65627567 00000000 b9af8b.debug.... │ │ │ │ + 0x00000030 5175248c Qu$.