--- /srv/rebuilderd/tmp/rebuilderd6w9wgR/inputs/libkolabxml1v5_1.2.1-5.1_riscv64.deb +++ /srv/rebuilderd/tmp/rebuilderd6w9wgR/out/libkolabxml1v5_1.2.1-5.1_riscv64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-11-14 20:22:05.000000 debian-binary │ --rw-r--r-- 0 0 0 27988 2025-11-14 20:22:05.000000 control.tar.xz │ --rw-r--r-- 0 0 0 552564 2025-11-14 20:22:05.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 27968 2025-11-14 20:22:05.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 552520 2025-11-14 20:22:05.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/riscv64-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: 283d7b47988ff6a66527a33f09fc4b40a4a10a20 │ │ │ │ + GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: 830493d4d87abd9be2232391459099b342ca309e │ │ │ ├── strings --all --bytes=8 {} │ │ │ │┄ Ordering differences only │ │ │ │ @@ -8967,14 +8967,123 @@ │ │ │ │ arameters │ │ │ │ aseProperty │ │ │ │ aseParameter │ │ │ │ XSAnnotation │ │ │ │ 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 │ │ │ │ + / "UNKNOWN" ; Otherwise not known │ │ │ │ + │ │ │ │ + / x-name ; Experimental type │ │ │ │ + / iana-token) ; Other IANA-registered │ │ │ │ + │ │ │ │ + ; type │ │ │ │ + ; 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] │ │ │ │ ) │ │ │ │ @@ -9125,123 +9234,14 @@ │ │ │ │ egistered type │ │ │ │ ; │ │ │ │ ; Default is SERVER │ │ │ │ │ │ │ │ │ │ │ │ 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 │ │ │ │ - / "UNKNOWN" ; Otherwise not known │ │ │ │ - │ │ │ │ - / x-name ; Experimental type │ │ │ │ - / iana-token) ; Other IANA-registered │ │ │ │ - │ │ │ │ - ; type │ │ │ │ - ; 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 │ │ │ │ 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 │ │ │ │ ategorycolor │ │ │ ├── readelf --wide --decompress --hex-dump=.rodata {} │ │ │ │ @@ -9320,774 +9320,774 @@ │ │ │ │ 0x001c95d0 00feffff ff190006 b5030001 44090001 ............D... │ │ │ │ 0x001c95e0 5e0a0001 5d070001 62090001 f1080001 ^...]...b....... │ │ │ │ 0x001c95f0 a9090001 a0090001 12080001 76090001 ............v... │ │ │ │ 0x001c9600 0f070001 e6080001 53090001 1a0a0001 ........S....... │ │ │ │ 0x001c9610 e6090001 fd060001 b8090001 71070001 ............q... │ │ │ │ 0x001c9620 6d090001 3f070001 23070001 530a0001 m...?...#...S... │ │ │ │ 0x001c9630 68070001 7f090001 4e040001 feffffff h.......N....... │ │ │ │ - 0x001c9640 1d00060e 0006ab09 0001ffff ffff0003 ................ │ │ │ │ + 0x001c9640 1d00060e 00068203 0001ffff ffff0003 ................ │ │ │ │ 0x001c9650 0c000658 53416e6e 6f746174 696f6e00 ...XSAnnotation. │ │ │ │ - 0x001c9660 03c60100 053c00ff 78733a61 6e6e6f74 .....<..xs:annot │ │ │ │ + 0x001c9660 038d0100 053c00ff 78733a61 6e6e6f74 .....<..xs:annot │ │ │ │ 0x001c9670 6174696f 6e20786d 6c6e733a 78733d22 ation xmlns:xs=" │ │ │ │ 0x001c9680 68747470 3a2f2f77 77772e77 332e6f72 http://www.w3.or │ │ │ │ 0x001c9690 672f3230 30312f58 4d4c5363 68656d61 g/2001/XMLSchema │ │ │ │ 0x001c96a0 2220786d 6c6e733a 7863616c 3d227572 " xmlns:xcal="ur │ │ │ │ 0x001c96b0 6e3a6965 74663a70 6172616d 733a786d n:ietf:params:xm │ │ │ │ 0x001c96c0 6c3a6e73 3a696361 6c656e64 61722d32 l:ns:icalendar-2 │ │ │ │ 0x001c96d0 2e302220 3e0a3c78 733a646f 63756d65 .0" >.. │ │ │ │ - 0x001c9700 656e636f 64696e67 70617261 6d202020 encodingparam │ │ │ │ - 0x001c9710 2020203d 2022454e 434f4449 4e472220 = "ENCODING" │ │ │ │ - 0x001c9720 223d220a 20202020 20202020 20202020 "=". │ │ │ │ - 0x001c9730 20202020 20202020 20202020 20202820 ( │ │ │ │ - 0x001c9740 22384249 54220a20 20202020 20202020 "8BIT". │ │ │ │ - 0x001c9750 203b2022 38626974 22207465 78742065 ; "8bit" text e │ │ │ │ - 0x001c9760 6e636f64 696e6720 697300ff 20646566 ncoding is.. def │ │ │ │ - 0x001c9770 696e6564 20696e20 5b524643 32303435 ined in [RFC2045 │ │ │ │ - 0x001c9780 5d0a2020 20202020 20202020 20202020 ]. │ │ │ │ - 0x001c9790 20202020 20202020 20202020 2f202242 / "B │ │ │ │ - 0x001c97a0 41534536 34220a20 20202020 20202020 ASE64". │ │ │ │ - 0x001c97b0 203b2022 42415345 36342220 62696e61 ; "BASE64" bina │ │ │ │ - 0x001c97c0 72792065 6e636f64 696e6720 666f726d ry encoding form │ │ │ │ - 0x001c97d0 61742069 73206465 66696e65 6420696e at is defined in │ │ │ │ - 0x001c97e0 205b5246 43343634 385d0a20 00c82020 [RFC4648]. .. │ │ │ │ - 0x001c97f0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9800 20202020 20202029 0a202020 2020203c ). < │ │ │ │ - 0x001c9810 2f78733a 646f6375 6d656e74 6174696f /xs:documentatio │ │ │ │ - 0x001c9820 6e3e0a3c 2f78733a 616e6e6f 74617469 n>...L../..build │ │ │ │ - 0x001c9840 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ - 0x001c9850 74682f6c 69626b6f 6c616278 6d6c2d31 th/libkolabxml-1 │ │ │ │ - 0x001c9860 2e322e31 2f736368 656d6173 2f696361 .2.1/schemas/ica │ │ │ │ - 0x001c9870 6c2f6943 616c656e 6461722d 70617261 l/iCalendar-para │ │ │ │ - 0x001c9880 6d732e78 73649c00 05120006 41040001 ms.xsd......A... │ │ │ │ - 0x001c9890 a00a0000 80160100 053c00ff 78733a61 .........<..xs:a │ │ │ │ - 0x001c98a0 6e6e6f74 6174696f 6e20786d 6c6e733a nnotation xmlns: │ │ │ │ - 0x001c98b0 78733d22 68747470 3a2f2f77 77772e77 xs="http://www.w │ │ │ │ - 0x001c98c0 332e6f72 672f3230 30312f58 4d4c5363 3.org/2001/XMLSc │ │ │ │ - 0x001c98d0 68656d61 2220786d 6c6e733a 7863616c hema" xmlns:xcal │ │ │ │ - 0x001c98e0 3d227572 6e3a6965 74663a70 6172616d ="urn:ietf:param │ │ │ │ - 0x001c98f0 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ - 0x001c9900 61722d32 2e302220 3e0a3c78 733a646f ar-2.0" >.. │ │ │ │ - 0x001c9930 20202020 61637469 6f6e7661 6c756520 actionvalue │ │ │ │ - 0x001c9940 3d202241 5544494f 22202f20 22444953 = "AUDIO" / "DIS │ │ │ │ - 0x001c9950 504c4159 22202f20 22454d41 494c220a PLAY" / "EMAIL". │ │ │ │ - 0x001c9960 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9970 2020202f 2069616e 612d746f 6b656e20 / iana-token │ │ │ │ - 0x001c9980 2f20782d 6e616d65 0a202020 2020203c / x-name. < │ │ │ │ - 0x001c9990 2f78733a 646f6375 6d656e74 61740098 /xs:documentat.. │ │ │ │ - 0x001c99a0 696f6e3e 0a3c2f78 733a616e 6e6f7461 ion>...K../..bui │ │ │ │ - 0x001c99c0 6c642f72 6570726f 64756369 626c652d ld/reproducible- │ │ │ │ - 0x001c99d0 70617468 2f6c6962 6b6f6c61 62786d6c path/libkolabxml │ │ │ │ - 0x001c99e0 2d312e32 2e312f73 6368656d 61732f69 -1.2.1/schemas/i │ │ │ │ - 0x001c99f0 63616c2f 6943616c 656e6461 722d7072 cal/iCalendar-pr │ │ │ │ - 0x001c9a00 6f70732e 787364c1 02000514 0008e808 ops.xsd......... │ │ │ │ - 0x001c9a10 0001a00a 00008011 0900053c 00ff7873 ...........<..xs │ │ │ │ - 0x001c9a20 3a616e6e 6f746174 696f6e20 786d6c6e :annotation xmln │ │ │ │ - 0x001c9a30 733a7873 3d226874 74703a2f 2f777777 s:xs="http://www │ │ │ │ - 0x001c9a40 2e77332e 6f72672f 32303031 2f584d4c .w3.org/2001/XML │ │ │ │ - 0x001c9a50 53636865 6d612220 786d6c6e 733a7863 Schema" xmlns:xc │ │ │ │ - 0x001c9a60 616c3d22 75726e3a 69657466 3a706172 al="urn:ietf:par │ │ │ │ - 0x001c9a70 616d733a 786d6c3a 6e733a69 63616c65 ams:xml:ns:icale │ │ │ │ - 0x001c9a80 6e646172 2d322e30 22203e0a 3c78733a ndar-2.0" >.. │ │ │ │ - 0x001c9ab0 20202020 20207061 72747374 61742d65 partstat-e │ │ │ │ - 0x001c9ac0 76656e74 2020203d 2028224e 45454453 vent = ("NEEDS │ │ │ │ - 0x001c9ad0 2d414354 494f4e22 20202020 3b204576 -ACTION" ; Ev │ │ │ │ - 0x001c9ae0 656e7420 6e656564 73206163 74696f6e ent needs action │ │ │ │ - 0x001c9af0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001c9b00 20202020 20202020 202f2022 41434345 / "ACCE │ │ │ │ - 0x001c9b10 50544544 22202020 20202020 20203b20 PTED" ; │ │ │ │ - 0x001c9b20 00ff4576 656e7420 61636365 70746564 ..Event accepted │ │ │ │ - 0x001c9b30 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001c9b40 20202020 20202020 202f2022 4445434c / "DECL │ │ │ │ - 0x001c9b50 494e4544 22202020 20202020 20203b20 INED" ; │ │ │ │ - 0x001c9b60 4576656e 74206465 636c696e 65640a20 Event declined. │ │ │ │ + 0x001c9700 7472616e 7376616c 7565203d 20224f50 transvalue = "OP │ │ │ │ + 0x001c9710 41515545 220a2020 20202020 20202020 AQUE". │ │ │ │ + 0x001c9720 20202020 20202020 203b426c 6f636b73 ;Blocks │ │ │ │ + 0x001c9730 206f7220 6f706171 7565206f 6e206275 or opaque on bu │ │ │ │ + 0x001c9740 73792074 696d6520 73656172 63686573 sy time searches │ │ │ │ + 0x001c9750 2e0a2020 20202020 20202020 20202020 .. │ │ │ │ + 0x001c9760 20202020 202f2022 545200ff 414e5350 / "TR..ANSP │ │ │ │ + 0x001c9770 4152454e 54220a20 20202020 20202020 ARENT". │ │ │ │ + 0x001c9780 20202020 20202020 20203b54 72616e73 ;Trans │ │ │ │ + 0x001c9790 70617265 6e74206f 6e206275 73792074 parent on busy t │ │ │ │ + 0x001c97a0 696d6520 73656172 63686573 2e0a2020 ime searches.. │ │ │ │ + 0x001c97b0 20202020 203b4465 6661756c 74207661 ;Default va │ │ │ │ + 0x001c97c0 6c756520 6973204f 50415155 450a2020 lue is OPAQUE. │ │ │ │ + 0x001c97d0 20202020 3c2f7873 3a646f63 756d656e ...K../ │ │ │ │ + 0x001c9800 00ca6275 696c642f 72657072 6f647563 ..build/reproduc │ │ │ │ + 0x001c9810 69626c65 2d706174 682f6c69 626b6f6c ible-path/libkol │ │ │ │ + 0x001c9820 6162786d 6c2d312e 322e312f 73636865 abxml-1.2.1/sche │ │ │ │ + 0x001c9830 6d61732f 6963616c 2f694361 6c656e64 mas/ical/iCalend │ │ │ │ + 0x001c9840 61722d70 726f7073 2e787364 1f020005 ar-props.xsd.... │ │ │ │ + 0x001c9850 1400081c 0a0001a0 0a000080 64010005 ............d... │ │ │ │ + 0x001c9860 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation │ │ │ │ + 0x001c9870 20786d6c 6e733a78 733d2268 7474703a xmlns:xs="http: │ │ │ │ + 0x001c9880 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200 │ │ │ │ + 0x001c9890 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema" xml │ │ │ │ + 0x001c98a0 6e733a78 63616c3d 2275726e 3a696574 ns:xcal="urn:iet │ │ │ │ + 0x001c98b0 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns: │ │ │ │ + 0x001c98c0 6963616c 656e6461 722d322e 3022203e icalendar-2.0" > │ │ │ │ + 0x001c98d0 0a3c7873 3a646f63 756d656e 74617469 .. trigr │ │ │ │ + 0x001c9900 656c7061 72616d20 20202020 20203d20 elparam = │ │ │ │ + 0x001c9910 2252454c 41544544 2220223d 220a2020 "RELATED" "=". │ │ │ │ + 0x001c9920 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001c9930 20202020 20202020 20282253 54415254 ("START │ │ │ │ + 0x001c9940 22202020 20202020 3b205472 69676765 " ; Trigge │ │ │ │ + 0x001c9950 72206f66 66206f66 20737461 72740a20 r off of start. │ │ │ │ + 0x001c9960 20202020 2000e320 20202020 20202020 .. │ │ │ │ + 0x001c9970 20202020 20202020 2020202f 2022454e / "EN │ │ │ │ + 0x001c9980 44222920 20202020 2020203b 20547269 D") ; Tri │ │ │ │ + 0x001c9990 67676572 206f6666 206f6620 656e640a gger off of end. │ │ │ │ + 0x001c99a0 20202020 20203c2f 78733a64 6f63756d ...L../ │ │ │ │ + 0x001c99d0 00cb6275 696c642f 72657072 6f647563 ..build/reproduc │ │ │ │ + 0x001c99e0 69626c65 2d706174 682f6c69 626b6f6c ible-path/libkol │ │ │ │ + 0x001c99f0 6162786d 6c2d312e 322e312f 73636865 abxml-1.2.1/sche │ │ │ │ + 0x001c9a00 6d61732f 6963616c 2f694361 6c656e64 mas/ical/iCalend │ │ │ │ + 0x001c9a10 61722d70 6172616d 732e7873 640f0100 ar-params.xsd... │ │ │ │ + 0x001c9a20 05120006 600a0001 a00a0000 80ec0200 ....`........... │ │ │ │ + 0x001c9a30 053c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio │ │ │ │ + 0x001c9a40 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs="http │ │ │ │ + 0x001c9a50 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20 │ │ │ │ + 0x001c9a60 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema" xm │ │ │ │ + 0x001c9a70 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal="urn:ie │ │ │ │ + 0x001c9a80 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns │ │ │ │ + 0x001c9a90 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0" │ │ │ │ + 0x001c9aa0 3e0a3c78 733a646f 63756d65 6e746174 >.. cuty │ │ │ │ + 0x001c9ad0 70657061 72616d20 20202020 2020203d peparam = │ │ │ │ + 0x001c9ae0 20224355 54595045 2220223d 220a2020 "CUTYPE" "=". │ │ │ │ + 0x001c9af0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001c9b00 20202020 20202020 2822494e 44495649 ("INDIVI │ │ │ │ + 0x001c9b10 4455414c 22202020 3b20416e 20696e64 DUAL" ; An ind │ │ │ │ + 0x001c9b20 69766964 75616c0a 20202020 20202020 ividual. │ │ │ │ + 0x001c9b30 20202020 202000ff 20202020 20202020 .. │ │ │ │ + 0x001c9b40 2020202f 20224752 4f555022 20202020 / "GROUP" │ │ │ │ + 0x001c9b50 20202020 3b204120 67726f75 70206f66 ; A group of │ │ │ │ + 0x001c9b60 20696e64 69766964 75616c73 0a202020 individuals. │ │ │ │ 0x001c9b70 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9b80 20202020 2020202f 20225445 4e544154 / "TENTAT │ │ │ │ - 0x001c9b90 49564522 20202020 20202020 3b204576 IVE" ; Ev │ │ │ │ - 0x001c9ba0 656e00ff 74207465 6e746174 6976656c en..t tentativel │ │ │ │ - 0x001c9bb0 790a2020 20202020 20202020 20202020 y. │ │ │ │ - 0x001c9bc0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9bd0 20202020 20202020 20202020 2020203b ; │ │ │ │ - 0x001c9be0 20616363 65707465 640a2020 20202020 accepted. │ │ │ │ + 0x001c9b80 20202020 20202f20 22524553 4f555243 / "RESOURC │ │ │ │ + 0x001c9b90 45222020 2020203b 20412070 68797369 E" ; A physi │ │ │ │ + 0x001c9ba0 63616c20 7265736f 75726365 0a202020 cal resource. │ │ │ │ + 0x001c9bb0 20202020 20202020 00ff2020 20202020 .. │ │ │ │ + 0x001c9bc0 20202020 20202020 2f202252 4f4f4d22 / "ROOM" │ │ │ │ + 0x001c9bd0 20202020 20202020 203b2041 20726f6f ; A roo │ │ │ │ + 0x001c9be0 6d207265 736f7572 63650a20 20202020 m resource. │ │ │ │ 0x001c9bf0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9c00 20202f20 2244454c 45474154 45442220 / "DELEGATED" │ │ │ │ - 0x001c9c10 20202020 2020203b 20457665 6e742064 ; Event d │ │ │ │ - 0x001c9c20 656c6567 00ff6174 65640a20 20202020 eleg..ated. │ │ │ │ - 0x001c9c30 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9c40 2020202f 20782d6e 616d6520 20202020 / x-name │ │ │ │ - 0x001c9c50 20202020 20202020 3b204578 70657269 ; Experi │ │ │ │ - 0x001c9c60 6d656e74 616c2073 74617475 730a2020 mental status. │ │ │ │ + 0x001c9c00 20202020 2f202255 4e4b4e4f 574e2220 / "UNKNOWN" │ │ │ │ + 0x001c9c10 20202020 203b204f 74686572 77697365 ; Otherwise │ │ │ │ + 0x001c9c20 206e6f74 206b6e6f 776e0a20 20202020 not known. │ │ │ │ + 0x001c9c30 20202020 20202020 202000ff 20202020 .. │ │ │ │ + 0x001c9c40 20202020 20202f20 782d6e61 6d652020 / x-name │ │ │ │ + 0x001c9c50 20202020 2020203b 20457870 6572696d ; Experim │ │ │ │ + 0x001c9c60 656e7461 6c207479 70650a20 20202020 ental type. │ │ │ │ 0x001c9c70 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9c80 20202020 20202f20 69616e61 2d746f6b / iana-tok │ │ │ │ - 0x001c9c90 656e2920 20202020 2020203b 204f7468 en) ; Oth │ │ │ │ - 0x001c9ca0 65722049 414e00ff 412d7265 67697374 er IAN..A-regist │ │ │ │ - 0x001c9cb0 65726564 0a202020 20202020 20202020 ered. │ │ │ │ + 0x001c9c80 20202020 2f206961 6e612d74 6f6b656e / iana-token │ │ │ │ + 0x001c9c90 29202020 203b204f 74686572 2049414e ) ; Other IAN │ │ │ │ + 0x001c9ca0 412d7265 67697374 65726564 0a202020 A-registered. │ │ │ │ + 0x001c9cb0 20202020 20202020 20202020 00eb2020 .. │ │ │ │ 0x001c9cc0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9cd0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9ce0 20203b20 73746174 75730a20 20202020 ; status. │ │ │ │ - 0x001c9cf0 20203b20 54686573 65206172 65207468 ; These are th │ │ │ │ - 0x001c9d00 65207061 72746963 69706174 696f6e20 e participation │ │ │ │ - 0x001c9d10 73746174 75736573 20666f72 20612022 statuses for a " │ │ │ │ - 0x001c9d20 56455645 4e54222e 00ff0a20 20202020 VEVENT".... │ │ │ │ - 0x001c9d30 20203b20 44656661 756c7420 6973204e ; Default is N │ │ │ │ - 0x001c9d40 45454453 2d414354 494f4e2e 0a0a2020 EEDS-ACTION... │ │ │ │ - 0x001c9d50 20202020 20706172 74737461 742d746f partstat-to │ │ │ │ - 0x001c9d60 646f2020 20203d20 28224e45 4544532d do = ("NEEDS- │ │ │ │ - 0x001c9d70 41435449 4f4e2220 2020203b 20546f2d ACTION" ; To- │ │ │ │ - 0x001c9d80 646f206e 65656473 20616374 696f6e0a do needs action. │ │ │ │ - 0x001c9d90 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9da0 20202020 20202020 2f2000ff 22414343 / .."ACC │ │ │ │ - 0x001c9db0 45505445 44222020 20202020 2020203b EPTED" ; │ │ │ │ - 0x001c9dc0 20546f2d 646f2061 63636570 7465640a To-do accepted. │ │ │ │ - 0x001c9dd0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9de0 20202020 20202020 2f202244 45434c49 / "DECLI │ │ │ │ - 0x001c9df0 4e454422 20202020 20202020 203b2054 NED" ; T │ │ │ │ - 0x001c9e00 6f2d646f 20646563 6c696e65 640a2020 o-do declined. │ │ │ │ - 0x001c9e10 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9e20 20202020 20202f20 2254454e 00ff5441 / "TEN..TA │ │ │ │ - 0x001c9e30 54495645 22202020 20202020 203b2054 TIVE" ; T │ │ │ │ - 0x001c9e40 6f2d646f 2074656e 74617469 76656c79 o-do tentatively │ │ │ │ - 0x001c9e50 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001c9e60 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9e70 20202020 20202020 20202020 20203b20 ; │ │ │ │ - 0x001c9e80 61636365 70746564 0a202020 20202020 accepted. │ │ │ │ - 0x001c9e90 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9ea0 202f2022 44454c45 47415445 442200ff / "DELEGATED".. │ │ │ │ - 0x001c9eb0 20202020 20202020 3b20546f 2d646f20 ; To-do │ │ │ │ - 0x001c9ec0 64656c65 67617465 640a2020 20202020 delegated. │ │ │ │ - 0x001c9ed0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9ee0 20202f20 22434f4d 504c4554 45442220 / "COMPLETED" │ │ │ │ - 0x001c9ef0 20202020 2020203b 20546f2d 646f2063 ; To-do c │ │ │ │ - 0x001c9f00 6f6d706c 65746564 0a202020 20202020 ompleted. │ │ │ │ - 0x001c9f10 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9f20 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9f30 00ff2020 20202020 3b20434f 4d504c45 .. ; COMPLE │ │ │ │ - 0x001c9f40 54454420 70726f70 65727479 20686173 TED property has │ │ │ │ - 0x001c9f50 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001c9f60 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9f70 20202020 20202020 20202020 20203b20 ; │ │ │ │ - 0x001c9f80 44415445 2d54494d 4520636f 6d706c65 DATE-TIME comple │ │ │ │ - 0x001c9f90 7465640a 20202020 20202020 20202020 ted. │ │ │ │ - 0x001c9fa0 20202020 20202020 20202020 2f202249 / "I │ │ │ │ - 0x001c9fb0 4e2d00ff 50524f43 45535322 20202020 N-..PROCESS" │ │ │ │ - 0x001c9fc0 2020203b 20546f2d 646f2069 6e207072 ; To-do in pr │ │ │ │ - 0x001c9fd0 6f636573 73206f66 0a202020 20202020 ocess of. │ │ │ │ - 0x001c9fe0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001c9ff0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca000 20202020 20203b20 6265696e 6720636f ; being co │ │ │ │ - 0x001ca010 6d706c65 7465640a 20202020 20202020 mpleted. │ │ │ │ - 0x001ca020 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca030 2f20782d 00ff6e61 6d652020 20202020 / x-..name │ │ │ │ - 0x001ca040 20202020 2020203b 20457870 6572696d ; Experim │ │ │ │ - 0x001ca050 656e7461 6c207374 61747573 0a202020 ental status. │ │ │ │ - 0x001ca060 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca070 20202020 202f2069 616e612d 746f6b65 / iana-toke │ │ │ │ - 0x001ca080 6e292020 20202020 20203b20 4f746865 n) ; Othe │ │ │ │ - 0x001ca090 72204941 4e412d72 65676973 74657265 r IANA-registere │ │ │ │ - 0x001ca0a0 640a2020 20202020 20202020 20202020 d. │ │ │ │ - 0x001ca0b0 20202020 202000ff 20202020 20202020 .. │ │ │ │ - 0x001ca0c0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca0d0 203b2073 74617475 730a2020 20202020 ; status. │ │ │ │ - 0x001ca0e0 203b2054 68657365 20617265 20746865 ; These are the │ │ │ │ - 0x001ca0f0 20706172 74696369 70617469 6f6e2073 participation s │ │ │ │ - 0x001ca100 74617475 73657320 666f7220 61202256 tatuses for a "V │ │ │ │ - 0x001ca110 544f444f 222e0a20 20202020 20203b20 TODO".. ; │ │ │ │ - 0x001ca120 44656661 756c7420 6973204e 45454453 Default is NEEDS │ │ │ │ - 0x001ca130 2d414354 494f4e2e 00ff0a0a 20202020 -ACTION..... │ │ │ │ - 0x001ca140 20202070 61727473 7461742d 6a6f7572 partstat-jour │ │ │ │ - 0x001ca150 20202020 3d202822 4e454544 532d4143 = ("NEEDS-AC │ │ │ │ - 0x001ca160 54494f4e 22202020 203b204a 6f75726e TION" ; Journ │ │ │ │ - 0x001ca170 616c206e 65656473 20616374 696f6e0a al needs action. │ │ │ │ - 0x001ca180 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca190 20202020 20202020 2f202241 43434550 / "ACCEP │ │ │ │ - 0x001ca1a0 54454422 20202020 20202020 203b204a TED" ; J │ │ │ │ - 0x001ca1b0 6f75726e 616c2061 636300ff 65707465 ournal acc..epte │ │ │ │ - 0x001ca1c0 640a2020 20202020 20202020 20202020 d. │ │ │ │ - 0x001ca1d0 20202020 20202020 20202f20 22444543 / "DEC │ │ │ │ - 0x001ca1e0 4c494e45 44222020 20202020 2020203b LINED" ; │ │ │ │ - 0x001ca1f0 204a6f75 726e616c 20646563 6c696e65 Journal decline │ │ │ │ - 0x001ca200 640a2020 20202020 20202020 20202020 d. │ │ │ │ - 0x001ca210 20202020 20202020 20202f20 782d6e61 / x-na │ │ │ │ - 0x001ca220 6d652020 20202020 20202020 2020203b me ; │ │ │ │ - 0x001ca230 20457870 6572696d 656e7461 00ff6c20 Experimenta..l │ │ │ │ - 0x001ca240 73746174 75730a20 20202020 20202020 status. │ │ │ │ - 0x001ca250 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x001ca260 2069616e 612d746f 6b656e29 20202020 iana-token) │ │ │ │ - 0x001ca270 20202020 3b204f74 68657220 49414e41 ; Other IANA │ │ │ │ - 0x001ca280 2d726567 69737465 7265640a 20202020 -registered. │ │ │ │ - 0x001ca290 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca2a0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca2b0 20202020 20202020 203b2073 746100ff ; sta.. │ │ │ │ - 0x001ca2c0 7475730a 20202020 2020203b 20546865 tus. ; The │ │ │ │ - 0x001ca2d0 73652061 72652074 68652070 61727469 se are the parti │ │ │ │ - 0x001ca2e0 63697061 74696f6e 20737461 74757365 cipation statuse │ │ │ │ - 0x001ca2f0 7320666f 72206120 22564a4f 55524e41 s for a "VJOURNA │ │ │ │ - 0x001ca300 4c222e0a 20202020 2020203b 20446566 L".. ; Def │ │ │ │ - 0x001ca310 61756c74 20697320 4e454544 532d4143 ault is NEEDS-AC │ │ │ │ - 0x001ca320 54494f4e 2e0a2020 20202020 3c2f7873 TION.. . │ │ │ │ - 0x001ca340 00903c2f 78733a61 6e6e6f74 6174696f ....L../..build/ │ │ │ │ - 0x001ca360 72657072 6f647563 69626c65 2d706174 reproducible-pat │ │ │ │ - 0x001ca370 682f6c69 626b6f6c 6162786d 6c2d312e h/libkolabxml-1. │ │ │ │ - 0x001ca380 322e312f 73636865 6d61732f 6963616c 2.1/schemas/ical │ │ │ │ - 0x001ca390 2f694361 6c656e64 61722d70 6172616d /iCalendar-param │ │ │ │ - 0x001ca3a0 732e7873 64d10005 120006e8 090001a0 s.xsd........... │ │ │ │ - 0x001ca3b0 0a000080 d2030005 3c00ff78 733a616e ........<..xs:an │ │ │ │ - 0x001ca3c0 6e6f7461 74696f6e 20786d6c 6e733a78 notation xmlns:x │ │ │ │ - 0x001ca3d0 733d2268 7474703a 2f2f7777 772e7733 s="http://www.w3 │ │ │ │ - 0x001ca3e0 2e6f7267 2f323030 312f584d 4c536368 .org/2001/XMLSch │ │ │ │ - 0x001ca3f0 656d6122 20786d6c 6e733a78 63616c3d ema" xmlns:xcal= │ │ │ │ - 0x001ca400 2275726e 3a696574 663a7061 72616d73 "urn:ietf:params │ │ │ │ - 0x001ca410 3a786d6c 3a6e733a 6963616c 656e6461 :xml:ns:icalenda │ │ │ │ - 0x001ca420 722d322e 3022203e 0a3c7873 3a646f63 r-2.0" >.. │ │ │ │ - 0x001ca450 20202072 656c7479 70657061 72616d20 reltypeparam │ │ │ │ - 0x001ca460 20202020 20203d20 2252454c 54595045 = "RELTYPE │ │ │ │ - 0x001ca470 2220223d 220a2020 20202020 20202020 " "=". │ │ │ │ - 0x001ca480 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca490 20282250 4152454e 54222020 20203b20 ("PARENT" ; │ │ │ │ - 0x001ca4a0 50617265 6e742072 656c6174 696f6e73 Parent relations │ │ │ │ - 0x001ca4b0 68697020 2d204465 6661756c 7400ff0a hip - Default... │ │ │ │ - 0x001ca4c0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca4d0 20202020 20202020 20202f20 22434849 / "CHI │ │ │ │ - 0x001ca4e0 4c442220 20202020 3b204368 696c6420 LD" ; Child │ │ │ │ - 0x001ca4f0 72656c61 74696f6e 73686970 0a202020 relationship. │ │ │ │ - 0x001ca500 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca510 20202020 2020202f 20225349 424c494e / "SIBLIN │ │ │ │ - 0x001ca520 47222020 203b2053 69626c69 6e672072 G" ; Sibling r │ │ │ │ - 0x001ca530 656c6174 696f6e73 6869700a 20202000 elationship. . │ │ │ │ - 0x001ca540 ff202020 20202020 20202020 20202020 . │ │ │ │ - 0x001ca550 20202020 20202020 2f206961 6e612d74 / iana-t │ │ │ │ - 0x001ca560 6f6b656e 20203b20 536f6d65 206f7468 oken ; Some oth │ │ │ │ - 0x001ca570 65722049 414e412d 72656769 73746572 er IANA-register │ │ │ │ - 0x001ca580 65640a20 20202020 20202020 20202020 ed. │ │ │ │ - 0x001ca590 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca5a0 20202020 20202020 2020203b 20694361 ; iCa │ │ │ │ - 0x001ca5b0 6c656e64 61722072 656c6174 696f6e73 lendar relations │ │ │ │ - 0x001ca5c0 6800ff69 70207479 70650a20 20202020 h..ip type. │ │ │ │ - 0x001ca5d0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca5e0 20202020 202f2078 2d6e616d 65292020 / x-name) │ │ │ │ - 0x001ca5f0 2020203b 2041206e 6f6e2d73 74616e64 ; A non-stand │ │ │ │ - 0x001ca600 6172642c 20657870 6572696d 656e7461 ard, experimenta │ │ │ │ - 0x001ca610 6c0a2020 20202020 20202020 20202020 l. │ │ │ │ - 0x001ca620 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca630 20202020 20202020 20203b20 72656c61 ; rela │ │ │ │ - 0x001ca640 74696f00 ff6e7368 69702074 7970650a tio..nship type. │ │ │ │ - 0x001ca650 20202020 20202020 57732d43 616c656e Ws-Calen │ │ │ │ - 0x001ca660 64617220 61646473 20746865 2076616c dar adds the val │ │ │ │ - 0x001ca670 7565730a 20202020 20202020 20202020 ues. │ │ │ │ - 0x001ca680 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x001ca690 20224649 4e495348 544f5354 41525422 "FINISHTOSTART" │ │ │ │ - 0x001ca6a0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001ca6b0 20202020 20202020 20202020 2f202246 / "F │ │ │ │ - 0x001ca6c0 494e4953 4800ff54 4f46494e 49534822 INISH..TOFINISH" │ │ │ │ - 0x001ca6d0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001ca6e0 20202020 20202020 20202020 2f202253 / "S │ │ │ │ - 0x001ca6f0 54415254 544f4649 4e495348 220a2020 TARTTOFINISH". │ │ │ │ - 0x001ca700 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001ca710 20202020 20202020 202f2022 53544152 / "STAR │ │ │ │ - 0x001ca720 54544f53 54415254 22202020 20202020 TTOSTART" │ │ │ │ - 0x001ca730 20202020 20200a20 20202020 20202020 . │ │ │ │ - 0x001ca740 20202020 20202000 d4202020 20202020 .. │ │ │ │ - 0x001ca750 20202020 0a202020 20202020 3b204465 . ; De │ │ │ │ - 0x001ca760 6661756c 74206973 20504152 454e540a fault is PARENT. │ │ │ │ + 0x001c9cd0 20202020 20202020 203b2074 7970650a ; type. │ │ │ │ + 0x001c9ce0 20202020 2020203b 20446566 61756c74 ; Default │ │ │ │ + 0x001c9cf0 20697320 494e4449 56494455 414c0a20 is INDIVIDUAL. │ │ │ │ + 0x001c9d00 20202020 203c2f78 733a646f 63756d65 ...L../. │ │ │ │ + 0x001c9d30 cc627569 6c642f72 6570726f 64756369 .build/reproduci │ │ │ │ + 0x001c9d40 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola │ │ │ │ + 0x001c9d50 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem │ │ │ │ + 0x001c9d60 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda │ │ │ │ + 0x001c9d70 722d7061 72616d73 2e787364 76000512 r-params.xsdv... │ │ │ │ + 0x001c9d80 00064303 0001a00a 00008074 0500053c ..C........t...< │ │ │ │ + 0x001c9d90 00ff7873 3a616e6e 6f746174 696f6e20 ..xs:annotation │ │ │ │ + 0x001c9da0 786d6c6e 733a7873 3d226874 74703a2f xmlns:xs="http:/ │ │ │ │ + 0x001c9db0 2f777777 2e77332e 6f72672f 32303031 /www.w3.org/2001 │ │ │ │ + 0x001c9dc0 2f584d4c 53636865 6d612220 786d6c6e /XMLSchema" xmln │ │ │ │ + 0x001c9dd0 733a7863 616c3d22 75726e3a 69657466 s:xcal="urn:ietf │ │ │ │ + 0x001c9de0 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i │ │ │ │ + 0x001c9df0 63616c65 6e646172 2d322e30 22203e0a calendar-2.0" >. │ │ │ │ + 0x001c9e00 3c78733a 646f6375 6d656e74 6174696f . Durat │ │ │ │ + 0x001c9e30 696f6e73 20617265 20612070 726f626c ions are a probl │ │ │ │ + 0x001c9e40 656d3a20 0a202020 20202020 20202020 em: . │ │ │ │ + 0x001c9e50 584d4c20 73636865 6d612074 79706573 XML schema types │ │ │ │ + 0x001c9e60 20616c6c 6f772059 65617273 2c204d6f allow Years, Mo │ │ │ │ + 0x001c9e70 6e746873 2c204461 79732c20 486f7572 nths, Days, Hour │ │ │ │ + 0x001c9e80 732c204d 696e7574 65732c20 5365636f s, Minutes, Seco │ │ │ │ + 0x001c9e90 6e64730a 00ff2020 20202020 20202020 nds... │ │ │ │ + 0x001c9ea0 20496361 6c20616c 6c6f7773 20576565 Ical allows Wee │ │ │ │ + 0x001c9eb0 6b732c20 44617973 2c20486f 7572732c ks, Days, Hours, │ │ │ │ + 0x001c9ec0 204d696e 75746573 2c205365 636f6e64 Minutes, Second │ │ │ │ + 0x001c9ed0 730a2020 20202020 20202020 200a2020 s. . │ │ │ │ + 0x001c9ee0 20202020 20205468 65736520 6f766572 These over │ │ │ │ + 0x001c9ef0 6c617020 616e6420 77652072 65616c6c lap and we reall │ │ │ │ + 0x001c9f00 79206e65 65642061 20636f6d 62696e61 y need a combina │ │ │ │ + 0x001c9f10 74696f6e 206f00ff 6620626f 74682e0a tion o..f both.. │ │ │ │ + 0x001c9f20 20202020 20202020 536f2074 68652063 So the c │ │ │ │ + 0x001c9f30 6f6d7072 6f6d6973 65206973 20746f20 ompromise is to │ │ │ │ + 0x001c9f40 68617665 20612070 61747465 726e2072 have a pattern r │ │ │ │ + 0x001c9f50 65737472 69637465 64205374 72696e67 estricted String │ │ │ │ + 0x001c9f60 20747970 6520616e 64206e6f 74650a20 type and note. │ │ │ │ + 0x001c9f70 20202020 20202074 68617420 69662064 that if d │ │ │ │ + 0x001c9f80 61746120 69732074 6f206265 20657870 ata is to be exp │ │ │ │ + 0x001c9f90 6f727465 6420696e 00ff746f 20746865 orted in..to the │ │ │ │ + 0x001c9fa0 20696361 6c656e64 61722077 6f726c64 icalendar world │ │ │ │ + 0x001c9fb0 20697420 63616e6e 6f742068 61766520 it cannot have │ │ │ │ + 0x001c9fc0 0a202020 20202020 20796561 7273206f . years o │ │ │ │ + 0x001c9fd0 72206d6f 6e746873 2e0a2020 20202020 r months.. │ │ │ │ + 0x001c9fe0 20200a20 20202020 20202055 6c74696d . Ultim │ │ │ │ + 0x001c9ff0 6174656c 79206974 20697320 746f2062 ately it is to b │ │ │ │ + 0x001ca000 6520686f 70656420 74686520 74776f20 e hoped the two │ │ │ │ + 0x001ca010 776f726c 64732063 616e00ff 20626520 worlds can.. be │ │ │ │ + 0x001ca020 616c6967 6e65642e 0a202020 20202020 aligned.. │ │ │ │ + 0x001ca030 200a2020 20202020 20205246 43353534 . RFC554 │ │ │ │ + 0x001ca040 35202869 63616c65 6e646172 29207370 5 (icalendar) sp │ │ │ │ + 0x001ca050 65636966 6965730a 20202020 20202020 ecifies. │ │ │ │ + 0x001ca060 6475722d 76616c75 6520203d 20285b22 dur-value = ([" │ │ │ │ + 0x001ca070 2b225d20 2f20222d 22292022 50222028 +"] / "-") "P" ( │ │ │ │ + 0x001ca080 6475722d 64617465 202f2064 75722d74 dur-date / dur-t │ │ │ │ + 0x001ca090 696d6520 2f206475 722d7765 00ff656b ime / dur-we..ek │ │ │ │ + 0x001ca0a0 290a0a20 20202020 20202064 75722d64 ).. dur-d │ │ │ │ + 0x001ca0b0 61746520 20203d20 6475722d 64617920 ate = dur-day │ │ │ │ + 0x001ca0c0 5b647572 2d74696d 655d0a20 20202020 [dur-time]. │ │ │ │ + 0x001ca0d0 20202064 75722d74 696d6520 20203d20 dur-time = │ │ │ │ + 0x001ca0e0 22542220 28647572 2d686f75 72202f20 "T" (dur-hour / │ │ │ │ + 0x001ca0f0 6475722d 6d696e75 7465202f 20647572 dur-minute / dur │ │ │ │ + 0x001ca100 2d736563 6f6e6429 0a202020 20202020 -second). │ │ │ │ + 0x001ca110 20647572 2d776565 6b202020 3d2000ff dur-week = .. │ │ │ │ + 0x001ca120 312a4449 47495420 2257220a 20202020 1*DIGIT "W". │ │ │ │ + 0x001ca130 20202020 6475722d 686f7572 2020203d dur-hour = │ │ │ │ + 0x001ca140 20312a44 49474954 20224822 205b6475 1*DIGIT "H" [du │ │ │ │ + 0x001ca150 722d6d69 6e757465 5d0a2020 20202020 r-minute]. │ │ │ │ + 0x001ca160 20206475 722d6d69 6e757465 203d2031 dur-minute = 1 │ │ │ │ + 0x001ca170 2a444947 49542022 4d22205b 6475722d *DIGIT "M" [dur- │ │ │ │ + 0x001ca180 7365636f 6e645d0a 20202020 20202020 second]. │ │ │ │ + 0x001ca190 6475722d 7365636f 6e64203d 20312a44 dur-second = 1*D │ │ │ │ + 0x001ca1a0 00ff4947 49542022 53220a20 20202020 ..IGIT "S". │ │ │ │ + 0x001ca1b0 20202064 75722d64 61792020 20203d20 dur-day = │ │ │ │ + 0x001ca1c0 312a4449 47495420 2244220a 20202020 1*DIGIT "D". │ │ │ │ + 0x001ca1d0 20202020 0a202020 20202020 20536f20 . So │ │ │ │ + 0x001ca1e0 50355720 69732076 616c6964 3a205035 P5W is valid: P5 │ │ │ │ + 0x001ca1f0 57543130 4d206973 206e6f74 2e204966 WT10M is not. If │ │ │ │ + 0x001ca200 20776565 6b732072 65207370 65636966 weeks re specif │ │ │ │ + 0x001ca210 69656420 6e6f7468 696e6720 656c7365 ied nothing else │ │ │ │ + 0x001ca220 206300ff 616e2062 650a2020 20202020 c..an be. │ │ │ │ + 0x001ca230 20200a20 20202020 20202058 4d4c2073 . XML s │ │ │ │ + 0x001ca240 70656369 66696573 0a202020 20202020 pecifies. │ │ │ │ + 0x001ca250 20202020 506e596e 4d6e4454 6e486e4d PnYnMnDTnHnM │ │ │ │ + 0x001ca260 6e530a20 20202020 2020200a 20202020 nS. . │ │ │ │ + 0x001ca270 20202020 54686520 656c656d 656e7473 The elements │ │ │ │ + 0x001ca280 206d7573 74206170 70656172 20696e20 must appear in │ │ │ │ + 0x001ca290 74686520 6f726465 72207370 65636966 the order specif │ │ │ │ + 0x001ca2a0 69656420 00f3616e 64207468 65202754 ied ..and the 'T │ │ │ │ + 0x001ca2b0 27206973 206f6d69 74746564 200a2020 ' is omitted . │ │ │ │ + 0x001ca2c0 20202020 20206966 20686f75 7273206d if hours m │ │ │ │ + 0x001ca2d0 696e7574 65732061 6e642073 65636f6e inutes and secon │ │ │ │ + 0x001ca2e0 64732061 72652061 6273656e 742e0a20 ds are absent.. │ │ │ │ + 0x001ca2f0 20202020 203c2f78 733a646f 63756d65 ...N../. │ │ │ │ + 0x001ca320 ce627569 6c642f72 6570726f 64756369 .build/reproduci │ │ │ │ + 0x001ca330 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola │ │ │ │ + 0x001ca340 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem │ │ │ │ + 0x001ca350 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda │ │ │ │ + 0x001ca360 722d7661 6c747970 65732e78 73644400 r-valtypes.xsdD. │ │ │ │ + 0x001ca370 05140006 ff060001 a00a0082 80000000 ................ │ │ │ │ + 0x001ca380 3f010005 3c00ff78 733a616e 6e6f7461 ?...<..xs:annota │ │ │ │ + 0x001ca390 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs="h │ │ │ │ + 0x001ca3a0 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org │ │ │ │ + 0x001ca3b0 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema" │ │ │ │ + 0x001ca3c0 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal="urn │ │ │ │ + 0x001ca3d0 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml │ │ │ │ + 0x001ca3e0 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2. │ │ │ │ + 0x001ca3f0 3022203e 0a3c7873 3a646f63 756d656e 0" >.. │ │ │ │ + 0x001ca420 5374616e 64617264 2076616c 7565730a Standard values. │ │ │ │ + 0x001ca430 20202020 20202020 20202022 43484149 "CHAI │ │ │ │ + 0x001ca440 5222200a 20202020 20202020 20202022 R" . " │ │ │ │ + 0x001ca450 5245512d 50415254 49434950 414e5422 REQ-PARTICIPANT" │ │ │ │ + 0x001ca460 200a2020 20202020 20202020 20224f50 . "OP │ │ │ │ + 0x001ca470 542d5041 52544943 4950414e 5422200a T-PARTICIPANT" . │ │ │ │ + 0x001ca480 20202020 20202020 2000be20 20224e4f .. "NO │ │ │ │ + 0x001ca490 4e2d5041 52544943 4950414e 54220a20 N-PARTICIPANT". │ │ │ │ + 0x001ca4a0 20202020 203c2f78 733a646f 63756d65 ...L../. │ │ │ │ + 0x001ca4d0 cb627569 6c642f72 6570726f 64756369 .build/reproduci │ │ │ │ + 0x001ca4e0 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola │ │ │ │ + 0x001ca4f0 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem │ │ │ │ + 0x001ca500 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda │ │ │ │ + 0x001ca510 722d7061 72616d73 2e787364 35010005 r-params.xsd5... │ │ │ │ + 0x001ca520 12000614 080001a0 0a000080 60020005 ............`... │ │ │ │ + 0x001ca530 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation │ │ │ │ + 0x001ca540 20786d6c 6e733a78 733d2268 7474703a xmlns:xs="http: │ │ │ │ + 0x001ca550 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200 │ │ │ │ + 0x001ca560 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema" xml │ │ │ │ + 0x001ca570 6e733a78 63616c3d 2275726e 3a696574 ns:xcal="urn:iet │ │ │ │ + 0x001ca580 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns: │ │ │ │ + 0x001ca590 6963616c 656e6461 722d322e 3022203e icalendar-2.0" > │ │ │ │ + 0x001ca5a0 0a3c7873 3a646f63 756d656e 74617469 .. fbtyp │ │ │ │ + 0x001ca5d0 65706172 616d2020 20202020 20203d20 eparam = │ │ │ │ + 0x001ca5e0 22464254 59504522 20223d22 200a2020 "FBTYPE" "=" . │ │ │ │ + 0x001ca5f0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001ca600 20202020 20202028 22465245 4522200a ("FREE" . │ │ │ │ + 0x001ca610 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001ca620 20202020 20202020 20202f20 22425553 / "BUS │ │ │ │ + 0x001ca630 59220a20 2000ff20 20202020 20202020 Y". .. │ │ │ │ + 0x001ca640 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x001ca650 20224255 53592d55 4e415641 494c4142 "BUSY-UNAVAILAB │ │ │ │ + 0x001ca660 4c452220 0a202020 20202020 20202020 LE" . │ │ │ │ + 0x001ca670 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x001ca680 20224255 53592d54 454e5441 54495645 "BUSY-TENTATIVE │ │ │ │ + 0x001ca690 220a2020 20202020 20202020 20202020 ". │ │ │ │ + 0x001ca6a0 20202020 20202020 20202020 2f20782d / x- │ │ │ │ + 0x001ca6b0 6e616d65 20203b00 ff20536f 6d652065 name ;.. Some e │ │ │ │ + 0x001ca6c0 78706572 696d656e 74616c20 6943616c xperimental iCal │ │ │ │ + 0x001ca6d0 656e6461 72206672 65652f62 75737920 endar free/busy │ │ │ │ + 0x001ca6e0 74797065 2e0a2020 20202020 20202020 type.. │ │ │ │ + 0x001ca6f0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001ca700 2f206961 6e612d74 6f6b656e 290a2020 / iana-token). │ │ │ │ + 0x001ca710 20202020 20202020 20202020 20203b20 ; │ │ │ │ + 0x001ca720 536f6d65 206f7468 65722049 414e412d Some other IANA- │ │ │ │ + 0x001ca730 72656769 73746572 6500df64 20694361 registere..d iCa │ │ │ │ + 0x001ca740 6c656e64 61722066 7265652f 62757379 lendar free/busy │ │ │ │ + 0x001ca750 20747970 652e0a20 20202020 20203b20 type.. ; │ │ │ │ + 0x001ca760 44656661 756c7420 69732042 5553590a Default is BUSY. │ │ │ │ 0x001ca770 20202020 20203c2f 78733a64 6f63756d ...L../ │ │ │ │ - 0x001ca7a0 00cb6275 696c642f 72657072 6f647563 ..build/reproduc │ │ │ │ + 0x001ca790 6e6e6f74 6174696f 6e3e0007 4c00062f nnotation>..L../ │ │ │ │ + 0x001ca7a0 00cc6275 696c642f 72657072 6f647563 ..build/reproduc │ │ │ │ 0x001ca7b0 69626c65 2d706174 682f6c69 626b6f6c ible-path/libkol │ │ │ │ 0x001ca7c0 6162786d 6c2d312e 322e312f 73636865 abxml-1.2.1/sche │ │ │ │ 0x001ca7d0 6d61732f 6963616c 2f694361 6c656e64 mas/ical/iCalend │ │ │ │ - 0x001ca7e0 61722d70 6172616d 732e7873 641c0100 ar-params.xsd... │ │ │ │ - 0x001ca7f0 05120006 e6040001 a00a0000 80360100 .............6.. │ │ │ │ - 0x001ca800 053c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio │ │ │ │ - 0x001ca810 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs="http │ │ │ │ - 0x001ca820 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20 │ │ │ │ - 0x001ca830 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema" xm │ │ │ │ - 0x001ca840 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal="urn:ie │ │ │ │ - 0x001ca850 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns │ │ │ │ - 0x001ca860 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0" │ │ │ │ - 0x001ca870 3e0a3c78 733a646f 63756d65 6e746174 >.. clas │ │ │ │ - 0x001ca8a0 7376616c 7565203d 20225055 424c4943 svalue = "PUBLIC │ │ │ │ - 0x001ca8b0 22202f20 22505249 56415445 22202f20 " / "PRIVATE" / │ │ │ │ - 0x001ca8c0 22434f4e 46494445 4e544941 4c22202f "CONFIDENTIAL" / │ │ │ │ - 0x001ca8d0 2069616e 612d746f 6b656e0a 20202020 iana-token. │ │ │ │ - 0x001ca8e0 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x001ca8f0 782d6e61 6d650a20 20202020 20203b44 x-name. ;D │ │ │ │ - 0x001ca900 65666175 6c7400b8 20697320 5055424c efault.. is PUBL │ │ │ │ - 0x001ca910 49430a20 20202020 203c2f78 733a646f IC. ...K │ │ │ │ - 0x001ca940 00052f00 ca627569 6c642f72 6570726f ../..build/repro │ │ │ │ - 0x001ca950 64756369 626c652d 70617468 2f6c6962 ducible-path/lib │ │ │ │ - 0x001ca960 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s │ │ │ │ - 0x001ca970 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal │ │ │ │ - 0x001ca980 656e6461 722d7072 6f70732e 7873647b endar-props.xsd{ │ │ │ │ - 0x001ca990 01000514 00082507 0001a00a 000080b6 ......%......... │ │ │ │ - 0x001ca9a0 0100053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat │ │ │ │ - 0x001ca9b0 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs="ht │ │ │ │ - 0x001ca9c0 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/ │ │ │ │ - 0x001ca9d0 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema" │ │ │ │ - 0x001ca9e0 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal="urn: │ │ │ │ - 0x001ca9f0 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ - 0x001caa00 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ - 0x001caa10 22203e0a 3c78733a 646f6375 6d656e74 " >.. sch │ │ │ │ - 0x001caa40 6564756c 65666f72 63657365 6e647061 eduleforcesendpa │ │ │ │ - 0x001caa50 72616d20 3d202253 43484544 554c452d ram = "SCHEDULE- │ │ │ │ - 0x001caa60 464f5243 452d5345 4e442220 223d220a FORCE-SEND" "=". │ │ │ │ - 0x001caa70 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001caa80 20202020 20202020 20202020 20202822 (" │ │ │ │ - 0x001caa90 52455155 45535422 20202020 3b20466f REQUEST" ; Fo │ │ │ │ - 0x001caaa0 72636520 61202252 00ff4551 55455354 rce a "R..EQUEST │ │ │ │ - 0x001caab0 220a2020 20202020 20202020 20202020 ". │ │ │ │ - 0x001caac0 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x001caad0 20225245 504c5922 20202020 20203b20 "REPLY" ; │ │ │ │ - 0x001caae0 466f7263 65206120 22524550 4c59220a Force a "REPLY". │ │ │ │ - 0x001caaf0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cab00 20202020 20202020 20202020 202f2069 / i │ │ │ │ - 0x001cab10 616e612d 746f6b65 6e292020 3b204941 ana-token) ; IA │ │ │ │ - 0x001cab20 4e412072 65676973 746500b8 72656420 NA registe..red │ │ │ │ - 0x001cab30 6d657468 6f640a20 20202020 203c2f78 method. │ │ │ │ - 0x001cab50 0a3c2f78 733a616e 6e6f7461 74696f6e ...L../..build/r │ │ │ │ - 0x001cab70 6570726f 64756369 626c652d 70617468 eproducible-path │ │ │ │ - 0x001cab80 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2 │ │ │ │ - 0x001cab90 2e312f73 6368656d 61732f69 63616c2f .1/schemas/ical/ │ │ │ │ - 0x001caba0 6943616c 656e6461 722d7061 72616d73 iCalendar-params │ │ │ │ - 0x001cabb0 2e787364 67010005 120006e0 050001a0 .xsdg........... │ │ │ │ - 0x001cabc0 0a000080 d5040005 3c00ff78 733a616e ........<..xs:an │ │ │ │ - 0x001cabd0 6e6f7461 74696f6e 20786d6c 6e733a78 notation xmlns:x │ │ │ │ - 0x001cabe0 733d2268 7474703a 2f2f7777 772e7733 s="http://www.w3 │ │ │ │ - 0x001cabf0 2e6f7267 2f323030 312f584d 4c536368 .org/2001/XMLSch │ │ │ │ - 0x001cac00 656d6122 20786d6c 6e733a78 63616c3d ema" xmlns:xcal= │ │ │ │ - 0x001cac10 2275726e 3a696574 663a7061 72616d73 "urn:ietf:params │ │ │ │ - 0x001cac20 3a786d6c 3a6e733a 6963616c 656e6461 :xml:ns:icalenda │ │ │ │ - 0x001cac30 722d322e 3022203e 0a3c7873 3a646f63 r-2.0" >.. │ │ │ │ - 0x001cac60 20202073 74617475 73202020 20202020 status │ │ │ │ - 0x001cac70 2020203d 20225354 41545553 22207374 = "STATUS" st │ │ │ │ - 0x001cac80 61747061 72616d20 223a2220 73746174 atparam ":" stat │ │ │ │ - 0x001cac90 76616c75 65204352 4c460a0a 20202020 value CRLF.. │ │ │ │ - 0x001caca0 20202073 74617470 6172616d 20202020 statparam │ │ │ │ - 0x001cacb0 2020203d 202a2822 3b22206f 74686572 = *(";" other │ │ │ │ - 0x001cacc0 2d706172 616d290a 0a202020 2000ff20 -param).. .. │ │ │ │ - 0x001cacd0 20207374 61747661 6c756520 20202020 statvalue │ │ │ │ - 0x001cace0 20203d20 28737461 7476616c 75652d65 = (statvalue-e │ │ │ │ - 0x001cacf0 76656e74 0a202020 20202020 20202020 vent. │ │ │ │ - 0x001cad00 20202020 20202020 20202020 2f202073 / s │ │ │ │ - 0x001cad10 74617476 616c7565 2d746f64 6f0a2020 tatvalue-todo. │ │ │ │ - 0x001cad20 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cad30 20202020 202f2020 73746174 76616c75 / statvalu │ │ │ │ - 0x001cad40 652d6a6f 7572290a 0a202020 20202000 e-jour).. . │ │ │ │ - 0x001cad50 ff207374 61747661 6c75652d 6576656e . statvalue-even │ │ │ │ - 0x001cad60 74203d20 2254454e 54415449 56452220 t = "TENTATIVE" │ │ │ │ - 0x001cad70 2020203b 496e6469 63617465 73206576 ;Indicates ev │ │ │ │ - 0x001cad80 656e7420 69732074 656e7461 74697665 ent is tentative │ │ │ │ - 0x001cad90 2e0a2020 20202020 20202020 20202020 .. │ │ │ │ - 0x001cada0 20202020 20202020 202f2022 434f4e46 / "CONF │ │ │ │ - 0x001cadb0 49524d45 44222020 20203b49 6e646963 IRMED" ;Indic │ │ │ │ - 0x001cadc0 61746573 20657665 6e742069 73206465 ates event is de │ │ │ │ - 0x001cadd0 6600ff69 6e697465 2e0a2020 20202020 f..inite.. │ │ │ │ - 0x001cade0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cadf0 202f2022 43414e43 454c4c45 44222020 / "CANCELLED" │ │ │ │ - 0x001cae00 20203b49 6e646963 61746573 20657665 ;Indicates eve │ │ │ │ - 0x001cae10 6e742077 61732063 616e6365 6c6c6564 nt was cancelled │ │ │ │ - 0x001cae20 2e0a2020 20202020 203b5374 61747573 .. ;Status │ │ │ │ - 0x001cae30 2076616c 75657320 666f7220 61202256 values for a "V │ │ │ │ - 0x001cae40 4556454e 54220a0a 20202020 20202073 EVENT".. s │ │ │ │ - 0x001cae50 74617400 ff76616c 75652d74 6f646f20 tat..value-todo │ │ │ │ - 0x001cae60 203d2022 4e454544 532d4143 54494f4e = "NEEDS-ACTION │ │ │ │ - 0x001cae70 22203b49 6e646963 61746573 20746f2d " ;Indicates to- │ │ │ │ - 0x001cae80 646f206e 65656473 20616374 696f6e2e do needs action. │ │ │ │ - 0x001cae90 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001caea0 20202020 20202020 2f202243 4f4d504c / "COMPL │ │ │ │ - 0x001caeb0 45544544 22202020 203b496e 64696361 ETED" ;Indica │ │ │ │ - 0x001caec0 74657320 746f2d64 6f20636f 6d706c65 tes to-do comple │ │ │ │ - 0x001caed0 7465642e 0a00ff20 20202020 20202020 ted.... │ │ │ │ - 0x001caee0 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x001caef0 22494e2d 50524f43 45535322 2020203b "IN-PROCESS" ; │ │ │ │ - 0x001caf00 496e6469 63617465 7320746f 2d646f20 Indicates to-do │ │ │ │ - 0x001caf10 696e2070 726f6365 7373206f 662e0a20 in process of.. │ │ │ │ - 0x001caf20 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001caf30 20202020 20202f20 2243414e 43454c4c / "CANCELL │ │ │ │ - 0x001caf40 45442220 2020203b 496e6469 63617465 ED" ;Indicate │ │ │ │ - 0x001caf50 7320746f 2d646f00 ff207761 73206361 s to-do.. was ca │ │ │ │ - 0x001caf60 6e63656c 6c65642e 0a202020 20202020 ncelled.. │ │ │ │ - 0x001caf70 3b537461 74757320 76616c75 65732066 ;Status values f │ │ │ │ - 0x001caf80 6f722022 56544f44 4f222e0a 0a202020 or "VTODO"... │ │ │ │ - 0x001caf90 20202020 73746174 76616c75 652d6a6f statvalue-jo │ │ │ │ - 0x001cafa0 75722020 3d202244 52414654 22202020 ur = "DRAFT" │ │ │ │ - 0x001cafb0 20202020 203b496e 64696361 74657320 ;Indicates │ │ │ │ - 0x001cafc0 6a6f7572 6e616c20 69732064 72616674 journal is draft │ │ │ │ - 0x001cafd0 2e0a2020 20202020 2000ff20 20202020 .. .. │ │ │ │ - 0x001cafe0 20202020 20202020 2020202f 20224649 / "FI │ │ │ │ - 0x001caff0 4e414c22 20202020 20202020 3b496e64 NAL" ;Ind │ │ │ │ - 0x001cb000 69636174 6573206a 6f75726e 616c2069 icates journal i │ │ │ │ - 0x001cb010 73206669 6e616c2e 0a202020 20202020 s final.. │ │ │ │ - 0x001cb020 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb030 2f202243 414e4345 4c4c4544 22202020 / "CANCELLED" │ │ │ │ - 0x001cb040 203b496e 64696361 74657320 6a6f7572 ;Indicates jour │ │ │ │ - 0x001cb050 6e616c20 69732072 656d6f00 d4766564 nal is remo..ved │ │ │ │ - 0x001cb060 2e0a2020 20202020 3b537461 74757320 .. ;Status │ │ │ │ - 0x001cb070 76616c75 65732066 6f722022 564a4f55 values for "VJOU │ │ │ │ - 0x001cb080 524e414c 222e0a20 20202020 203c2f78 RNAL".. │ │ │ │ - 0x001cb0a0 0a3c2f78 733a616e 6e6f7461 74696f6e ...K../..build/r │ │ │ │ - 0x001cb0c0 6570726f 64756369 626c652d 70617468 eproducible-path │ │ │ │ - 0x001cb0d0 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2 │ │ │ │ - 0x001cb0e0 2e312f73 6368656d 61732f69 63616c2f .1/schemas/ical/ │ │ │ │ - 0x001cb0f0 6943616c 656e6461 722d7072 6f70732e iCalendar-props. │ │ │ │ - 0x001cb100 787364c2 01000514 00084107 0001a00a xsd.......A..... │ │ │ │ - 0x001cb110 0000809e 0200053c 00ff7873 3a616e6e .......<..xs:ann │ │ │ │ - 0x001cb120 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs │ │ │ │ - 0x001cb130 3d226874 74703a2f 2f777777 2e77332e ="http://www.w3. │ │ │ │ - 0x001cb140 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche │ │ │ │ - 0x001cb150 6d612220 786d6c6e 733a7863 616c3d22 ma" xmlns:xcal=" │ │ │ │ - 0x001cb160 75726e3a 69657466 3a706172 616d733a urn:ietf:params: │ │ │ │ - 0x001cb170 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar │ │ │ │ - 0x001cb180 2d322e30 22203e0a 3c78733a 646f6375 -2.0" >.. │ │ │ │ - 0x001cb1b0 20202073 63686564 756c6561 67656e74 scheduleagent │ │ │ │ - 0x001cb1c0 70617261 6d203d20 22534348 4544554c param = "SCHEDUL │ │ │ │ - 0x001cb1d0 452d4147 454e5422 20223d22 0a202020 E-AGENT" "=". │ │ │ │ - 0x001cb1e0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb1f0 20202020 20282253 45525645 52222020 ("SERVER" │ │ │ │ - 0x001cb200 20202020 3b205468 65207365 72766572 ; The server │ │ │ │ - 0x001cb210 2068616e 646c6573 20736368 00ff6564 handles sch..ed │ │ │ │ - 0x001cb220 756c696e 670a2020 20202020 20202020 uling. │ │ │ │ - 0x001cb230 20202020 20202020 20202020 202f2022 / " │ │ │ │ - 0x001cb240 434c4945 4e542220 20202020 203b2054 CLIENT" ; T │ │ │ │ - 0x001cb250 68652063 6c69656e 74206861 6e646c65 he client handle │ │ │ │ - 0x001cb260 73207363 68656475 6c696e67 0a202020 s scheduling. │ │ │ │ - 0x001cb270 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb280 20202020 2f20224e 4f4e4522 20202020 / "NONE" │ │ │ │ - 0x001cb290 20202020 3b204e6f 20617574 6f6d00ff ; No autom.. │ │ │ │ - 0x001cb2a0 61746963 20736368 6564756c 696e670a atic scheduling. │ │ │ │ - 0x001cb2b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb2c0 20202020 2020202f 20782d6e 616d6520 / x-name │ │ │ │ - 0x001cb2d0 20202020 2020203b 20457870 6572696d ; Experim │ │ │ │ - 0x001cb2e0 656e7461 6c207479 70650a20 20202020 ental type. │ │ │ │ - 0x001cb2f0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb300 20202f20 69616e61 2d746f6b 656e2920 / iana-token) │ │ │ │ - 0x001cb310 20203b20 4f746865 72204941 4e412072 ; Other IANA r │ │ │ │ - 0x001cb320 00ff6567 69737465 72656420 74797065 ..egistered type │ │ │ │ - 0x001cb330 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001cb340 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb350 20202020 20202020 3b0a2020 20202020 ;. │ │ │ │ + 0x001ca7e0 61722d70 6172616d 732e7873 64b20005 ar-params.xsd... │ │ │ │ + 0x001ca7f0 120006ab 090001a0 0a000080 c6010005 ................ │ │ │ │ + 0x001ca800 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation │ │ │ │ + 0x001ca810 20786d6c 6e733a78 733d2268 7474703a xmlns:xs="http: │ │ │ │ + 0x001ca820 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200 │ │ │ │ + 0x001ca830 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema" xml │ │ │ │ + 0x001ca840 6e733a78 63616c3d 2275726e 3a696574 ns:xcal="urn:iet │ │ │ │ + 0x001ca850 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns: │ │ │ │ + 0x001ca860 6963616c 656e6461 722d322e 3022203e icalendar-2.0" > │ │ │ │ + 0x001ca870 0a3c7873 3a646f63 756d656e 74617469 .. encod │ │ │ │ + 0x001ca8a0 696e6770 6172616d 20202020 20203d20 ingparam = │ │ │ │ + 0x001ca8b0 22454e43 4f44494e 47222022 3d220a20 "ENCODING" "=". │ │ │ │ + 0x001ca8c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001ca8d0 20202020 20202020 20282022 38424954 ( "8BIT │ │ │ │ + 0x001ca8e0 220a2020 20202020 20202020 3b202238 ". ; "8 │ │ │ │ + 0x001ca8f0 62697422 20746578 7420656e 636f6469 bit" text encodi │ │ │ │ + 0x001ca900 6e672069 7300ff20 64656669 6e656420 ng is.. defined │ │ │ │ + 0x001ca910 696e205b 52464332 3034355d 0a202020 in [RFC2045]. │ │ │ │ + 0x001ca920 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001ca930 20202020 2020202f 20224241 53453634 / "BASE64 │ │ │ │ + 0x001ca940 220a2020 20202020 20202020 3b202242 ". ; "B │ │ │ │ + 0x001ca950 41534536 34222062 696e6172 7920656e ASE64" binary en │ │ │ │ + 0x001ca960 636f6469 6e672066 6f726d61 74206973 coding format is │ │ │ │ + 0x001ca970 20646566 696e6564 20696e20 5b524643 defined in [RFC │ │ │ │ + 0x001ca980 34363438 5d0a2000 c8202020 20202020 4648]. .. │ │ │ │ + 0x001ca990 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001ca9a0 2020290a 20202020 20203c2f 78733a64 ). ... │ │ │ │ + 0x001ca9d0 4c00052f 00cc6275 696c642f 72657072 L../..build/repr │ │ │ │ + 0x001ca9e0 6f647563 69626c65 2d706174 682f6c69 oducible-path/li │ │ │ │ + 0x001ca9f0 626b6f6c 6162786d 6c2d312e 322e312f bkolabxml-1.2.1/ │ │ │ │ + 0x001caa00 73636865 6d61732f 6963616c 2f694361 schemas/ical/iCa │ │ │ │ + 0x001caa10 6c656e64 61722d70 6172616d 732e7873 lendar-params.xs │ │ │ │ + 0x001caa20 649c0005 12000641 040001a0 0a000080 d......A........ │ │ │ │ + 0x001caa30 16010005 3c00ff78 733a616e 6e6f7461 ....<..xs:annota │ │ │ │ + 0x001caa40 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs="h │ │ │ │ + 0x001caa50 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org │ │ │ │ + 0x001caa60 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema" │ │ │ │ + 0x001caa70 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal="urn │ │ │ │ + 0x001caa80 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml │ │ │ │ + 0x001caa90 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2. │ │ │ │ + 0x001caaa0 3022203e 0a3c7873 3a646f63 756d656e 0" >.. a │ │ │ │ + 0x001caad0 6374696f 6e76616c 7565203d 20224155 ctionvalue = "AU │ │ │ │ + 0x001caae0 44494f22 202f2022 44495350 4c415922 DIO" / "DISPLAY" │ │ │ │ + 0x001caaf0 202f2022 454d4149 4c220a20 20202020 / "EMAIL". │ │ │ │ + 0x001cab00 20202020 20202020 20202020 20202f20 / │ │ │ │ + 0x001cab10 69616e61 2d746f6b 656e202f 20782d6e iana-token / x-n │ │ │ │ + 0x001cab20 616d650a 20202020 20203c2f 78733a64 ame. . │ │ │ │ + 0x001cab40 3c2f7873 3a616e6e 6f746174 696f6e3e │ │ │ │ + 0x001cab50 00004b00 052f00ca 6275696c 642f7265 ..K../..build/re │ │ │ │ + 0x001cab60 70726f64 75636962 6c652d70 6174682f producible-path/ │ │ │ │ + 0x001cab70 6c69626b 6f6c6162 786d6c2d 312e322e libkolabxml-1.2. │ │ │ │ + 0x001cab80 312f7363 68656d61 732f6963 616c2f69 1/schemas/ical/i │ │ │ │ + 0x001cab90 43616c65 6e646172 2d70726f 70732e78 Calendar-props.x │ │ │ │ + 0x001caba0 7364c102 00051400 08e80800 01a00a00 sd.............. │ │ │ │ + 0x001cabb0 00801109 00053c00 ff78733a 616e6e6f ......<..xs:anno │ │ │ │ + 0x001cabc0 74617469 6f6e2078 6d6c6e73 3a78733d tation xmlns:xs= │ │ │ │ + 0x001cabd0 22687474 703a2f2f 7777772e 77332e6f "http://www.w3.o │ │ │ │ + 0x001cabe0 72672f32 3030312f 584d4c53 6368656d rg/2001/XMLSchem │ │ │ │ + 0x001cabf0 61222078 6d6c6e73 3a786361 6c3d2275 a" xmlns:xcal="u │ │ │ │ + 0x001cac00 726e3a69 6574663a 70617261 6d733a78 rn:ietf:params:x │ │ │ │ + 0x001cac10 6d6c3a6e 733a6963 616c656e 6461722d ml:ns:icalendar- │ │ │ │ + 0x001cac20 322e3022 203e0a3c 78733a64 6f63756d 2.0" >.. │ │ │ │ + 0x001cac50 20706172 74737461 742d6576 656e7420 partstat-event │ │ │ │ + 0x001cac60 20203d20 28224e45 4544532d 41435449 = ("NEEDS-ACTI │ │ │ │ + 0x001cac70 4f4e2220 2020203b 20457665 6e74206e ON" ; Event n │ │ │ │ + 0x001cac80 65656473 20616374 696f6e0a 20202020 eeds action. │ │ │ │ + 0x001cac90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001caca0 20202020 2f202241 43434550 54454422 / "ACCEPTED" │ │ │ │ + 0x001cacb0 20202020 20202020 203b2000 ff457665 ; ..Eve │ │ │ │ + 0x001cacc0 6e742061 63636570 7465640a 20202020 nt accepted. │ │ │ │ + 0x001cacd0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cace0 20202020 2f202244 45434c49 4e454422 / "DECLINED" │ │ │ │ + 0x001cacf0 20202020 20202020 203b2045 76656e74 ; Event │ │ │ │ + 0x001cad00 20646563 6c696e65 640a2020 20202020 declined. │ │ │ │ + 0x001cad10 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cad20 20202f20 2254454e 54415449 56452220 / "TENTATIVE" │ │ │ │ + 0x001cad30 20202020 2020203b 20457665 6e00ff74 ; Even..t │ │ │ │ + 0x001cad40 2074656e 74617469 76656c79 0a202020 tentatively. │ │ │ │ + 0x001cad50 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cad60 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cad70 20202020 20202020 20203b20 61636365 ; acce │ │ │ │ + 0x001cad80 70746564 0a202020 20202020 20202020 pted. │ │ │ │ + 0x001cad90 20202020 20202020 20202020 202f2022 / " │ │ │ │ + 0x001cada0 44454c45 47415445 44222020 20202020 DELEGATED" │ │ │ │ + 0x001cadb0 20203b20 4576656e 74206465 6c656700 ; Event deleg. │ │ │ │ + 0x001cadc0 ff617465 640a2020 20202020 20202020 .ated. │ │ │ │ + 0x001cadd0 20202020 20202020 20202020 20202f20 / │ │ │ │ + 0x001cade0 782d6e61 6d652020 20202020 20202020 x-name │ │ │ │ + 0x001cadf0 2020203b 20457870 6572696d 656e7461 ; Experimenta │ │ │ │ + 0x001cae00 6c207374 61747573 0a202020 20202020 l status. │ │ │ │ + 0x001cae10 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cae20 202f2069 616e612d 746f6b65 6e292020 / iana-token) │ │ │ │ + 0x001cae30 20202020 20203b20 4f746865 72204941 ; Other IA │ │ │ │ + 0x001cae40 4e00ff41 2d726567 69737465 7265640a N..A-registered. │ │ │ │ + 0x001cae50 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cae60 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cae70 20202020 20202020 20202020 203b2073 ; s │ │ │ │ + 0x001cae80 74617475 730a2020 20202020 203b2054 tatus. ; T │ │ │ │ + 0x001cae90 68657365 20617265 20746865 20706172 hese are the par │ │ │ │ + 0x001caea0 74696369 70617469 6f6e2073 74617475 ticipation statu │ │ │ │ + 0x001caeb0 73657320 666f7220 61202256 4556454e ses for a "VEVEN │ │ │ │ + 0x001caec0 54222e00 ff0a2020 20202020 203b2044 T".... ; D │ │ │ │ + 0x001caed0 65666175 6c742069 73204e45 4544532d efault is NEEDS- │ │ │ │ + 0x001caee0 41435449 4f4e2e0a 0a202020 20202020 ACTION... │ │ │ │ + 0x001caef0 70617274 73746174 2d746f64 6f202020 partstat-todo │ │ │ │ + 0x001caf00 203d2028 224e4545 44532d41 4354494f = ("NEEDS-ACTIO │ │ │ │ + 0x001caf10 4e222020 20203b20 546f2d64 6f206e65 N" ; To-do ne │ │ │ │ + 0x001caf20 65647320 61637469 6f6e0a20 20202020 eds action. │ │ │ │ + 0x001caf30 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001caf40 2020202f 2000ff22 41434345 50544544 / .."ACCEPTED │ │ │ │ + 0x001caf50 22202020 20202020 20203b20 546f2d64 " ; To-d │ │ │ │ + 0x001caf60 6f206163 63657074 65640a20 20202020 o accepted. │ │ │ │ + 0x001caf70 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001caf80 2020202f 20224445 434c494e 45442220 / "DECLINED" │ │ │ │ + 0x001caf90 20202020 20202020 3b20546f 2d646f20 ; To-do │ │ │ │ + 0x001cafa0 6465636c 696e6564 0a202020 20202020 declined. │ │ │ │ + 0x001cafb0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cafc0 202f2022 54454e00 ff544154 49564522 / "TEN..TATIVE" │ │ │ │ + 0x001cafd0 20202020 20202020 3b20546f 2d646f20 ; To-do │ │ │ │ + 0x001cafe0 74656e74 61746976 656c790a 20202020 tentatively. │ │ │ │ + 0x001caff0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb000 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb010 20202020 20202020 203b2061 63636570 ; accep │ │ │ │ + 0x001cb020 7465640a 20202020 20202020 20202020 ted. │ │ │ │ + 0x001cb030 20202020 20202020 20202020 2f202244 / "D │ │ │ │ + 0x001cb040 454c4547 41544544 2200ff20 20202020 ELEGATED".. │ │ │ │ + 0x001cb050 2020203b 20546f2d 646f2064 656c6567 ; To-do deleg │ │ │ │ + 0x001cb060 61746564 0a202020 20202020 20202020 ated. │ │ │ │ + 0x001cb070 20202020 20202020 20202020 202f2022 / " │ │ │ │ + 0x001cb080 434f4d50 4c455445 44222020 20202020 COMPLETED" │ │ │ │ + 0x001cb090 20203b20 546f2d64 6f20636f 6d706c65 ; To-do comple │ │ │ │ + 0x001cb0a0 7465640a 20202020 20202020 20202020 ted. │ │ │ │ + 0x001cb0b0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb0c0 20202020 20202020 20202000 ff202020 .. │ │ │ │ + 0x001cb0d0 2020203b 20434f4d 504c4554 45442070 ; COMPLETED p │ │ │ │ + 0x001cb0e0 726f7065 72747920 6861730a 20202020 roperty has. │ │ │ │ + 0x001cb0f0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb100 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb110 20202020 20202020 203b2044 4154452d ; DATE- │ │ │ │ + 0x001cb120 54494d45 20636f6d 706c6574 65640a20 TIME completed. │ │ │ │ + 0x001cb130 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb140 20202020 2020202f 2022494e 2d00ff50 / "IN-..P │ │ │ │ + 0x001cb150 524f4345 53532220 20202020 20203b20 ROCESS" ; │ │ │ │ + 0x001cb160 546f2d64 6f20696e 2070726f 63657373 To-do in process │ │ │ │ + 0x001cb170 206f660a 20202020 20202020 20202020 of. │ │ │ │ + 0x001cb180 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb190 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb1a0 203b2062 65696e67 20636f6d 706c6574 ; being complet │ │ │ │ + 0x001cb1b0 65640a20 20202020 20202020 20202020 ed. │ │ │ │ + 0x001cb1c0 20202020 20202020 2020202f 20782d00 / x-. │ │ │ │ + 0x001cb1d0 ff6e616d 65202020 20202020 20202020 .name │ │ │ │ + 0x001cb1e0 20203b20 45787065 72696d65 6e74616c ; Experimental │ │ │ │ + 0x001cb1f0 20737461 7475730a 20202020 20202020 status. │ │ │ │ + 0x001cb200 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb210 2f206961 6e612d74 6f6b656e 29202020 / iana-token) │ │ │ │ + 0x001cb220 20202020 203b204f 74686572 2049414e ; Other IAN │ │ │ │ + 0x001cb230 412d7265 67697374 65726564 0a202020 A-registered. │ │ │ │ + 0x001cb240 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb250 2000ff20 20202020 20202020 20202020 .. │ │ │ │ + 0x001cb260 20202020 20202020 20202020 3b207374 ; st │ │ │ │ + 0x001cb270 61747573 0a202020 20202020 3b205468 atus. ; Th │ │ │ │ + 0x001cb280 65736520 61726520 74686520 70617274 ese are the part │ │ │ │ + 0x001cb290 69636970 6174696f 6e207374 61747573 icipation status │ │ │ │ + 0x001cb2a0 65732066 6f722061 20225654 4f444f22 es for a "VTODO" │ │ │ │ + 0x001cb2b0 2e0a2020 20202020 203b2044 65666175 .. ; Defau │ │ │ │ + 0x001cb2c0 6c742069 73204e45 4544532d 41435449 lt is NEEDS-ACTI │ │ │ │ + 0x001cb2d0 4f4e2e00 ff0a0a20 20202020 20207061 ON..... pa │ │ │ │ + 0x001cb2e0 72747374 61742d6a 6f757220 2020203d rtstat-jour = │ │ │ │ + 0x001cb2f0 2028224e 45454453 2d414354 494f4e22 ("NEEDS-ACTION" │ │ │ │ + 0x001cb300 20202020 3b204a6f 75726e61 6c206e65 ; Journal ne │ │ │ │ + 0x001cb310 65647320 61637469 6f6e0a20 20202020 eds action. │ │ │ │ + 0x001cb320 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb330 2020202f 20224143 43455054 45442220 / "ACCEPTED" │ │ │ │ + 0x001cb340 20202020 20202020 3b204a6f 75726e61 ; Journa │ │ │ │ + 0x001cb350 6c206163 6300ff65 70746564 0a202020 l acc..epted. │ │ │ │ 0x001cb360 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb370 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb380 203b2044 65666175 6c742069 73205345 ; Default is SE │ │ │ │ - 0x001cb390 52564552 0a202020 2020203c 2f78733a RVER. │ │ │ │ - 0x001cb3b0 0a3c2f78 733a616e 6e6f7461 74696f6e ...L../..build/r │ │ │ │ - 0x001cb3d0 6570726f 64756369 626c652d 70617468 eproducible-path │ │ │ │ - 0x001cb3e0 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2 │ │ │ │ - 0x001cb3f0 2e312f73 6368656d 61732f69 63616c2f .1/schemas/ical/ │ │ │ │ - 0x001cb400 6943616c 656e6461 722d7061 72616d73 iCalendar-params │ │ │ │ - 0x001cb410 2e787364 56010005 12000682 030001a0 .xsdV........... │ │ │ │ - 0x001cb420 0a000080 8d010005 3c00ff78 733a616e ........<..xs:an │ │ │ │ - 0x001cb430 6e6f7461 74696f6e 20786d6c 6e733a78 notation xmlns:x │ │ │ │ - 0x001cb440 733d2268 7474703a 2f2f7777 772e7733 s="http://www.w3 │ │ │ │ - 0x001cb450 2e6f7267 2f323030 312f584d 4c536368 .org/2001/XMLSch │ │ │ │ - 0x001cb460 656d6122 20786d6c 6e733a78 63616c3d ema" xmlns:xcal= │ │ │ │ - 0x001cb470 2275726e 3a696574 663a7061 72616d73 "urn:ietf:params │ │ │ │ - 0x001cb480 3a786d6c 3a6e733a 6963616c 656e6461 :xml:ns:icalenda │ │ │ │ - 0x001cb490 722d322e 3022203e 0a3c7873 3a646f63 r-2.0" >.. │ │ │ │ - 0x001cb4c0 20202074 72616e73 76616c75 65203d20 transvalue = │ │ │ │ - 0x001cb4d0 224f5041 51554522 0a202020 20202020 "OPAQUE". │ │ │ │ - 0x001cb4e0 20202020 20202020 20202020 3b426c6f ;Blo │ │ │ │ - 0x001cb4f0 636b7320 6f72206f 70617175 65206f6e cks or opaque on │ │ │ │ - 0x001cb500 20627573 79207469 6d652073 65617263 busy time searc │ │ │ │ - 0x001cb510 6865732e 0a202020 20202020 20202020 hes.. │ │ │ │ - 0x001cb520 20202020 20202020 2f202254 5200ff41 / "TR..A │ │ │ │ - 0x001cb530 4e535041 52454e54 220a2020 20202020 NSPARENT". │ │ │ │ - 0x001cb540 20202020 20202020 20202020 203b5472 ;Tr │ │ │ │ - 0x001cb550 616e7370 6172656e 74206f6e 20627573 ansparent on bus │ │ │ │ - 0x001cb560 79207469 6d652073 65617263 6865732e y time searches. │ │ │ │ - 0x001cb570 0a202020 20202020 3b446566 61756c74 . ;Default │ │ │ │ - 0x001cb580 2076616c 75652069 73204f50 41515545 value is OPAQUE │ │ │ │ - 0x001cb590 0a202020 2020203c 2f78733a 646f6375 . ...K │ │ │ │ - 0x001cb5c0 00062f00 ca627569 6c642f72 6570726f ../..build/repro │ │ │ │ - 0x001cb5d0 64756369 626c652d 70617468 2f6c6962 ducible-path/lib │ │ │ │ - 0x001cb5e0 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s │ │ │ │ - 0x001cb5f0 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal │ │ │ │ - 0x001cb600 656e6461 722d7072 6f70732e 7873641f endar-props.xsd. │ │ │ │ - 0x001cb610 02000514 00081c0a 0001a00a 00008064 ...............d │ │ │ │ - 0x001cb620 0100053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat │ │ │ │ - 0x001cb630 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs="ht │ │ │ │ - 0x001cb640 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/ │ │ │ │ - 0x001cb650 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema" │ │ │ │ - 0x001cb660 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal="urn: │ │ │ │ - 0x001cb670 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ - 0x001cb680 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ - 0x001cb690 22203e0a 3c78733a 646f6375 6d656e74 " >.. tr │ │ │ │ - 0x001cb6c0 69677265 6c706172 616d2020 20202020 igrelparam │ │ │ │ - 0x001cb6d0 203d2022 52454c41 54454422 20223d22 = "RELATED" "=" │ │ │ │ - 0x001cb6e0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001cb6f0 20202020 20202020 20202020 28225354 ("ST │ │ │ │ - 0x001cb700 41525422 20202020 2020203b 20547269 ART" ; Tri │ │ │ │ - 0x001cb710 67676572 206f6666 206f6620 73746172 gger off of star │ │ │ │ - 0x001cb720 740a2020 20202020 00e32020 20202020 t. .. │ │ │ │ - 0x001cb730 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x001cb740 22454e44 22292020 20202020 20203b20 "END") ; │ │ │ │ - 0x001cb750 54726967 67657220 6f666620 6f662065 Trigger off of e │ │ │ │ - 0x001cb760 6e640a20 20202020 203c2f78 733a646f nd. ...L │ │ │ │ - 0x001cb790 00062f00 cb627569 6c642f72 6570726f ../..build/repro │ │ │ │ - 0x001cb7a0 64756369 626c652d 70617468 2f6c6962 ducible-path/lib │ │ │ │ - 0x001cb7b0 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s │ │ │ │ - 0x001cb7c0 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal │ │ │ │ - 0x001cb7d0 656e6461 722d7061 72616d73 2e787364 endar-params.xsd │ │ │ │ - 0x001cb7e0 0f010005 12000660 0a0001a0 0a000080 .......`........ │ │ │ │ - 0x001cb7f0 ec020005 3c00ff78 733a616e 6e6f7461 ....<..xs:annota │ │ │ │ - 0x001cb800 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs="h │ │ │ │ - 0x001cb810 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org │ │ │ │ - 0x001cb820 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema" │ │ │ │ - 0x001cb830 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal="urn │ │ │ │ - 0x001cb840 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml │ │ │ │ - 0x001cb850 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2. │ │ │ │ - 0x001cb860 3022203e 0a3c7873 3a646f63 756d656e 0" >.. c │ │ │ │ - 0x001cb890 75747970 65706172 616d2020 20202020 utypeparam │ │ │ │ - 0x001cb8a0 20203d20 22435554 59504522 20223d22 = "CUTYPE" "=" │ │ │ │ - 0x001cb8b0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001cb8c0 20202020 20202020 20202028 22494e44 ("IND │ │ │ │ - 0x001cb8d0 49564944 55414c22 2020203b 20416e20 IVIDUAL" ; An │ │ │ │ - 0x001cb8e0 696e6469 76696475 616c0a20 20202020 individual. │ │ │ │ - 0x001cb8f0 20202020 20202020 2000ff20 20202020 .. │ │ │ │ - 0x001cb900 20202020 20202f20 2247524f 55502220 / "GROUP" │ │ │ │ - 0x001cb910 20202020 2020203b 20412067 726f7570 ; A group │ │ │ │ - 0x001cb920 206f6620 696e6469 76696475 616c730a of individuals. │ │ │ │ - 0x001cb930 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb940 20202020 20202020 202f2022 5245534f / "RESO │ │ │ │ - 0x001cb950 55524345 22202020 20203b20 41207068 URCE" ; A ph │ │ │ │ - 0x001cb960 79736963 616c2072 65736f75 7263650a ysical resource. │ │ │ │ - 0x001cb970 20202020 20202020 20202000 ff202020 .. │ │ │ │ - 0x001cb980 20202020 20202020 2020202f 2022524f / "RO │ │ │ │ - 0x001cb990 4f4d2220 20202020 20202020 3b204120 OM" ; A │ │ │ │ - 0x001cb9a0 726f6f6d 20726573 6f757263 650a2020 room resource. │ │ │ │ - 0x001cb9b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cb9c0 20202020 2020202f 2022554e 4b4e4f57 / "UNKNOW │ │ │ │ - 0x001cb9d0 4e222020 20202020 3b204f74 68657277 N" ; Otherw │ │ │ │ - 0x001cb9e0 69736520 6e6f7420 6b6e6f77 6e0a2020 ise not known. │ │ │ │ - 0x001cb9f0 20202020 20202020 20202020 2000ff20 .. │ │ │ │ - 0x001cba00 20202020 20202020 202f2078 2d6e616d / x-nam │ │ │ │ - 0x001cba10 65202020 20202020 20203b20 45787065 e ; Expe │ │ │ │ - 0x001cba20 72696d65 6e74616c 20747970 650a2020 rimental type. │ │ │ │ - 0x001cba30 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cba40 20202020 2020202f 2069616e 612d746f / iana-to │ │ │ │ - 0x001cba50 6b656e29 20202020 3b204f74 68657220 ken) ; Other │ │ │ │ - 0x001cba60 49414e41 2d726567 69737465 7265640a IANA-registered. │ │ │ │ - 0x001cba70 20202020 20202020 20202020 20202000 . │ │ │ │ - 0x001cba80 eb202020 20202020 20202020 20202020 . │ │ │ │ - 0x001cba90 20202020 20202020 20202020 3b207479 ; ty │ │ │ │ - 0x001cbaa0 70650a20 20202020 20203b20 44656661 pe. ; Defa │ │ │ │ - 0x001cbab0 756c7420 69732049 4e444956 49445541 ult is INDIVIDUA │ │ │ │ - 0x001cbac0 4c0a2020 20202020 3c2f7873 3a646f63 L. ...L. │ │ │ │ - 0x001cbaf0 062f00cc 6275696c 642f7265 70726f64 ./..build/reprod │ │ │ │ - 0x001cbb00 75636962 6c652d70 6174682f 6c69626b ucible-path/libk │ │ │ │ - 0x001cbb10 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ - 0x001cbb20 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ - 0x001cbb30 6e646172 2d706172 616d732e 78736476 ndar-params.xsdv │ │ │ │ - 0x001cbb40 00051200 06430300 01a00a00 00807405 .....C........t. │ │ │ │ - 0x001cbb50 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati │ │ │ │ - 0x001cbb60 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs="htt │ │ │ │ - 0x001cbb70 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2 │ │ │ │ - 0x001cbb80 3030312f 584d4c53 6368656d 61222078 001/XMLSchema" x │ │ │ │ - 0x001cbb90 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal="urn:i │ │ │ │ - 0x001cbba0 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ - 0x001cbbb0 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0" │ │ │ │ - 0x001cbbc0 203e0a3c 78733a64 6f63756d 656e7461 >.. Du │ │ │ │ - 0x001cbbf0 72617469 6f6e7320 61726520 61207072 rations are a pr │ │ │ │ - 0x001cbc00 6f626c65 6d3a200a 20202020 20202020 oblem: . │ │ │ │ - 0x001cbc10 20202058 4d4c2073 6368656d 61207479 XML schema ty │ │ │ │ - 0x001cbc20 70657320 616c6c6f 77205965 6172732c pes allow Years, │ │ │ │ - 0x001cbc30 204d6f6e 7468732c 20446179 732c2048 Months, Days, H │ │ │ │ - 0x001cbc40 6f757273 2c204d69 6e757465 732c2053 ours, Minutes, S │ │ │ │ - 0x001cbc50 65636f6e 64730a00 ff202020 20202020 econds... │ │ │ │ - 0x001cbc60 20202020 4963616c 20616c6c 6f777320 Ical allows │ │ │ │ - 0x001cbc70 5765656b 732c2044 6179732c 20486f75 Weeks, Days, Hou │ │ │ │ - 0x001cbc80 72732c20 4d696e75 7465732c 20536563 rs, Minutes, Sec │ │ │ │ - 0x001cbc90 6f6e6473 0a202020 20202020 20202020 onds. │ │ │ │ - 0x001cbca0 0a202020 20202020 20546865 7365206f . These o │ │ │ │ - 0x001cbcb0 7665726c 61702061 6e642077 65207265 verlap and we re │ │ │ │ - 0x001cbcc0 616c6c79 206e6565 64206120 636f6d62 ally need a comb │ │ │ │ - 0x001cbcd0 696e6174 696f6e20 6f00ff66 20626f74 ination o..f bot │ │ │ │ - 0x001cbce0 682e0a20 20202020 20202053 6f207468 h.. So th │ │ │ │ - 0x001cbcf0 6520636f 6d70726f 6d697365 20697320 e compromise is │ │ │ │ - 0x001cbd00 746f2068 61766520 61207061 74746572 to have a patter │ │ │ │ - 0x001cbd10 6e207265 73747269 63746564 20537472 n restricted Str │ │ │ │ - 0x001cbd20 696e6720 74797065 20616e64 206e6f74 ing type and not │ │ │ │ - 0x001cbd30 650a2020 20202020 20207468 61742069 e. that i │ │ │ │ - 0x001cbd40 66206461 74612069 7320746f 20626520 f data is to be │ │ │ │ - 0x001cbd50 6578706f 72746564 20696e00 ff746f20 exported in..to │ │ │ │ - 0x001cbd60 74686520 6963616c 656e6461 7220776f the icalendar wo │ │ │ │ - 0x001cbd70 726c6420 69742063 616e6e6f 74206861 rld it cannot ha │ │ │ │ - 0x001cbd80 7665200a 20202020 20202020 79656172 ve . year │ │ │ │ - 0x001cbd90 73206f72 206d6f6e 7468732e 0a202020 s or months.. │ │ │ │ - 0x001cbda0 20202020 200a2020 20202020 2020556c . Ul │ │ │ │ - 0x001cbdb0 74696d61 74656c79 20697420 69732074 timately it is t │ │ │ │ - 0x001cbdc0 6f206265 20686f70 65642074 68652074 o be hoped the t │ │ │ │ - 0x001cbdd0 776f2077 6f726c64 73206361 6e00ff20 wo worlds can.. │ │ │ │ - 0x001cbde0 62652061 6c69676e 65642e0a 20202020 be aligned.. │ │ │ │ - 0x001cbdf0 20202020 0a202020 20202020 20524643 . RFC │ │ │ │ - 0x001cbe00 35353435 20286963 616c656e 64617229 5545 (icalendar) │ │ │ │ - 0x001cbe10 20737065 63696669 65730a20 20202020 specifies. │ │ │ │ - 0x001cbe20 20202064 75722d76 616c7565 20203d20 dur-value = │ │ │ │ - 0x001cbe30 285b222b 225d202f 20222d22 29202250 (["+"] / "-") "P │ │ │ │ - 0x001cbe40 22202864 75722d64 61746520 2f206475 " (dur-date / du │ │ │ │ - 0x001cbe50 722d7469 6d65202f 20647572 2d776500 r-time / dur-we. │ │ │ │ - 0x001cbe60 ff656b29 0a0a2020 20202020 20206475 .ek).. du │ │ │ │ - 0x001cbe70 722d6461 74652020 203d2064 75722d64 r-date = dur-d │ │ │ │ - 0x001cbe80 6179205b 6475722d 74696d65 5d0a2020 ay [dur-time]. │ │ │ │ - 0x001cbe90 20202020 20206475 722d7469 6d652020 dur-time │ │ │ │ - 0x001cbea0 203d2022 54222028 6475722d 686f7572 = "T" (dur-hour │ │ │ │ - 0x001cbeb0 202f2064 75722d6d 696e7574 65202f20 / dur-minute / │ │ │ │ - 0x001cbec0 6475722d 7365636f 6e64290a 20202020 dur-second). │ │ │ │ - 0x001cbed0 20202020 6475722d 7765656b 2020203d dur-week = │ │ │ │ - 0x001cbee0 2000ff31 2a444947 49542022 57220a20 ..1*DIGIT "W". │ │ │ │ - 0x001cbef0 20202020 20202064 75722d68 6f757220 dur-hour │ │ │ │ - 0x001cbf00 20203d20 312a4449 47495420 22482220 = 1*DIGIT "H" │ │ │ │ - 0x001cbf10 5b647572 2d6d696e 7574655d 0a202020 [dur-minute]. │ │ │ │ - 0x001cbf20 20202020 20647572 2d6d696e 75746520 dur-minute │ │ │ │ - 0x001cbf30 3d20312a 44494749 5420224d 22205b64 = 1*DIGIT "M" [d │ │ │ │ - 0x001cbf40 75722d73 65636f6e 645d0a20 20202020 ur-second]. │ │ │ │ - 0x001cbf50 20202064 75722d73 65636f6e 64203d20 dur-second = │ │ │ │ - 0x001cbf60 312a4400 ff494749 54202253 220a2020 1*D..IGIT "S". │ │ │ │ - 0x001cbf70 20202020 20206475 722d6461 79202020 dur-day │ │ │ │ - 0x001cbf80 203d2031 2a444947 49542022 44220a20 = 1*DIGIT "D". │ │ │ │ - 0x001cbf90 20202020 2020200a 20202020 20202020 . │ │ │ │ - 0x001cbfa0 536f2050 35572069 73207661 6c69643a So P5W is valid: │ │ │ │ - 0x001cbfb0 20503557 5431304d 20697320 6e6f742e P5WT10M is not. │ │ │ │ - 0x001cbfc0 20496620 7765656b 73207265 20737065 If weeks re spe │ │ │ │ - 0x001cbfd0 63696669 6564206e 6f746869 6e672065 cified nothing e │ │ │ │ - 0x001cbfe0 6c736520 6300ff61 6e206265 0a202020 lse c..an be. │ │ │ │ - 0x001cbff0 20202020 200a2020 20202020 2020584d . XM │ │ │ │ - 0x001cc000 4c207370 65636966 6965730a 20202020 L specifies. │ │ │ │ - 0x001cc010 20202020 20202050 6e596e4d 6e44546e PnYnMnDTn │ │ │ │ - 0x001cc020 486e4d6e 530a2020 20202020 20200a20 HnMnS. . │ │ │ │ - 0x001cc030 20202020 20202054 68652065 6c656d65 The eleme │ │ │ │ - 0x001cc040 6e747320 6d757374 20617070 65617220 nts must appear │ │ │ │ - 0x001cc050 696e2074 6865206f 72646572 20737065 in the order spe │ │ │ │ - 0x001cc060 63696669 65642000 f3616e64 20746865 cified ..and the │ │ │ │ - 0x001cc070 20275427 20697320 6f6d6974 74656420 'T' is omitted │ │ │ │ - 0x001cc080 0a202020 20202020 20696620 686f7572 . if hour │ │ │ │ - 0x001cc090 73206d69 6e757465 7320616e 64207365 s minutes and se │ │ │ │ - 0x001cc0a0 636f6e64 73206172 65206162 73656e74 conds are absent │ │ │ │ - 0x001cc0b0 2e0a2020 20202020 3c2f7873 3a646f63 .. ...N. │ │ │ │ - 0x001cc0e0 062f00ce 6275696c 642f7265 70726f64 ./..build/reprod │ │ │ │ - 0x001cc0f0 75636962 6c652d70 6174682f 6c69626b ucible-path/libk │ │ │ │ - 0x001cc100 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ - 0x001cc110 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ - 0x001cc120 6e646172 2d76616c 74797065 732e7873 ndar-valtypes.xs │ │ │ │ - 0x001cc130 64440005 140006ff 060001a0 0a008280 dD.............. │ │ │ │ - 0x001cc140 0000003f 0100053c 00ff7873 3a616e6e ...?...<..xs:ann │ │ │ │ - 0x001cc150 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs │ │ │ │ - 0x001cc160 3d226874 74703a2f 2f777777 2e77332e ="http://www.w3. │ │ │ │ - 0x001cc170 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche │ │ │ │ - 0x001cc180 6d612220 786d6c6e 733a7863 616c3d22 ma" xmlns:xcal=" │ │ │ │ - 0x001cc190 75726e3a 69657466 3a706172 616d733a urn:ietf:params: │ │ │ │ - 0x001cc1a0 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar │ │ │ │ - 0x001cc1b0 2d322e30 22203e0a 3c78733a 646f6375 -2.0" >.. │ │ │ │ - 0x001cc1e0 20202053 74616e64 61726420 76616c75 Standard valu │ │ │ │ - 0x001cc1f0 65730a20 20202020 20202020 20202243 es. "C │ │ │ │ - 0x001cc200 48414952 22200a20 20202020 20202020 HAIR" . │ │ │ │ - 0x001cc210 20202252 45512d50 41525449 43495041 "REQ-PARTICIPA │ │ │ │ - 0x001cc220 4e542220 0a202020 20202020 20202020 NT" . │ │ │ │ - 0x001cc230 224f5054 2d504152 54494349 50414e54 "OPT-PARTICIPANT │ │ │ │ - 0x001cc240 22200a20 20202020 20202020 00be2020 " . .. │ │ │ │ - 0x001cc250 224e4f4e 2d504152 54494349 50414e54 "NON-PARTICIPANT │ │ │ │ - 0x001cc260 220a2020 20202020 3c2f7873 3a646f63 ". ...L. │ │ │ │ - 0x001cc290 062f00cb 6275696c 642f7265 70726f64 ./..build/reprod │ │ │ │ - 0x001cc2a0 75636962 6c652d70 6174682f 6c69626b ucible-path/libk │ │ │ │ - 0x001cc2b0 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ - 0x001cc2c0 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ - 0x001cc2d0 6e646172 2d706172 616d732e 78736435 ndar-params.xsd5 │ │ │ │ - 0x001cc2e0 01000512 00061408 0001a00a 00008060 ...............` │ │ │ │ - 0x001cc2f0 0200053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat │ │ │ │ - 0x001cc300 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs="ht │ │ │ │ - 0x001cc310 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/ │ │ │ │ - 0x001cc320 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema" │ │ │ │ - 0x001cc330 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal="urn: │ │ │ │ - 0x001cc340 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ - 0x001cc350 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ - 0x001cc360 22203e0a 3c78733a 646f6375 6d656e74 " >.. fb │ │ │ │ - 0x001cc390 74797065 70617261 6d202020 20202020 typeparam │ │ │ │ - 0x001cc3a0 203d2022 46425459 50452220 223d2220 = "FBTYPE" "=" │ │ │ │ - 0x001cc3b0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001cc3c0 20202020 20202020 20202822 46524545 ("FREE │ │ │ │ - 0x001cc3d0 22200a20 20202020 20202020 20202020 " . │ │ │ │ - 0x001cc3e0 20202020 20202020 20202020 202f2022 / " │ │ │ │ - 0x001cc3f0 42555359 220a2020 00ff2020 20202020 BUSY". .. │ │ │ │ - 0x001cc400 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cc410 20202f20 22425553 592d554e 41564149 / "BUSY-UNAVAI │ │ │ │ - 0x001cc420 4c41424c 4522200a 20202020 20202020 LABLE" . │ │ │ │ - 0x001cc430 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cc440 20202f20 22425553 592d5445 4e544154 / "BUSY-TENTAT │ │ │ │ - 0x001cc450 49564522 0a202020 20202020 20202020 IVE". │ │ │ │ - 0x001cc460 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x001cc470 20782d6e 616d6520 203b00ff 20536f6d x-name ;.. Som │ │ │ │ - 0x001cc480 65206578 70657269 6d656e74 616c2069 e experimental i │ │ │ │ - 0x001cc490 43616c65 6e646172 20667265 652f6275 Calendar free/bu │ │ │ │ - 0x001cc4a0 73792074 7970652e 0a202020 20202020 sy type.. │ │ │ │ - 0x001cc4b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x001cc4c0 2020202f 2069616e 612d746f 6b656e29 / iana-token) │ │ │ │ - 0x001cc4d0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x001cc4e0 203b2053 6f6d6520 6f746865 72204941 ; Some other IA │ │ │ │ - 0x001cc4f0 4e412d72 65676973 74657265 00df6420 NA-registere..d │ │ │ │ - 0x001cc500 6943616c 656e6461 72206672 65652f62 iCalendar free/b │ │ │ │ - 0x001cc510 75737920 74797065 2e0a2020 20202020 usy type.. │ │ │ │ - 0x001cc520 203b2044 65666175 6c742069 73204255 ; Default is BU │ │ │ │ - 0x001cc530 53590a20 20202020 203c2f78 733a646f SY. ...L │ │ │ │ - 0x001cc560 00062f00 cc627569 6c642f72 6570726f ../..build/repro │ │ │ │ - 0x001cc570 64756369 626c652d 70617468 2f6c6962 ducible-path/lib │ │ │ │ - 0x001cc580 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s │ │ │ │ - 0x001cc590 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal │ │ │ │ - 0x001cc5a0 656e6461 722d7061 72616d73 2e787364 endar-params.xsd │ │ │ │ - 0x001cc5b0 b2000512 00062400 067500a8 726e3a69 ......$..u..rn:i │ │ │ │ + 0x001cb370 20202020 202f2022 4445434c 494e4544 / "DECLINED │ │ │ │ + 0x001cb380 22202020 20202020 20203b20 4a6f7572 " ; Jour │ │ │ │ + 0x001cb390 6e616c20 6465636c 696e6564 0a202020 nal declined. │ │ │ │ + 0x001cb3a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb3b0 20202020 202f2078 2d6e616d 65202020 / x-name │ │ │ │ + 0x001cb3c0 20202020 20202020 20203b20 45787065 ; Expe │ │ │ │ + 0x001cb3d0 72696d65 6e746100 ff6c2073 74617475 rimenta..l statu │ │ │ │ + 0x001cb3e0 730a2020 20202020 20202020 20202020 s. │ │ │ │ + 0x001cb3f0 20202020 20202020 20202f20 69616e61 / iana │ │ │ │ + 0x001cb400 2d746f6b 656e2920 20202020 2020203b -token) ; │ │ │ │ + 0x001cb410 204f7468 65722049 414e412d 72656769 Other IANA-regi │ │ │ │ + 0x001cb420 73746572 65640a20 20202020 20202020 stered. │ │ │ │ + 0x001cb430 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb440 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb450 20202020 3b207374 6100ff74 75730a20 ; sta..tus. │ │ │ │ + 0x001cb460 20202020 20203b20 54686573 65206172 ; These ar │ │ │ │ + 0x001cb470 65207468 65207061 72746963 69706174 e the participat │ │ │ │ + 0x001cb480 696f6e20 73746174 75736573 20666f72 ion statuses for │ │ │ │ + 0x001cb490 20612022 564a4f55 524e414c 222e0a20 a "VJOURNAL".. │ │ │ │ + 0x001cb4a0 20202020 20203b20 44656661 756c7420 ; Default │ │ │ │ + 0x001cb4b0 6973204e 45454453 2d414354 494f4e2e is NEEDS-ACTION. │ │ │ │ + 0x001cb4c0 0a202020 2020203c 2f78733a 646f6375 . .....L │ │ │ │ + 0x001cb4f0 00062f00 cc627569 6c642f72 6570726f ../..build/repro │ │ │ │ + 0x001cb500 64756369 626c652d 70617468 2f6c6962 ducible-path/lib │ │ │ │ + 0x001cb510 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s │ │ │ │ + 0x001cb520 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal │ │ │ │ + 0x001cb530 656e6461 722d7061 72616d73 2e787364 endar-params.xsd │ │ │ │ + 0x001cb540 d1000512 0006e809 0001a00a 000080d2 ................ │ │ │ │ + 0x001cb550 0300053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat │ │ │ │ + 0x001cb560 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs="ht │ │ │ │ + 0x001cb570 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/ │ │ │ │ + 0x001cb580 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema" │ │ │ │ + 0x001cb590 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal="urn: │ │ │ │ + 0x001cb5a0 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ + 0x001cb5b0 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ + 0x001cb5c0 22203e0a 3c78733a 646f6375 6d656e74 " >.. re │ │ │ │ + 0x001cb5f0 6c747970 65706172 616d2020 20202020 ltypeparam │ │ │ │ + 0x001cb600 203d2022 52454c54 59504522 20223d22 = "RELTYPE" "=" │ │ │ │ + 0x001cb610 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x001cb620 20202020 20202020 20202020 28225041 ("PA │ │ │ │ + 0x001cb630 52454e54 22202020 203b2050 6172656e RENT" ; Paren │ │ │ │ + 0x001cb640 74207265 6c617469 6f6e7368 6970202d t relationship - │ │ │ │ + 0x001cb650 20446566 61756c74 00ff0a20 20202020 Default... │ │ │ │ + 0x001cb660 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb670 20202020 202f2022 4348494c 44222020 / "CHILD" │ │ │ │ + 0x001cb680 2020203b 20436869 6c642072 656c6174 ; Child relat │ │ │ │ + 0x001cb690 696f6e73 6869700a 20202020 20202020 ionship. │ │ │ │ + 0x001cb6a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb6b0 20202f20 22534942 4c494e47 22202020 / "SIBLING" │ │ │ │ + 0x001cb6c0 3b205369 626c696e 67207265 6c617469 ; Sibling relati │ │ │ │ + 0x001cb6d0 6f6e7368 69700a20 202000ff 20202020 onship. .. │ │ │ │ + 0x001cb6e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb6f0 2020202f 2069616e 612d746f 6b656e20 / iana-token │ │ │ │ + 0x001cb700 203b2053 6f6d6520 6f746865 72204941 ; Some other IA │ │ │ │ + 0x001cb710 4e412d72 65676973 74657265 640a2020 NA-registered. │ │ │ │ + 0x001cb720 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb730 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb740 20202020 20203b20 6943616c 656e6461 ; iCalenda │ │ │ │ + 0x001cb750 72207265 6c617469 6f6e7368 00ff6970 r relationsh..ip │ │ │ │ + 0x001cb760 20747970 650a2020 20202020 20202020 type. │ │ │ │ + 0x001cb770 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb780 2f20782d 6e616d65 29202020 20203b20 / x-name) ; │ │ │ │ + 0x001cb790 41206e6f 6e2d7374 616e6461 72642c20 A non-standard, │ │ │ │ + 0x001cb7a0 65787065 72696d65 6e74616c 0a202020 experimental. │ │ │ │ + 0x001cb7b0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb7c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb7d0 20202020 203b2072 656c6174 696f00ff ; relatio.. │ │ │ │ + 0x001cb7e0 6e736869 70207479 70650a20 20202020 nship type. │ │ │ │ + 0x001cb7f0 20202057 732d4361 6c656e64 61722061 Ws-Calendar a │ │ │ │ + 0x001cb800 64647320 74686520 76616c75 65730a20 dds the values. │ │ │ │ + 0x001cb810 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb820 20202020 20202020 20202f20 2246494e / "FIN │ │ │ │ + 0x001cb830 49534854 4f535441 5254220a 20202020 ISHTOSTART". │ │ │ │ + 0x001cb840 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb850 20202020 2020202f 20224649 4e495348 / "FINISH │ │ │ │ + 0x001cb860 00ff544f 46494e49 5348220a 20202020 ..TOFINISH". │ │ │ │ + 0x001cb870 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb880 20202020 2020202f 20225354 41525454 / "STARTT │ │ │ │ + 0x001cb890 4f46494e 49534822 0a202020 20202020 OFINISH". │ │ │ │ + 0x001cb8a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cb8b0 20202020 2f202253 54415254 544f5354 / "STARTTOST │ │ │ │ + 0x001cb8c0 41525422 20202020 20202020 20202020 ART" │ │ │ │ + 0x001cb8d0 200a2020 20202020 20202020 20202020 . │ │ │ │ + 0x001cb8e0 202000d4 20202020 20202020 2020200a .. . │ │ │ │ + 0x001cb8f0 20202020 2020203b 20446566 61756c74 ; Default │ │ │ │ + 0x001cb900 20697320 50415245 4e540a20 20202020 is PARENT. │ │ │ │ + 0x001cb910 203c2f78 733a646f 63756d65 6e746174 ...L../..bui │ │ │ │ + 0x001cb940 6c642f72 6570726f 64756369 626c652d ld/reproducible- │ │ │ │ + 0x001cb950 70617468 2f6c6962 6b6f6c61 62786d6c path/libkolabxml │ │ │ │ + 0x001cb960 2d312e32 2e312f73 6368656d 61732f69 -1.2.1/schemas/i │ │ │ │ + 0x001cb970 63616c2f 6943616c 656e6461 722d7061 cal/iCalendar-pa │ │ │ │ + 0x001cb980 72616d73 2e787364 1c010005 120006e6 rams.xsd........ │ │ │ │ + 0x001cb990 040001a0 0a000080 36010005 3c00ff78 ........6...<..x │ │ │ │ + 0x001cb9a0 733a616e 6e6f7461 74696f6e 20786d6c s:annotation xml │ │ │ │ + 0x001cb9b0 6e733a78 733d2268 7474703a 2f2f7777 ns:xs="http://ww │ │ │ │ + 0x001cb9c0 772e7733 2e6f7267 2f323030 312f584d w.w3.org/2001/XM │ │ │ │ + 0x001cb9d0 4c536368 656d6122 20786d6c 6e733a78 LSchema" xmlns:x │ │ │ │ + 0x001cb9e0 63616c3d 2275726e 3a696574 663a7061 cal="urn:ietf:pa │ │ │ │ + 0x001cb9f0 72616d73 3a786d6c 3a6e733a 6963616c rams:xml:ns:ical │ │ │ │ + 0x001cba00 656e6461 722d322e 3022203e 0a3c7873 endar-2.0" >.. │ │ │ │ + 0x001cba30 20202020 20202063 6c617373 76616c75 classvalu │ │ │ │ + 0x001cba40 65203d20 22505542 4c494322 202f2022 e = "PUBLIC" / " │ │ │ │ + 0x001cba50 50524956 41544522 202f2022 434f4e46 PRIVATE" / "CONF │ │ │ │ + 0x001cba60 4944454e 5449414c 22202f20 69616e61 IDENTIAL" / iana │ │ │ │ + 0x001cba70 2d746f6b 656e0a20 20202020 20202020 -token. │ │ │ │ + 0x001cba80 20202020 20202020 202f2078 2d6e616d / x-nam │ │ │ │ + 0x001cba90 650a2020 20202020 203b4465 6661756c e. ;Defaul │ │ │ │ + 0x001cbaa0 7400b820 69732050 55424c49 430a2020 t.. is PUBLIC. │ │ │ │ + 0x001cbab0 20202020 3c2f7873 3a646f63 756d656e ...K../.. │ │ │ │ + 0x001cbae0 6275696c 642f7265 70726f64 75636962 build/reproducib │ │ │ │ + 0x001cbaf0 6c652d70 6174682f 6c69626b 6f6c6162 le-path/libkolab │ │ │ │ + 0x001cbb00 786d6c2d 312e322e 312f7363 68656d61 xml-1.2.1/schema │ │ │ │ + 0x001cbb10 732f6963 616c2f69 43616c65 6e646172 s/ical/iCalendar │ │ │ │ + 0x001cbb20 2d70726f 70732e78 73647b01 00051400 -props.xsd{..... │ │ │ │ + 0x001cbb30 08250700 01a00a00 0080b601 00053c00 .%............<. │ │ │ │ + 0x001cbb40 ff78733a 616e6e6f 74617469 6f6e2078 .xs:annotation x │ │ │ │ + 0x001cbb50 6d6c6e73 3a78733d 22687474 703a2f2f mlns:xs="http:// │ │ │ │ + 0x001cbb60 7777772e 77332e6f 72672f32 3030312f www.w3.org/2001/ │ │ │ │ + 0x001cbb70 584d4c53 6368656d 61222078 6d6c6e73 XMLSchema" xmlns │ │ │ │ + 0x001cbb80 3a786361 6c3d2275 726e3a69 6574663a :xcal="urn:ietf: │ │ │ │ + 0x001cbb90 70617261 6d733a78 6d6c3a6e 733a6963 params:xml:ns:ic │ │ │ │ + 0x001cbba0 616c656e 6461722d 322e3022 203e0a3c alendar-2.0" >.< │ │ │ │ + 0x001cbbb0 78733a64 6f63756d 656e7461 74696f6e xs:documentation │ │ │ │ + 0x001cbbc0 2000ff78 6d6c3a6c 616e673d 22656e22 ..xml:lang="en" │ │ │ │ + 0x001cbbd0 3e0a2020 20202020 73636865 64756c65 >. schedule │ │ │ │ + 0x001cbbe0 666f7263 6573656e 64706172 616d203d forcesendparam = │ │ │ │ + 0x001cbbf0 20225343 48454455 4c452d46 4f524345 "SCHEDULE-FORCE │ │ │ │ + 0x001cbc00 2d53454e 44222022 3d220a20 20202020 -SEND" "=". │ │ │ │ + 0x001cbc10 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cbc20 20202020 20202020 20282252 45515545 ("REQUE │ │ │ │ + 0x001cbc30 53542220 2020203b 20466f72 63652061 ST" ; Force a │ │ │ │ + 0x001cbc40 20225200 ff455155 45535422 0a202020 "R..EQUEST". │ │ │ │ + 0x001cbc50 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cbc60 20202020 20202020 20202f20 22524550 / "REP │ │ │ │ + 0x001cbc70 4c592220 20202020 203b2046 6f726365 LY" ; Force │ │ │ │ + 0x001cbc80 20612022 5245504c 59220a20 20202020 a "REPLY". │ │ │ │ + 0x001cbc90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cbca0 20202020 20202020 2f206961 6e612d74 / iana-t │ │ │ │ + 0x001cbcb0 6f6b656e 2920203b 2049414e 41207265 oken) ; IANA re │ │ │ │ + 0x001cbcc0 67697374 6500b872 6564206d 6574686f giste..red metho │ │ │ │ + 0x001cbcd0 640a2020 20202020 3c2f7873 3a646f63 d. ...L. │ │ │ │ + 0x001cbd00 052f00cb 6275696c 642f7265 70726f64 ./..build/reprod │ │ │ │ + 0x001cbd10 75636962 6c652d70 6174682f 6c69626b ucible-path/libk │ │ │ │ + 0x001cbd20 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ + 0x001cbd30 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ + 0x001cbd40 6e646172 2d706172 616d732e 78736467 ndar-params.xsdg │ │ │ │ + 0x001cbd50 01000512 0006e005 0001a00a 000080d5 ................ │ │ │ │ + 0x001cbd60 0400053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat │ │ │ │ + 0x001cbd70 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs="ht │ │ │ │ + 0x001cbd80 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/ │ │ │ │ + 0x001cbd90 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema" │ │ │ │ + 0x001cbda0 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal="urn: │ │ │ │ + 0x001cbdb0 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ + 0x001cbdc0 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ + 0x001cbdd0 22203e0a 3c78733a 646f6375 6d656e74 " >.. st │ │ │ │ + 0x001cbe00 61747573 20202020 20202020 20203d20 atus = │ │ │ │ + 0x001cbe10 22535441 54555322 20737461 74706172 "STATUS" statpar │ │ │ │ + 0x001cbe20 616d2022 3a222073 74617476 616c7565 am ":" statvalue │ │ │ │ + 0x001cbe30 2043524c 460a0a20 20202020 20207374 CRLF.. st │ │ │ │ + 0x001cbe40 61747061 72616d20 20202020 20203d20 atparam = │ │ │ │ + 0x001cbe50 2a28223b 22206f74 6865722d 70617261 *(";" other-para │ │ │ │ + 0x001cbe60 6d290a0a 20202020 00ff2020 20737461 m).. .. sta │ │ │ │ + 0x001cbe70 7476616c 75652020 20202020 203d2028 tvalue = ( │ │ │ │ + 0x001cbe80 73746174 76616c75 652d6576 656e740a statvalue-event. │ │ │ │ + 0x001cbe90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cbea0 20202020 2020202f 20207374 61747661 / statva │ │ │ │ + 0x001cbeb0 6c75652d 746f646f 0a202020 20202020 lue-todo. │ │ │ │ + 0x001cbec0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cbed0 2f202073 74617476 616c7565 2d6a6f75 / statvalue-jou │ │ │ │ + 0x001cbee0 72290a0a 20202020 202000ff 20737461 r).. .. sta │ │ │ │ + 0x001cbef0 7476616c 75652d65 76656e74 203d2022 tvalue-event = " │ │ │ │ + 0x001cbf00 54454e54 41544956 45222020 20203b49 TENTATIVE" ;I │ │ │ │ + 0x001cbf10 6e646963 61746573 20657665 6e742069 ndicates event i │ │ │ │ + 0x001cbf20 73207465 6e746174 6976652e 0a202020 s tentative.. │ │ │ │ + 0x001cbf30 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cbf40 20202020 2f202243 4f4e4649 524d4544 / "CONFIRMED │ │ │ │ + 0x001cbf50 22202020 203b496e 64696361 74657320 " ;Indicates │ │ │ │ + 0x001cbf60 6576656e 74206973 20646566 00ff696e event is def..in │ │ │ │ + 0x001cbf70 6974652e 0a202020 20202020 20202020 ite.. │ │ │ │ + 0x001cbf80 20202020 20202020 20202020 2f202243 / "C │ │ │ │ + 0x001cbf90 414e4345 4c4c4544 22202020 203b496e ANCELLED" ;In │ │ │ │ + 0x001cbfa0 64696361 74657320 6576656e 74207761 dicates event wa │ │ │ │ + 0x001cbfb0 73206361 6e63656c 6c65642e 0a202020 s cancelled.. │ │ │ │ + 0x001cbfc0 20202020 3b537461 74757320 76616c75 ;Status valu │ │ │ │ + 0x001cbfd0 65732066 6f722061 20225645 56454e54 es for a "VEVENT │ │ │ │ + 0x001cbfe0 220a0a20 20202020 20207374 617400ff ".. stat.. │ │ │ │ + 0x001cbff0 76616c75 652d746f 646f2020 3d20224e value-todo = "N │ │ │ │ + 0x001cc000 45454453 2d414354 494f4e22 203b496e EEDS-ACTION" ;In │ │ │ │ + 0x001cc010 64696361 74657320 746f2d64 6f206e65 dicates to-do ne │ │ │ │ + 0x001cc020 65647320 61637469 6f6e2e0a 20202020 eds action.. │ │ │ │ + 0x001cc030 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cc040 2020202f 2022434f 4d504c45 54454422 / "COMPLETED" │ │ │ │ + 0x001cc050 20202020 3b496e64 69636174 65732074 ;Indicates t │ │ │ │ + 0x001cc060 6f2d646f 20636f6d 706c6574 65642e0a o-do completed.. │ │ │ │ + 0x001cc070 00ff2020 20202020 20202020 20202020 .. │ │ │ │ + 0x001cc080 20202020 20202020 202f2022 494e2d50 / "IN-P │ │ │ │ + 0x001cc090 524f4345 53532220 20203b49 6e646963 ROCESS" ;Indic │ │ │ │ + 0x001cc0a0 61746573 20746f2d 646f2069 6e207072 ates to-do in pr │ │ │ │ + 0x001cc0b0 6f636573 73206f66 2e0a2020 20202020 ocess of.. │ │ │ │ + 0x001cc0c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cc0d0 202f2022 43414e43 454c4c45 44222020 / "CANCELLED" │ │ │ │ + 0x001cc0e0 20203b49 6e646963 61746573 20746f2d ;Indicates to- │ │ │ │ + 0x001cc0f0 646f00ff 20776173 2063616e 63656c6c do.. was cancell │ │ │ │ + 0x001cc100 65642e0a 20202020 2020203b 53746174 ed.. ;Stat │ │ │ │ + 0x001cc110 75732076 616c7565 7320666f 72202256 us values for "V │ │ │ │ + 0x001cc120 544f444f 222e0a0a 20202020 20202073 TODO"... s │ │ │ │ + 0x001cc130 74617476 616c7565 2d6a6f75 7220203d tatvalue-jour = │ │ │ │ + 0x001cc140 20224452 41465422 20202020 20202020 "DRAFT" │ │ │ │ + 0x001cc150 3b496e64 69636174 6573206a 6f75726e ;Indicates journ │ │ │ │ + 0x001cc160 616c2069 73206472 6166742e 0a202020 al is draft.. │ │ │ │ + 0x001cc170 20202020 00ff2020 20202020 20202020 .. │ │ │ │ + 0x001cc180 20202020 20202f20 2246494e 414c2220 / "FINAL" │ │ │ │ + 0x001cc190 20202020 2020203b 496e6469 63617465 ;Indicate │ │ │ │ + 0x001cc1a0 73206a6f 75726e61 6c206973 2066696e s journal is fin │ │ │ │ + 0x001cc1b0 616c2e0a 20202020 20202020 20202020 al.. │ │ │ │ + 0x001cc1c0 20202020 20202020 2020202f 20224341 / "CA │ │ │ │ + 0x001cc1d0 4e43454c 4c454422 20202020 3b496e64 NCELLED" ;Ind │ │ │ │ + 0x001cc1e0 69636174 6573206a 6f75726e 616c2069 icates journal i │ │ │ │ + 0x001cc1f0 73207265 6d6f00d4 7665642e 0a202020 s remo..ved.. │ │ │ │ + 0x001cc200 2020203b 53746174 75732076 616c7565 ;Status value │ │ │ │ + 0x001cc210 7320666f 72202256 4a4f5552 4e414c22 s for "VJOURNAL" │ │ │ │ + 0x001cc220 2e0a2020 20202020 3c2f7873 3a646f63 .. ...K. │ │ │ │ + 0x001cc250 062f00ca 6275696c 642f7265 70726f64 ./..build/reprod │ │ │ │ + 0x001cc260 75636962 6c652d70 6174682f 6c69626b ucible-path/libk │ │ │ │ + 0x001cc270 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ + 0x001cc280 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ + 0x001cc290 6e646172 2d70726f 70732e78 7364c201 ndar-props.xsd.. │ │ │ │ + 0x001cc2a0 00051400 08410700 01a00a00 00809e02 .....A.......... │ │ │ │ + 0x001cc2b0 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati │ │ │ │ + 0x001cc2c0 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs="htt │ │ │ │ + 0x001cc2d0 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2 │ │ │ │ + 0x001cc2e0 3030312f 584d4c53 6368656d 61222078 001/XMLSchema" x │ │ │ │ + 0x001cc2f0 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal="urn:i │ │ │ │ + 0x001cc300 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ + 0x001cc310 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0" │ │ │ │ + 0x001cc320 203e0a3c 78733a64 6f63756d 656e7461 >.. sc │ │ │ │ + 0x001cc350 68656475 6c656167 656e7470 6172616d heduleagentparam │ │ │ │ + 0x001cc360 203d2022 53434845 44554c45 2d414745 = "SCHEDULE-AGE │ │ │ │ + 0x001cc370 4e542220 223d220a 20202020 20202020 NT" "=". │ │ │ │ + 0x001cc380 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cc390 28225345 52564552 22202020 2020203b ("SERVER" ; │ │ │ │ + 0x001cc3a0 20546865 20736572 76657220 68616e64 The server hand │ │ │ │ + 0x001cc3b0 6c657320 73636800 ff656475 6c696e67 les sch..eduling │ │ │ │ + 0x001cc3c0 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x001cc3d0 20202020 20202020 2f202243 4c49454e / "CLIEN │ │ │ │ + 0x001cc3e0 54222020 20202020 3b205468 6520636c T" ; The cl │ │ │ │ + 0x001cc3f0 69656e74 2068616e 646c6573 20736368 ient handles sch │ │ │ │ + 0x001cc400 6564756c 696e670a 20202020 20202020 eduling. │ │ │ │ + 0x001cc410 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x001cc420 20224e4f 4e452220 20202020 2020203b "NONE" ; │ │ │ │ + 0x001cc430 204e6f20 6175746f 6d00ff61 74696320 No autom..atic │ │ │ │ + 0x001cc440 73636865 64756c69 6e670a20 20202020 scheduling. │ │ │ │ + 0x001cc450 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cc460 20202f20 782d6e61 6d652020 20202020 / x-name │ │ │ │ + 0x001cc470 20203b20 45787065 72696d65 6e74616c ; Experimental │ │ │ │ + 0x001cc480 20747970 650a2020 20202020 20202020 type. │ │ │ │ + 0x001cc490 20202020 20202020 20202020 202f2069 / i │ │ │ │ + 0x001cc4a0 616e612d 746f6b65 6e292020 203b204f ana-token) ; O │ │ │ │ + 0x001cc4b0 74686572 2049414e 41207200 ff656769 ther IANA r..egi │ │ │ │ + 0x001cc4c0 73746572 65642074 7970650a 20202020 stered type. │ │ │ │ + 0x001cc4d0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cc4e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cc4f0 2020203b 0a202020 20202020 20202020 ;. │ │ │ │ + 0x001cc500 20202020 20202020 20202020 20202020 │ │ │ │ + 0x001cc510 20202020 20202020 20202020 3b204465 ; De │ │ │ │ + 0x001cc520 6661756c 74206973 20534552 5645520a fault is SERVER. │ │ │ │ + 0x001cc530 20202020 20203c2f 78733a64 6f00a063 ...L. │ │ │ │ + 0x001cc560 052f00cb 6275696c 642f7265 70726f64 ./..build/reprod │ │ │ │ + 0x001cc570 75636962 6c652d70 6174682f 6c69626b ucible-path/libk │ │ │ │ + 0x001cc580 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ + 0x001cc590 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ + 0x001cc5a0 6e646172 2d706172 616d732e 78736456 ndar-params.xsdV │ │ │ │ + 0x001cc5b0 01000512 00062400 067500a8 726e3a69 ......$..u..rn:i │ │ │ │ 0x001cc5c0 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ 0x001cc5d0 733a6963 616c656e 6461722d 322e3001 s:icalendar-2.0. │ │ │ │ 0x001cc5e0 00030024 00057500 a3726e3a 69657466 ...$..u..rn:ietf │ │ │ │ 0x001cc5f0 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i │ │ │ │ 0x001cc600 63616c65 6e646172 2d322e30 feffffff calendar-2.0.... │ │ │ │ 0x001cc610 01000a4c 00062f00 cb627569 6c642f72 ...L../..build/r │ │ │ │ 0x001cc620 6570726f 64756369 626c652d 70617468 eproducible-path │ │ │ ├── readelf --wide --decompress --hex-dump=.gnu_debuglink {} │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ │ │ │ │ Hex dump of section '.gnu_debuglink': │ │ │ │ - 0x00000000 33643762 34373938 38666636 61363635 3d7b47988ff6a665 │ │ │ │ - 0x00000010 32376133 33663039 66633462 34306134 27a33f09fc4b40a4 │ │ │ │ - 0x00000020 61313061 32302e64 65627567 00000000 a10a20.debug.... │ │ │ │ - 0x00000030 931e1648 ...H │ │ │ │ + 0x00000000 30343933 64346438 37616264 39626532 0493d4d87abd9be2 │ │ │ │ + 0x00000010 32333233 39313435 39303939 62333432 232391459099b342 │ │ │ │ + 0x00000020 63613330 39652e64 65627567 00000000 ca309e.debug.... │ │ │ │ + 0x00000030 c37c1eb2 .|..