--- /srv/rebuilderd/tmp/rebuilderdOCeQSm/inputs/libkolabxml1v5_1.2.1-5.2_i386.deb +++ /srv/rebuilderd/tmp/rebuilderdOCeQSm/out/libkolabxml1v5_1.2.1-5.2_i386.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-03-20 12:39:08.000000 debian-binary │ --rw-r--r-- 0 0 0 28076 2026-03-20 12:39:08.000000 control.tar.xz │ --rw-r--r-- 0 0 0 647000 2026-03-20 12:39:08.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 28056 2026-03-20 12:39:08.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 647292 2026-03-20 12:39:08.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/i386-linux-gnu/libkolabxml.so.1.2.1 │ │ │┄ File has been modified after NT_GNU_BUILD_ID has been applied. │ │ │ ├── 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: 603d6c4b23bbecb7d0b9190b69b09c10a89c66b4 │ │ │ │ + GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: b6b681d3e37f00c985c1224d28f87481ab075e69 │ │ │ ├── strings --all --bytes=8 {} │ │ │ │ @@ -8761,15 +8761,101 @@ │ │ │ │ rn:ietf:params:xml:ns:icalendar-2.0,DatetimePropertyType │ │ │ │ DatetimePropertyType$ │ │ │ │ urn:ietf:params:xml:ns:icalendar-2.0 │ │ │ │ arameters │ │ │ │ ate-time │ │ │ │ aseProperty │ │ │ │ aseParameter │ │ │ │ -XSAnnotation? │ │ │ │ +XSAnnotation │ │ │ │ +xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ + │ │ │ │ + status = "STATUS" statparam ":" statvalue CRLF │ │ │ │ + statparam = *(";" other-param) │ │ │ │ + statvalue = (statvalue-event │ │ │ │ + / statvalue-todo │ │ │ │ + / statvalue-jour) │ │ │ │ + statvalue-event = "TENTATIVE" ;Indicates event is tentative. │ │ │ │ + / "CONFIRMED" ;Indicates event is def │ │ │ │ + / "CANCELLED" ;Indicates event was cancelled. │ │ │ │ + ;Status values for a "VEVENT" │ │ │ │ + stat │ │ │ │ +value-todo = "NEEDS-ACTION" ;Indicates to-do needs action. │ │ │ │ + / "COMPLETED" ;Indicates to-do completed. │ │ │ │ + / "IN-PROCESS" ;Indicates to-do in process of. │ │ │ │ + / "CANCELLED" ;Indicates to-do │ │ │ │ + was cancelled. │ │ │ │ + ;Status values for "VTODO". │ │ │ │ + statvalue-jour = "DRAFT" ;Indicates journal is draft. │ │ │ │ + / "FINAL" ;Indicates journal is final. │ │ │ │ + / "CANCELLED" ;Indicates journal is remo │ │ │ │ + ;Status values for "VJOURNAL". │ │ │ │ + │ │ │ │ + │ │ │ │ +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" > │ │ │ │ + │ │ │ │ + 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/re │ │ │ │ +producible-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" > │ │ │ │ + │ │ │ │ + actionvalue = "AUDIO" / "DISPLAY" / "EMAIL" │ │ │ │ + / iana-token / x-name │ │ │ │ + │ │ │ │ +/build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd │ │ │ │ +xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ + │ │ │ │ + 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" > │ │ │ │ │ │ │ │ Standard values │ │ │ │ "CHAIR" │ │ │ │ "REQ-PARTICIPANT" │ │ │ │ "OPT-PARTICIPANT" │ │ │ │ @@ -8952,100 +9038,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" > │ │ │ │ - │ │ │ │ - status = "STATUS" statparam ":" statvalue CRLF │ │ │ │ - statparam = *(";" other-param) │ │ │ │ - statvalue = (statvalue-event │ │ │ │ - / statvalue-todo │ │ │ │ - / statvalue-jour) │ │ │ │ - statvalue-event = "TENTATIVE" ;Indicates event is tentative. │ │ │ │ - / "CONFIRMED" ;Indicates event is def │ │ │ │ - / "CANCELLED" ;Indicates event was cancelled. │ │ │ │ - ;Status values for a "VEVENT" │ │ │ │ - stat │ │ │ │ -value-todo = "NEEDS-ACTION" ;Indicates to-do needs action. │ │ │ │ - / "COMPLETED" ;Indicates to-do completed. │ │ │ │ - / "IN-PROCESS" ;Indicates to-do in process of. │ │ │ │ - / "CANCELLED" ;Indicates to-do │ │ │ │ - was cancelled. │ │ │ │ - ;Status values for "VTODO". │ │ │ │ - statvalue-jour = "DRAFT" ;Indicates journal is draft. │ │ │ │ - / "FINAL" ;Indicates journal is final. │ │ │ │ - / "CANCELLED" ;Indicates journal is remo │ │ │ │ - ;Status values for "VJOURNAL". │ │ │ │ - │ │ │ │ - │ │ │ │ -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" > │ │ │ │ - │ │ │ │ - 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/re │ │ │ │ -producible-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" > │ │ │ │ - │ │ │ │ - actionvalue = "AUDIO" / "DISPLAY" / "EMAIL" │ │ │ │ - / iana-token / x-name │ │ │ │ - │ │ │ │ -/build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd │ │ │ │ -xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xcal="urn:ietf:params:xml:ns:icalendar-2.0" > │ │ │ │ - │ │ │ │ - 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 │ │ │ │ rn:ietf:params:xml:ns:icalendar-2.0 │ │ │ │ urn:ietf:params:xml:ns:icalendar-2.0 │ │ │ │ build/reproducible-path/libkolabxml-1.2.1/schemas/ical/kolabformat-xcal.xsd │ │ │ │ urn:ietf:params:xml:ns:vcard-4.0 │ │ │ │ \d{8}T\d{6}(Z|[+\-]\d\d(\d\d)?)? │ │ │ │ \d{8}T\d{6}(Z|[+\-]\d\d(\d\d)?)? │ │ │ │ imeStampType │ │ │ ├── readelf --wide --decompress --hex-dump=.rodata {} │ │ │ │ @@ -8062,772 +8062,772 @@ │ │ │ │ 0x0023d7b0 ff190002 19070001 b1070001 f8060001 ................ │ │ │ │ 0x0023d7c0 b1080001 7e080001 68070001 87020001 ....~...h....... │ │ │ │ 0x0023d7d0 fa020001 1b080001 ca070001 66080001 ............f... │ │ │ │ 0x0023d7e0 03070001 e6070001 84070001 59070001 ............Y... │ │ │ │ 0x0023d7f0 d9060001 26080001 e6060001 f7070001 ....&........... │ │ │ │ 0x0023d800 10070001 5b080001 2d070001 e0020001 ....[...-....... │ │ │ │ 0x0023d810 10080001 87080001 feffffff 1d00020e ................ │ │ │ │ - 0x0023d820 0002db06 0001ffff ffff0c00 02585341 .............XSA │ │ │ │ - 0x0023d830 6e6e6f74 6174696f 6e3f0100 013c00ff nnotation?...<.. │ │ │ │ + 0x0023d820 00029b02 0001ffff ffff0c00 02585341 .............XSA │ │ │ │ + 0x0023d830 6e6e6f74 6174696f 6ed50400 013c00ff nnotation....<.. │ │ │ │ 0x0023d840 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm │ │ │ │ 0x0023d850 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs="http://w │ │ │ │ 0x0023d860 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X │ │ │ │ 0x0023d870 4d4c5363 68656d61 2220786d 6c6e733a MLSchema" xmlns: │ │ │ │ 0x0023d880 7863616c 3d227572 6e3a6965 74663a70 xcal="urn:ietf:p │ │ │ │ 0x0023d890 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica │ │ │ │ 0x0023d8a0 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0" >. │ │ │ │ - 0x0023d8d0 0a202020 20202020 20537461 6e646172 . Standar │ │ │ │ - 0x0023d8e0 64207661 6c756573 0a202020 20202020 d values. │ │ │ │ - 0x0023d8f0 20202020 22434841 49522220 0a202020 "CHAIR" . │ │ │ │ - 0x0023d900 20202020 20202020 22524551 2d504152 "REQ-PAR │ │ │ │ - 0x0023d910 54494349 50414e54 22200a20 20202020 TICIPANT" . │ │ │ │ - 0x0023d920 20202020 2020224f 50542d50 41525449 "OPT-PARTI │ │ │ │ - 0x0023d930 43495041 4e542220 0a202020 20202020 CIPANT" . │ │ │ │ - 0x0023d940 202000be 2020224e 4f4e2d50 41525449 .. "NON-PARTI │ │ │ │ - 0x0023d950 43495041 4e54220a 20202020 20203c2f CIPANT". ...L../..build/ │ │ │ │ - 0x0023d990 72657072 6f647563 69626c65 2d706174 reproducible-pat │ │ │ │ - 0x0023d9a0 682f6c69 626b6f6c 6162786d 6c2d312e h/libkolabxml-1. │ │ │ │ - 0x0023d9b0 322e312f 73636865 6d61732f 6963616c 2.1/schemas/ical │ │ │ │ - 0x0023d9c0 2f694361 6c656e64 61722d70 6172616d /iCalendar-param │ │ │ │ - 0x0023d9d0 732e7873 64350100 05120006 fa060001 s.xsd5.......... │ │ │ │ - 0x0023d9e0 e9080000 80ec0200 013c00ff 78733a61 .........<..xs:a │ │ │ │ - 0x0023d9f0 6e6e6f74 6174696f 6e20786d 6c6e733a nnotation xmlns: │ │ │ │ - 0x0023da00 78733d22 68747470 3a2f2f77 77772e77 xs="http://www.w │ │ │ │ - 0x0023da10 332e6f72 672f3230 30312f58 4d4c5363 3.org/2001/XMLSc │ │ │ │ - 0x0023da20 68656d61 2220786d 6c6e733a 7863616c hema" xmlns:xcal │ │ │ │ - 0x0023da30 3d227572 6e3a6965 74663a70 6172616d ="urn:ietf:param │ │ │ │ - 0x0023da40 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ - 0x0023da50 61722d32 2e302220 3e0a3c78 733a646f ar-2.0" >.. │ │ │ │ - 0x0023da80 20202020 63757479 70657061 72616d20 cutypeparam │ │ │ │ - 0x0023da90 20202020 2020203d 20224355 54595045 = "CUTYPE │ │ │ │ - 0x0023daa0 2220223d 220a2020 20202020 20202020 " "=". │ │ │ │ - 0x0023dab0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023dac0 2822494e 44495649 4455414c 22202020 ("INDIVIDUAL" │ │ │ │ - 0x0023dad0 3b20416e 20696e64 69766964 75616c0a ; An individual. │ │ │ │ - 0x0023dae0 20202020 20202020 20202020 202000ff .. │ │ │ │ - 0x0023daf0 20202020 20202020 2020202f 20224752 / "GR │ │ │ │ - 0x0023db00 4f555022 20202020 20202020 3b204120 OUP" ; A │ │ │ │ - 0x0023db10 67726f75 70206f66 20696e64 69766964 group of individ │ │ │ │ - 0x0023db20 75616c73 0a202020 20202020 20202020 uals. │ │ │ │ - 0x0023db30 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x0023db40 22524553 4f555243 45222020 2020203b "RESOURCE" ; │ │ │ │ - 0x0023db50 20412070 68797369 63616c20 7265736f A physical reso │ │ │ │ - 0x0023db60 75726365 0a202020 20202020 20202020 urce. │ │ │ │ - 0x0023db70 00ff2020 20202020 20202020 20202020 .. │ │ │ │ - 0x0023db80 2f202252 4f4f4d22 20202020 20202020 / "ROOM" │ │ │ │ - 0x0023db90 203b2041 20726f6f 6d207265 736f7572 ; A room resour │ │ │ │ - 0x0023dba0 63650a20 20202020 20202020 20202020 ce. │ │ │ │ - 0x0023dbb0 20202020 20202020 20202020 2f202255 / "U │ │ │ │ - 0x0023dbc0 4e4b4e4f 574e2220 20202020 203b204f NKNOWN" ; O │ │ │ │ - 0x0023dbd0 74686572 77697365 206e6f74 206b6e6f therwise not kno │ │ │ │ - 0x0023dbe0 776e0a20 20202020 20202020 20202020 wn. │ │ │ │ - 0x0023dbf0 202000ff 20202020 20202020 20202f20 .. / │ │ │ │ - 0x0023dc00 782d6e61 6d652020 20202020 2020203b x-name ; │ │ │ │ - 0x0023dc10 20457870 6572696d 656e7461 6c207479 Experimental ty │ │ │ │ - 0x0023dc20 70650a20 20202020 20202020 20202020 pe. │ │ │ │ - 0x0023dc30 20202020 20202020 20202020 2f206961 / ia │ │ │ │ - 0x0023dc40 6e612d74 6f6b656e 29202020 203b204f na-token) ; O │ │ │ │ - 0x0023dc50 74686572 2049414e 412d7265 67697374 ther IANA-regist │ │ │ │ - 0x0023dc60 65726564 0a202020 20202020 20202020 ered. │ │ │ │ - 0x0023dc70 20202020 00ff2020 20202020 20202020 .. │ │ │ │ - 0x0023dc80 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023dc90 203b2074 7970650a 20202020 2020203b ; type. ; │ │ │ │ - 0x0023dca0 20446566 61756c74 20697320 494e4449 Default is INDI │ │ │ │ - 0x0023dcb0 56494455 414c0a20 20202020 203c2f78 VIDUAL. │ │ │ │ - 0x0023dcd0 0a3c2f78 733a616e 6e6f7461 74696f6e ...L./build/repr │ │ │ │ - 0x0023dcf0 6f647563 696200bc 6c652d70 6174682f oducib..le-path/ │ │ │ │ - 0x0023dd00 6c69626b 6f6c6162 786d6c2d 312e322e libkolabxml-1.2. │ │ │ │ - 0x0023dd10 312f7363 68656d61 732f6963 616c2f69 1/schemas/ical/i │ │ │ │ - 0x0023dd20 43616c65 6e646172 2d706172 616d732e Calendar-params. │ │ │ │ - 0x0023dd30 78736476 00051200 06890200 01e90800 xsdv............ │ │ │ │ - 0x0023dd40 0080c601 00013c00 ff78733a 616e6e6f ......<..xs:anno │ │ │ │ - 0x0023dd50 74617469 6f6e2078 6d6c6e73 3a78733d tation xmlns:xs= │ │ │ │ - 0x0023dd60 22687474 703a2f2f 7777772e 77332e6f "http://www.w3.o │ │ │ │ - 0x0023dd70 72672f32 3030312f 584d4c53 6368656d rg/2001/XMLSchem │ │ │ │ - 0x0023dd80 61222078 6d6c6e73 3a786361 6c3d2275 a" xmlns:xcal="u │ │ │ │ - 0x0023dd90 726e3a69 6574663a 70617261 6d733a78 rn:ietf:params:x │ │ │ │ - 0x0023dda0 6d6c3a6e 733a6963 616c656e 6461722d ml:ns:icalendar- │ │ │ │ - 0x0023ddb0 322e3022 203e0a3c 78733a64 6f63756d 2.0" >.. │ │ │ │ - 0x0023dde0 20656e63 6f64696e 67706172 616d2020 encodingparam │ │ │ │ - 0x0023ddf0 20202020 3d202245 4e434f44 494e4722 = "ENCODING" │ │ │ │ - 0x0023de00 20223d22 0a202020 20202020 20202020 "=". │ │ │ │ - 0x0023de10 20202020 20202020 20202020 20202028 ( │ │ │ │ - 0x0023de20 20223842 4954220a 20202020 20202020 "8BIT". │ │ │ │ - 0x0023de30 20203b20 22386269 74222074 65787420 ; "8bit" text │ │ │ │ - 0x0023de40 656e636f 64696e67 20697300 ff206465 encoding is.. de │ │ │ │ - 0x0023de50 66696e65 6420696e 205b5246 43323034 fined in [RFC204 │ │ │ │ - 0x0023de60 355d0a20 20202020 20202020 20202020 5]. │ │ │ │ - 0x0023de70 20202020 20202020 20202020 202f2022 / " │ │ │ │ - 0x0023de80 42415345 3634220a 20202020 20202020 BASE64". │ │ │ │ - 0x0023de90 20203b20 22424153 45363422 2062696e ; "BASE64" bin │ │ │ │ - 0x0023dea0 61727920 656e636f 64696e67 20666f72 ary encoding for │ │ │ │ - 0x0023deb0 6d617420 69732064 6566696e 65642069 mat is defined i │ │ │ │ - 0x0023dec0 6e205b52 46433436 34385d0a 2000ff20 n [RFC4648]. .. │ │ │ │ - 0x0023ded0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023dee0 20202020 20202020 290a2020 20202020 ). │ │ │ │ - 0x0023def0 3c2f7873 3a646f63 756d656e 74617469 ...L./build/r │ │ │ │ - 0x0023df20 6570726f 64756369 626c652d 70617468 eproducible-path │ │ │ │ - 0x0023df30 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2 │ │ │ │ - 0x0023df40 2e312f73 6368656d 61732f69 63616c00 .1/schemas/ical. │ │ │ │ - 0x0023df50 962f6943 616c656e 6461722d 70617261 ./iCalendar-para │ │ │ │ - 0x0023df60 6d732e78 73649c00 05120006 1d080001 ms.xsd.......... │ │ │ │ - 0x0023df70 e9080000 80600200 013c00ff 78733a61 .....`...<..xs:a │ │ │ │ - 0x0023df80 6e6e6f74 6174696f 6e20786d 6c6e733a nnotation xmlns: │ │ │ │ - 0x0023df90 78733d22 68747470 3a2f2f77 77772e77 xs="http://www.w │ │ │ │ - 0x0023dfa0 332e6f72 672f3230 30312f58 4d4c5363 3.org/2001/XMLSc │ │ │ │ - 0x0023dfb0 68656d61 2220786d 6c6e733a 7863616c hema" xmlns:xcal │ │ │ │ - 0x0023dfc0 3d227572 6e3a6965 74663a70 6172616d ="urn:ietf:param │ │ │ │ - 0x0023dfd0 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ - 0x0023dfe0 61722d32 2e302220 3e0a3c78 733a646f ar-2.0" >.. │ │ │ │ - 0x0023e010 20202020 66627479 70657061 72616d20 fbtypeparam │ │ │ │ - 0x0023e020 20202020 2020203d 20224642 54595045 = "FBTYPE │ │ │ │ - 0x0023e030 2220223d 22200a20 20202020 20202020 " "=" . │ │ │ │ - 0x0023e040 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e050 28224652 45452220 0a202020 20202020 ("FREE" . │ │ │ │ - 0x0023e060 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e070 2020202f 20224255 5359220a 202000ff / "BUSY". .. │ │ │ │ - 0x0023e080 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e090 20202020 20202020 2f202242 5553592d / "BUSY- │ │ │ │ - 0x0023e0a0 554e4156 41494c41 424c4522 200a2020 UNAVAILABLE" . │ │ │ │ - 0x0023e0b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e0c0 20202020 20202020 2f202242 5553592d / "BUSY- │ │ │ │ - 0x0023e0d0 54454e54 41544956 45220a20 20202020 TENTATIVE". │ │ │ │ - 0x0023e0e0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e0f0 20202020 202f2078 2d6e616d 6520203b / x-name ; │ │ │ │ - 0x0023e100 00ff2053 6f6d6520 65787065 72696d65 .. Some experime │ │ │ │ - 0x0023e110 6e74616c 20694361 6c656e64 61722066 ntal iCalendar f │ │ │ │ - 0x0023e120 7265652f 62757379 20747970 652e0a20 ree/busy type.. │ │ │ │ - 0x0023e130 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e140 20202020 20202020 202f2069 616e612d / iana- │ │ │ │ - 0x0023e150 746f6b65 6e290a20 20202020 20202020 token). │ │ │ │ - 0x0023e160 20202020 2020203b 20536f6d 65206f74 ; Some ot │ │ │ │ - 0x0023e170 68657220 49414e41 2d726567 69737465 her IANA-registe │ │ │ │ - 0x0023e180 726500ff 64206943 616c656e 64617220 re..d iCalendar │ │ │ │ - 0x0023e190 66726565 2f627573 79207479 70652e0a free/busy type.. │ │ │ │ - 0x0023e1a0 20202020 2020203b 20446566 61756c74 ; Default │ │ │ │ - 0x0023e1b0 20697320 42555359 0a202020 2020203c is BUSY. < │ │ │ │ - 0x0023e1c0 2f78733a 646f6375 6d656e74 6174696f /xs:documentatio │ │ │ │ - 0x0023e1d0 6e3e0a3c 2f78733a 616e6e6f 74617469 n>...L./build/re │ │ │ │ - 0x0023e1f0 70726f64 75636962 6c652d70 6174682f producible-path/ │ │ │ │ - 0x0023e200 6c69626b 00b06f6c 6162786d 6c2d312e libk..olabxml-1. │ │ │ │ - 0x0023e210 322e312f 73636865 6d61732f 6963616c 2.1/schemas/ical │ │ │ │ - 0x0023e220 2f694361 6c656e64 61722d70 6172616d /iCalendar-param │ │ │ │ - 0x0023e230 732e7873 64b20005 1200065b 070001e9 s.xsd......[.... │ │ │ │ - 0x0023e240 08000080 d2030001 3c00ff78 733a616e ........<..xs:an │ │ │ │ - 0x0023e250 6e6f7461 74696f6e 20786d6c 6e733a78 notation xmlns:x │ │ │ │ - 0x0023e260 733d2268 7474703a 2f2f7777 772e7733 s="http://www.w3 │ │ │ │ - 0x0023e270 2e6f7267 2f323030 312f584d 4c536368 .org/2001/XMLSch │ │ │ │ - 0x0023e280 656d6122 20786d6c 6e733a78 63616c3d ema" xmlns:xcal= │ │ │ │ - 0x0023e290 2275726e 3a696574 663a7061 72616d73 "urn:ietf:params │ │ │ │ - 0x0023e2a0 3a786d6c 3a6e733a 6963616c 656e6461 :xml:ns:icalenda │ │ │ │ - 0x0023e2b0 722d322e 3022203e 0a3c7873 3a646f63 r-2.0" >.. │ │ │ │ - 0x0023e2e0 20202072 656c7479 70657061 72616d20 reltypeparam │ │ │ │ - 0x0023e2f0 20202020 20203d20 2252454c 54595045 = "RELTYPE │ │ │ │ - 0x0023e300 2220223d 220a2020 20202020 20202020 " "=". │ │ │ │ - 0x0023e310 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e320 20282250 4152454e 54222020 20203b20 ("PARENT" ; │ │ │ │ - 0x0023e330 50617265 6e742072 656c6174 696f6e73 Parent relations │ │ │ │ - 0x0023e340 68697020 2d204465 6661756c 7400ff0a hip - Default... │ │ │ │ - 0x0023e350 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e360 20202020 20202020 20202f20 22434849 / "CHI │ │ │ │ - 0x0023e370 4c442220 20202020 3b204368 696c6420 LD" ; Child │ │ │ │ - 0x0023e380 72656c61 74696f6e 73686970 0a202020 relationship. │ │ │ │ - 0x0023e390 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e3a0 20202020 2020202f 20225349 424c494e / "SIBLIN │ │ │ │ - 0x0023e3b0 47222020 203b2053 69626c69 6e672072 G" ; Sibling r │ │ │ │ - 0x0023e3c0 656c6174 696f6e73 6869700a 20202000 elationship. . │ │ │ │ - 0x0023e3d0 ff202020 20202020 20202020 20202020 . │ │ │ │ - 0x0023e3e0 20202020 20202020 2f206961 6e612d74 / iana-t │ │ │ │ - 0x0023e3f0 6f6b656e 20203b20 536f6d65 206f7468 oken ; Some oth │ │ │ │ - 0x0023e400 65722049 414e412d 72656769 73746572 er IANA-register │ │ │ │ - 0x0023e410 65640a20 20202020 20202020 20202020 ed. │ │ │ │ - 0x0023e420 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e430 20202020 20202020 2020203b 20694361 ; iCa │ │ │ │ - 0x0023e440 6c656e64 61722072 656c6174 696f6e73 lendar relations │ │ │ │ - 0x0023e450 6800ff69 70207479 70650a20 20202020 h..ip type. │ │ │ │ - 0x0023e460 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e470 20202020 202f2078 2d6e616d 65292020 / x-name) │ │ │ │ - 0x0023e480 2020203b 2041206e 6f6e2d73 74616e64 ; A non-stand │ │ │ │ - 0x0023e490 6172642c 20657870 6572696d 656e7461 ard, experimenta │ │ │ │ - 0x0023e4a0 6c0a2020 20202020 20202020 20202020 l. │ │ │ │ - 0x0023e4b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e4c0 20202020 20202020 20203b20 72656c61 ; rela │ │ │ │ - 0x0023e4d0 74696f00 ff6e7368 69702074 7970650a tio..nship type. │ │ │ │ - 0x0023e4e0 20202020 20202020 57732d43 616c656e Ws-Calen │ │ │ │ - 0x0023e4f0 64617220 61646473 20746865 2076616c dar adds the val │ │ │ │ - 0x0023e500 7565730a 20202020 20202020 20202020 ues. │ │ │ │ - 0x0023e510 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x0023e520 20224649 4e495348 544f5354 41525422 "FINISHTOSTART" │ │ │ │ - 0x0023e530 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x0023e540 20202020 20202020 20202020 2f202246 / "F │ │ │ │ - 0x0023e550 494e4953 4800ff54 4f46494e 49534822 INISH..TOFINISH" │ │ │ │ - 0x0023e560 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x0023e570 20202020 20202020 20202020 2f202253 / "S │ │ │ │ - 0x0023e580 54415254 544f4649 4e495348 220a2020 TARTTOFINISH". │ │ │ │ - 0x0023e590 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e5a0 20202020 20202020 202f2022 53544152 / "STAR │ │ │ │ - 0x0023e5b0 54544f53 54415254 22202020 20202020 TTOSTART" │ │ │ │ - 0x0023e5c0 20202020 20200a20 20202020 20202020 . │ │ │ │ - 0x0023e5d0 20202020 20202000 ff202020 20202020 .. │ │ │ │ - 0x0023e5e0 20202020 0a202020 20202020 3b204465 . ; De │ │ │ │ - 0x0023e5f0 6661756c 74206973 20504152 454e540a fault is PARENT. │ │ │ │ - 0x0023e600 20202020 20203c2f 78733a64 6f63756d ...L./b │ │ │ │ - 0x0023e630 75696c64 2f726570 726f6475 6369626c uild/reproducibl │ │ │ │ - 0x0023e640 652d7061 74682f6c 69626b6f 6c616278 e-path/libkolabx │ │ │ │ - 0x0023e650 6d6c2d31 2e322e31 2f00a173 6368656d ml-1.2.1/..schem │ │ │ │ - 0x0023e660 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda │ │ │ │ - 0x0023e670 722d7061 72616d73 2e787364 1c010005 r-params.xsd.... │ │ │ │ - 0x0023e680 12000605 070001e9 08000080 11090001 ................ │ │ │ │ - 0x0023e690 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation │ │ │ │ - 0x0023e6a0 20786d6c 6e733a78 733d2268 7474703a xmlns:xs="http: │ │ │ │ - 0x0023e6b0 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200 │ │ │ │ - 0x0023e6c0 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema" xml │ │ │ │ - 0x0023e6d0 6e733a78 63616c3d 2275726e 3a696574 ns:xcal="urn:iet │ │ │ │ - 0x0023e6e0 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns: │ │ │ │ - 0x0023e6f0 6963616c 656e6461 722d322e 3022203e icalendar-2.0" > │ │ │ │ - 0x0023e700 0a3c7873 3a646f63 756d656e 74617469 .. parts │ │ │ │ - 0x0023e730 7461742d 6576656e 74202020 3d202822 tat-event = (" │ │ │ │ - 0x0023e740 4e454544 532d4143 54494f4e 22202020 NEEDS-ACTION" │ │ │ │ - 0x0023e750 203b2045 76656e74 206e6565 64732061 ; Event needs a │ │ │ │ - 0x0023e760 6374696f 6e0a2020 20202020 20202020 ction. │ │ │ │ - 0x0023e770 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x0023e780 22414343 45505445 44222020 20202020 "ACCEPTED" │ │ │ │ - 0x0023e790 2020203b 2000ff45 76656e74 20616363 ; ..Event acc │ │ │ │ - 0x0023e7a0 65707465 640a2020 20202020 20202020 epted. │ │ │ │ - 0x0023e7b0 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x0023e7c0 22444543 4c494e45 44222020 20202020 "DECLINED" │ │ │ │ - 0x0023e7d0 2020203b 20457665 6e742064 65636c69 ; Event decli │ │ │ │ - 0x0023e7e0 6e65640a 20202020 20202020 20202020 ned. │ │ │ │ - 0x0023e7f0 20202020 20202020 20202020 2f202254 / "T │ │ │ │ - 0x0023e800 454e5441 54495645 22202020 20202020 ENTATIVE" │ │ │ │ - 0x0023e810 203b2045 76656e00 ff742074 656e7461 ; Even..t tenta │ │ │ │ - 0x0023e820 74697665 6c790a20 20202020 20202020 tively. │ │ │ │ - 0x0023e830 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e840 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e850 20202020 3b206163 63657074 65640a20 ; accepted. │ │ │ │ - 0x0023e860 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e870 20202020 2020202f 20224445 4c454741 / "DELEGA │ │ │ │ - 0x0023e880 54454422 20202020 20202020 3b204576 TED" ; Ev │ │ │ │ - 0x0023e890 656e7420 64656c65 6700ff61 7465640a ent deleg..ated. │ │ │ │ - 0x0023e8a0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e8b0 20202020 20202020 2f20782d 6e616d65 / x-name │ │ │ │ - 0x0023e8c0 20202020 20202020 20202020 203b2045 ; E │ │ │ │ - 0x0023e8d0 78706572 696d656e 74616c20 73746174 xperimental stat │ │ │ │ - 0x0023e8e0 75730a20 20202020 20202020 20202020 us. │ │ │ │ - 0x0023e8f0 20202020 20202020 2020202f 2069616e / ian │ │ │ │ - 0x0023e900 612d746f 6b656e29 20202020 20202020 a-token) │ │ │ │ - 0x0023e910 3b204f74 68657220 49414e00 ff412d72 ; Other IAN..A-r │ │ │ │ - 0x0023e920 65676973 74657265 640a2020 20202020 egistered. │ │ │ │ - 0x0023e930 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e940 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023e950 20202020 2020203b 20737461 7475730a ; status. │ │ │ │ - 0x0023e960 20202020 2020203b 20546865 73652061 ; These a │ │ │ │ - 0x0023e970 72652074 68652070 61727469 63697061 re the participa │ │ │ │ - 0x0023e980 74696f6e 20737461 74757365 7320666f tion statuses fo │ │ │ │ - 0x0023e990 72206120 22564556 454e5422 2e00ff0a r a "VEVENT".... │ │ │ │ - 0x0023e9a0 20202020 2020203b 20446566 61756c74 ; Default │ │ │ │ - 0x0023e9b0 20697320 4e454544 532d4143 54494f4e is NEEDS-ACTION │ │ │ │ - 0x0023e9c0 2e0a0a20 20202020 20207061 72747374 ... partst │ │ │ │ - 0x0023e9d0 61742d74 6f646f20 2020203d 2028224e at-todo = ("N │ │ │ │ - 0x0023e9e0 45454453 2d414354 494f4e22 20202020 EEDS-ACTION" │ │ │ │ - 0x0023e9f0 3b20546f 2d646f20 6e656564 73206163 ; To-do needs ac │ │ │ │ - 0x0023ea00 74696f6e 0a202020 20202020 20202020 tion. │ │ │ │ - 0x0023ea10 20202020 20202020 20202020 202f2000 / . │ │ │ │ - 0x0023ea20 ff224143 43455054 45442220 20202020 ."ACCEPTED" │ │ │ │ - 0x0023ea30 20202020 3b20546f 2d646f20 61636365 ; To-do acce │ │ │ │ - 0x0023ea40 70746564 0a202020 20202020 20202020 pted. │ │ │ │ - 0x0023ea50 20202020 20202020 20202020 202f2022 / " │ │ │ │ - 0x0023ea60 4445434c 494e4544 22202020 20202020 DECLINED" │ │ │ │ - 0x0023ea70 20203b20 546f2d64 6f206465 636c696e ; To-do declin │ │ │ │ - 0x0023ea80 65640a20 20202020 20202020 20202020 ed. │ │ │ │ - 0x0023ea90 20202020 20202020 2020202f 20225445 / "TE │ │ │ │ - 0x0023eaa0 4e00ff54 41544956 45222020 20202020 N..TATIVE" │ │ │ │ - 0x0023eab0 20203b20 546f2d64 6f207465 6e746174 ; To-do tentat │ │ │ │ - 0x0023eac0 6976656c 790a2020 20202020 20202020 ively. │ │ │ │ - 0x0023ead0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023d8d0 0a202020 20202020 73746174 75732020 . status │ │ │ │ + 0x0023d8e0 20202020 20202020 3d202253 54415455 = "STATU │ │ │ │ + 0x0023d8f0 53222073 74617470 6172616d 20223a22 S" statparam ":" │ │ │ │ + 0x0023d900 20737461 7476616c 75652043 524c460a statvalue CRLF. │ │ │ │ + 0x0023d910 0a202020 20202020 73746174 70617261 . statpara │ │ │ │ + 0x0023d920 6d202020 20202020 3d202a28 223b2220 m = *(";" │ │ │ │ + 0x0023d930 6f746865 722d7061 72616d29 0a0a2020 other-param).. │ │ │ │ + 0x0023d940 202000ff 20202073 74617476 616c7565 .. statvalue │ │ │ │ + 0x0023d950 20202020 2020203d 20287374 61747661 = (statva │ │ │ │ + 0x0023d960 6c75652d 6576656e 740a2020 20202020 lue-event. │ │ │ │ + 0x0023d970 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023d980 202f2020 73746174 76616c75 652d746f / statvalue-to │ │ │ │ + 0x0023d990 646f0a20 20202020 20202020 20202020 do. │ │ │ │ + 0x0023d9a0 20202020 20202020 20202f20 20737461 / sta │ │ │ │ + 0x0023d9b0 7476616c 75652d6a 6f757229 0a0a2020 tvalue-jour).. │ │ │ │ + 0x0023d9c0 20202020 00ff2073 74617476 616c7565 .. statvalue │ │ │ │ + 0x0023d9d0 2d657665 6e74203d 20225445 4e544154 -event = "TENTAT │ │ │ │ + 0x0023d9e0 49564522 20202020 3b496e64 69636174 IVE" ;Indicat │ │ │ │ + 0x0023d9f0 65732065 76656e74 20697320 74656e74 es event is tent │ │ │ │ + 0x0023da00 61746976 652e0a20 20202020 20202020 ative.. │ │ │ │ + 0x0023da10 20202020 20202020 20202020 20202f20 / │ │ │ │ + 0x0023da20 22434f4e 4649524d 45442220 2020203b "CONFIRMED" ; │ │ │ │ + 0x0023da30 496e6469 63617465 73206576 656e7420 Indicates event │ │ │ │ + 0x0023da40 69732064 656600ff 696e6974 652e0a20 is def..inite.. │ │ │ │ + 0x0023da50 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023da60 20202020 20202f20 2243414e 43454c4c / "CANCELL │ │ │ │ + 0x0023da70 45442220 2020203b 496e6469 63617465 ED" ;Indicate │ │ │ │ + 0x0023da80 73206576 656e7420 77617320 63616e63 s event was canc │ │ │ │ + 0x0023da90 656c6c65 642e0a20 20202020 20203b53 elled.. ;S │ │ │ │ + 0x0023daa0 74617475 73207661 6c756573 20666f72 tatus values for │ │ │ │ + 0x0023dab0 20612022 56455645 4e54220a 0a202020 a "VEVENT".. │ │ │ │ + 0x0023dac0 20202020 73746174 00ff7661 6c75652d stat..value- │ │ │ │ + 0x0023dad0 746f646f 20203d20 224e4545 44532d41 todo = "NEEDS-A │ │ │ │ + 0x0023dae0 4354494f 4e22203b 496e6469 63617465 CTION" ;Indicate │ │ │ │ + 0x0023daf0 7320746f 2d646f20 6e656564 73206163 s to-do needs ac │ │ │ │ + 0x0023db00 74696f6e 2e0a2020 20202020 20202020 tion.. │ │ │ │ + 0x0023db10 20202020 20202020 20202020 202f2022 / " │ │ │ │ + 0x0023db20 434f4d50 4c455445 44222020 20203b49 COMPLETED" ;I │ │ │ │ + 0x0023db30 6e646963 61746573 20746f2d 646f2063 ndicates to-do c │ │ │ │ + 0x0023db40 6f6d706c 65746564 2e0a00ff 20202020 ompleted.... │ │ │ │ + 0x0023db50 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023db60 2020202f 2022494e 2d50524f 43455353 / "IN-PROCESS │ │ │ │ + 0x0023db70 22202020 3b496e64 69636174 65732074 " ;Indicates t │ │ │ │ + 0x0023db80 6f2d646f 20696e20 70726f63 65737320 o-do in process │ │ │ │ + 0x0023db90 6f662e0a 20202020 20202020 20202020 of.. │ │ │ │ + 0x0023dba0 20202020 20202020 2020202f 20224341 / "CA │ │ │ │ + 0x0023dbb0 4e43454c 4c454422 20202020 3b496e64 NCELLED" ;Ind │ │ │ │ + 0x0023dbc0 69636174 65732074 6f2d646f 00ff2077 icates to-do.. w │ │ │ │ + 0x0023dbd0 61732063 616e6365 6c6c6564 2e0a2020 as cancelled.. │ │ │ │ + 0x0023dbe0 20202020 203b5374 61747573 2076616c ;Status val │ │ │ │ + 0x0023dbf0 75657320 666f7220 2256544f 444f222e ues for "VTODO". │ │ │ │ + 0x0023dc00 0a0a2020 20202020 20737461 7476616c .. statval │ │ │ │ + 0x0023dc10 75652d6a 6f757220 203d2022 44524146 ue-jour = "DRAF │ │ │ │ + 0x0023dc20 54222020 20202020 20203b49 6e646963 T" ;Indic │ │ │ │ + 0x0023dc30 61746573 206a6f75 726e616c 20697320 ates journal is │ │ │ │ + 0x0023dc40 64726166 742e0a20 20202020 202000ff draft.. .. │ │ │ │ + 0x0023dc50 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023dc60 2f202246 494e414c 22202020 20202020 / "FINAL" │ │ │ │ + 0x0023dc70 203b496e 64696361 74657320 6a6f7572 ;Indicates jour │ │ │ │ + 0x0023dc80 6e616c20 69732066 696e616c 2e0a2020 nal is final.. │ │ │ │ + 0x0023dc90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023dca0 20202020 202f2022 43414e43 454c4c45 / "CANCELLE │ │ │ │ + 0x0023dcb0 44222020 20203b49 6e646963 61746573 D" ;Indicates │ │ │ │ + 0x0023dcc0 206a6f75 726e616c 20697320 72656d6f journal is remo │ │ │ │ + 0x0023dcd0 00d47665 642e0a20 20202020 203b5374 ..ved.. ;St │ │ │ │ + 0x0023dce0 61747573 2076616c 75657320 666f7220 atus values for │ │ │ │ + 0x0023dcf0 22564a4f 55524e41 4c222e0a 20202020 "VJOURNAL".. │ │ │ │ + 0x0023dd00 20203c2f 78733a64 6f63756d 656e7461 ...K../..bu │ │ │ │ + 0x0023dd30 696c642f 72657072 6f647563 69626c65 ild/reproducible │ │ │ │ + 0x0023dd40 2d706174 682f6c69 626b6f6c 6162786d -path/libkolabxm │ │ │ │ + 0x0023dd50 6c2d312e 322e312f 73636865 6d61732f l-1.2.1/schemas/ │ │ │ │ + 0x0023dd60 6963616c 2f694361 6c656e64 61722d70 ical/iCalendar-p │ │ │ │ + 0x0023dd70 726f7073 2e787364 c2010005 140008a9 rops.xsd........ │ │ │ │ + 0x0023dd80 010001e9 08000080 74050001 3c00ff78 ........t...<..x │ │ │ │ + 0x0023dd90 733a616e 6e6f7461 74696f6e 20786d6c s:annotation xml │ │ │ │ + 0x0023dda0 6e733a78 733d2268 7474703a 2f2f7777 ns:xs="http://ww │ │ │ │ + 0x0023ddb0 772e7733 2e6f7267 2f323030 312f584d w.w3.org/2001/XM │ │ │ │ + 0x0023ddc0 4c536368 656d6122 20786d6c 6e733a78 LSchema" xmlns:x │ │ │ │ + 0x0023ddd0 63616c3d 2275726e 3a696574 663a7061 cal="urn:ietf:pa │ │ │ │ + 0x0023dde0 72616d73 3a786d6c 3a6e733a 6963616c rams:xml:ns:ical │ │ │ │ + 0x0023ddf0 656e6461 722d322e 3022203e 0a3c7873 endar-2.0" >.. │ │ │ │ + 0x0023de20 20202020 20202020 44757261 74696f6e Duration │ │ │ │ + 0x0023de30 73206172 65206120 70726f62 6c656d3a s are a problem: │ │ │ │ + 0x0023de40 200a2020 20202020 20202020 20584d4c . XML │ │ │ │ + 0x0023de50 20736368 656d6120 74797065 7320616c schema types al │ │ │ │ + 0x0023de60 6c6f7720 59656172 732c204d 6f6e7468 low Years, Month │ │ │ │ + 0x0023de70 732c2044 6179732c 20486f75 72732c20 s, Days, Hours, │ │ │ │ + 0x0023de80 4d696e75 7465732c 20536563 6f6e6473 Minutes, Seconds │ │ │ │ + 0x0023de90 0a00ff20 20202020 20202020 20204963 ... Ic │ │ │ │ + 0x0023dea0 616c2061 6c6c6f77 73205765 656b732c al allows Weeks, │ │ │ │ + 0x0023deb0 20446179 732c2048 6f757273 2c204d69 Days, Hours, Mi │ │ │ │ + 0x0023dec0 6e757465 732c2053 65636f6e 64730a20 nutes, Seconds. │ │ │ │ + 0x0023ded0 20202020 20202020 20200a20 20202020 . │ │ │ │ + 0x0023dee0 20202054 68657365 206f7665 726c6170 These overlap │ │ │ │ + 0x0023def0 20616e64 20776520 7265616c 6c79206e and we really n │ │ │ │ + 0x0023df00 65656420 6120636f 6d62696e 6174696f eed a combinatio │ │ │ │ + 0x0023df10 6e206f00 ff662062 6f74682e 0a202020 n o..f both.. │ │ │ │ + 0x0023df20 20202020 20536f20 74686520 636f6d70 So the comp │ │ │ │ + 0x0023df30 726f6d69 73652069 7320746f 20686176 romise is to hav │ │ │ │ + 0x0023df40 65206120 70617474 65726e20 72657374 e a pattern rest │ │ │ │ + 0x0023df50 72696374 65642053 7472696e 67207479 ricted String ty │ │ │ │ + 0x0023df60 70652061 6e64206e 6f74650a 20202020 pe and note. │ │ │ │ + 0x0023df70 20202020 74686174 20696620 64617461 that if data │ │ │ │ + 0x0023df80 20697320 746f2062 65206578 706f7274 is to be export │ │ │ │ + 0x0023df90 65642069 6e00ff74 6f207468 65206963 ed in..to the ic │ │ │ │ + 0x0023dfa0 616c656e 64617220 776f726c 64206974 alendar world it │ │ │ │ + 0x0023dfb0 2063616e 6e6f7420 68617665 200a2020 cannot have . │ │ │ │ + 0x0023dfc0 20202020 20207965 61727320 6f72206d years or m │ │ │ │ + 0x0023dfd0 6f6e7468 732e0a20 20202020 2020200a onths.. . │ │ │ │ + 0x0023dfe0 20202020 20202020 556c7469 6d617465 Ultimate │ │ │ │ + 0x0023dff0 6c792069 74206973 20746f20 62652068 ly it is to be h │ │ │ │ + 0x0023e000 6f706564 20746865 2074776f 20776f72 oped the two wor │ │ │ │ + 0x0023e010 6c647320 63616e00 ff206265 20616c69 lds can.. be ali │ │ │ │ + 0x0023e020 676e6564 2e0a2020 20202020 20200a20 gned.. . │ │ │ │ + 0x0023e030 20202020 20202052 46433535 34352028 RFC5545 ( │ │ │ │ + 0x0023e040 6963616c 656e6461 72292073 70656369 icalendar) speci │ │ │ │ + 0x0023e050 66696573 0a202020 20202020 20647572 fies. dur │ │ │ │ + 0x0023e060 2d76616c 75652020 3d20285b 222b225d -value = (["+"] │ │ │ │ + 0x0023e070 202f2022 2d222920 22502220 28647572 / "-") "P" (dur │ │ │ │ + 0x0023e080 2d646174 65202f20 6475722d 74696d65 -date / dur-time │ │ │ │ + 0x0023e090 202f2064 75722d77 6500ff65 6b290a0a / dur-we..ek).. │ │ │ │ + 0x0023e0a0 20202020 20202020 6475722d 64617465 dur-date │ │ │ │ + 0x0023e0b0 2020203d 20647572 2d646179 205b6475 = dur-day [du │ │ │ │ + 0x0023e0c0 722d7469 6d655d0a 20202020 20202020 r-time]. │ │ │ │ + 0x0023e0d0 6475722d 74696d65 2020203d 20225422 dur-time = "T" │ │ │ │ + 0x0023e0e0 20286475 722d686f 7572202f 20647572 (dur-hour / dur │ │ │ │ + 0x0023e0f0 2d6d696e 75746520 2f206475 722d7365 -minute / dur-se │ │ │ │ + 0x0023e100 636f6e64 290a2020 20202020 20206475 cond). du │ │ │ │ + 0x0023e110 722d7765 656b2020 203d2000 ff312a44 r-week = ..1*D │ │ │ │ + 0x0023e120 49474954 20225722 0a202020 20202020 IGIT "W". │ │ │ │ + 0x0023e130 20647572 2d686f75 72202020 3d20312a dur-hour = 1* │ │ │ │ + 0x0023e140 44494749 54202248 22205b64 75722d6d DIGIT "H" [dur-m │ │ │ │ + 0x0023e150 696e7574 655d0a20 20202020 20202064 inute]. d │ │ │ │ + 0x0023e160 75722d6d 696e7574 65203d20 312a4449 ur-minute = 1*DI │ │ │ │ + 0x0023e170 47495420 224d2220 5b647572 2d736563 GIT "M" [dur-sec │ │ │ │ + 0x0023e180 6f6e645d 0a202020 20202020 20647572 ond]. dur │ │ │ │ + 0x0023e190 2d736563 6f6e6420 3d20312a 4400ff49 -second = 1*D..I │ │ │ │ + 0x0023e1a0 47495420 2253220a 20202020 20202020 GIT "S". │ │ │ │ + 0x0023e1b0 6475722d 64617920 2020203d 20312a44 dur-day = 1*D │ │ │ │ + 0x0023e1c0 49474954 20224422 0a202020 20202020 IGIT "D". │ │ │ │ + 0x0023e1d0 200a2020 20202020 2020536f 20503557 . So P5W │ │ │ │ + 0x0023e1e0 20697320 76616c69 643a2050 35575431 is valid: P5WT1 │ │ │ │ + 0x0023e1f0 304d2069 73206e6f 742e2049 66207765 0M is not. If we │ │ │ │ + 0x0023e200 656b7320 72652073 70656369 66696564 eks re specified │ │ │ │ + 0x0023e210 206e6f74 68696e67 20656c73 65206300 nothing else c. │ │ │ │ + 0x0023e220 ff616e20 62650a20 20202020 2020200a .an be. . │ │ │ │ + 0x0023e230 20202020 20202020 584d4c20 73706563 XML spec │ │ │ │ + 0x0023e240 69666965 730a2020 20202020 20202020 ifies. │ │ │ │ + 0x0023e250 20506e59 6e4d6e44 546e486e 4d6e530a PnYnMnDTnHnMnS. │ │ │ │ + 0x0023e260 20202020 20202020 0a202020 20202020 . │ │ │ │ + 0x0023e270 20546865 20656c65 6d656e74 73206d75 The elements mu │ │ │ │ + 0x0023e280 73742061 70706561 7220696e 20746865 st appear in the │ │ │ │ + 0x0023e290 206f7264 65722073 70656369 66696564 order specified │ │ │ │ + 0x0023e2a0 2000ff61 6e642074 68652027 54272069 ..and the 'T' i │ │ │ │ + 0x0023e2b0 73206f6d 69747465 64200a20 20202020 s omitted . │ │ │ │ + 0x0023e2c0 20202069 6620686f 75727320 6d696e75 if hours minu │ │ │ │ + 0x0023e2d0 74657320 616e6420 7365636f 6e647320 tes and seconds │ │ │ │ + 0x0023e2e0 61726520 61627365 6e742e0a 20202020 are absent.. │ │ │ │ + 0x0023e2f0 20203c2f 78733a64 6f63756d 656e7461 ...N./build │ │ │ │ + 0x0023e320 2f726500 c670726f 64756369 626c652d /re..producible- │ │ │ │ + 0x0023e330 70617468 2f6c6962 6b6f6c61 62786d6c path/libkolabxml │ │ │ │ + 0x0023e340 2d312e32 2e312f73 6368656d 61732f69 -1.2.1/schemas/i │ │ │ │ + 0x0023e350 63616c2f 6943616c 656e6461 722d7661 cal/iCalendar-va │ │ │ │ + 0x0023e360 6c747970 65732e78 73644400 05140006 ltypes.xsdD..... │ │ │ │ + 0x0023e370 40050001 e9080000 80160100 013c00ff @............<.. │ │ │ │ + 0x0023e380 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm │ │ │ │ + 0x0023e390 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs="http://w │ │ │ │ + 0x0023e3a0 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X │ │ │ │ + 0x0023e3b0 4d4c5363 68656d61 2220786d 6c6e733a MLSchema" xmlns: │ │ │ │ + 0x0023e3c0 7863616c 3d227572 6e3a6965 74663a70 xcal="urn:ietf:p │ │ │ │ + 0x0023e3d0 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica │ │ │ │ + 0x0023e3e0 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0" >. │ │ │ │ + 0x0023e410 0a202020 20202020 61637469 6f6e7661 . actionva │ │ │ │ + 0x0023e420 6c756520 3d202241 5544494f 22202f20 lue = "AUDIO" / │ │ │ │ + 0x0023e430 22444953 504c4159 22202f20 22454d41 "DISPLAY" / "EMA │ │ │ │ + 0x0023e440 494c220a 20202020 20202020 20202020 IL". │ │ │ │ + 0x0023e450 20202020 2020202f 2069616e 612d746f / iana-to │ │ │ │ + 0x0023e460 6b656e20 2f20782d 6e616d65 0a202020 ken / x-name. │ │ │ │ + 0x0023e470 2020203c 2f78733a 646f6375 6d656e74 ...K./bu │ │ │ │ + 0x0023e4a0 696c642f 72657072 6f647563 69626c65 ild/reproducible │ │ │ │ + 0x0023e4b0 2d706174 682f6c69 626b6f6c 6162786d -path/libkolabxm │ │ │ │ + 0x0023e4c0 6c2d312e 322e312f 73636865 6d61732f l-1.2.1/schemas/ │ │ │ │ + 0x0023e4d0 6963616c 2f694361 6c656e64 61722d70 ical/iCalendar-p │ │ │ │ + 0x0023e4e0 726f7073 2e787364 c1020005 14000859 rops.xsd.......Y │ │ │ │ + 0x0023e4f0 040001e9 08000080 8d010001 3c00ff78 ............<..x │ │ │ │ + 0x0023e500 733a616e 6e6f7461 74696f6e 20786d6c s:annotation xml │ │ │ │ + 0x0023e510 6e733a78 733d2268 7474703a 2f2f7777 ns:xs="http://ww │ │ │ │ + 0x0023e520 772e7733 2e6f7267 2f323030 312f584d w.w3.org/2001/XM │ │ │ │ + 0x0023e530 4c536368 656d6122 20786d6c 6e733a78 LSchema" xmlns:x │ │ │ │ + 0x0023e540 63616c3d 2275726e 3a696574 663a7061 cal="urn:ietf:pa │ │ │ │ + 0x0023e550 72616d73 3a786d6c 3a6e733a 6963616c rams:xml:ns:ical │ │ │ │ + 0x0023e560 656e6461 722d322e 3022203e 0a3c7873 endar-2.0" >.. │ │ │ │ + 0x0023e590 20202020 20202074 72616e73 76616c75 transvalu │ │ │ │ + 0x0023e5a0 65203d20 224f5041 51554522 0a202020 e = "OPAQUE". │ │ │ │ + 0x0023e5b0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023e5c0 3b426c6f 636b7320 6f72206f 70617175 ;Blocks or opaqu │ │ │ │ + 0x0023e5d0 65206f6e 20627573 79207469 6d652073 e on busy time s │ │ │ │ + 0x0023e5e0 65617263 6865732e 0a202020 20202020 earches.. │ │ │ │ + 0x0023e5f0 20202020 20202020 20202020 2f202254 / "T │ │ │ │ + 0x0023e600 5200ff41 4e535041 52454e54 220a2020 R..ANSPARENT". │ │ │ │ + 0x0023e610 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023e620 203b5472 616e7370 6172656e 74206f6e ;Transparent on │ │ │ │ + 0x0023e630 20627573 79207469 6d652073 65617263 busy time searc │ │ │ │ + 0x0023e640 6865732e 0a202020 20202020 3b446566 hes.. ;Def │ │ │ │ + 0x0023e650 61756c74 2076616c 75652069 73204f50 ault value is OP │ │ │ │ + 0x0023e660 41515545 0a202020 2020203c 2f78733a AQUE. .< │ │ │ │ + 0x0023e680 2f787300 8c3a616e 6e6f7461 74696f6e /xs..:annotation │ │ │ │ + 0x0023e690 3e00054b 00022f00 ca627569 6c642f72 >..K../..build/r │ │ │ │ + 0x0023e6a0 6570726f 64756369 626c652d 70617468 eproducible-path │ │ │ │ + 0x0023e6b0 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2 │ │ │ │ + 0x0023e6c0 2e312f73 6368656d 61732f69 63616c2f .1/schemas/ical/ │ │ │ │ + 0x0023e6d0 6943616c 656e6461 722d7072 6f70732e iCalendar-props. │ │ │ │ + 0x0023e6e0 7873641f 02000514 0008db06 0001e908 xsd............. │ │ │ │ + 0x0023e6f0 0000803f 0100013c 00ff7873 3a616e6e ...?...<..xs:ann │ │ │ │ + 0x0023e700 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs │ │ │ │ + 0x0023e710 3d226874 74703a2f 2f777777 2e77332e ="http://www.w3. │ │ │ │ + 0x0023e720 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche │ │ │ │ + 0x0023e730 6d612220 786d6c6e 733a7863 616c3d22 ma" xmlns:xcal=" │ │ │ │ + 0x0023e740 75726e3a 69657466 3a706172 616d733a urn:ietf:params: │ │ │ │ + 0x0023e750 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar │ │ │ │ + 0x0023e760 2d322e30 22203e0a 3c78733a 646f6375 -2.0" >.. │ │ │ │ + 0x0023e790 20202053 74616e64 61726420 76616c75 Standard valu │ │ │ │ + 0x0023e7a0 65730a20 20202020 20202020 20202243 es. "C │ │ │ │ + 0x0023e7b0 48414952 22200a20 20202020 20202020 HAIR" . │ │ │ │ + 0x0023e7c0 20202252 45512d50 41525449 43495041 "REQ-PARTICIPA │ │ │ │ + 0x0023e7d0 4e542220 0a202020 20202020 20202020 NT" . │ │ │ │ + 0x0023e7e0 224f5054 2d504152 54494349 50414e54 "OPT-PARTICIPANT │ │ │ │ + 0x0023e7f0 22200a20 20202020 20202020 00be2020 " . .. │ │ │ │ + 0x0023e800 224e4f4e 2d504152 54494349 50414e54 "NON-PARTICIPANT │ │ │ │ + 0x0023e810 220a2020 20202020 3c2f7873 3a646f63 ". ...L. │ │ │ │ + 0x0023e840 022f00cb 6275696c 642f7265 70726f64 ./..build/reprod │ │ │ │ + 0x0023e850 75636962 6c652d70 6174682f 6c69626b ucible-path/libk │ │ │ │ + 0x0023e860 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ + 0x0023e870 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ + 0x0023e880 6e646172 2d706172 616d732e 78736435 ndar-params.xsd5 │ │ │ │ + 0x0023e890 01000512 0006fa06 0001e908 000080ec ................ │ │ │ │ + 0x0023e8a0 0200013c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat │ │ │ │ + 0x0023e8b0 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs="ht │ │ │ │ + 0x0023e8c0 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/ │ │ │ │ + 0x0023e8d0 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema" │ │ │ │ + 0x0023e8e0 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal="urn: │ │ │ │ + 0x0023e8f0 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ + 0x0023e900 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ + 0x0023e910 22203e0a 3c78733a 646f6375 6d656e74 " >.. cu │ │ │ │ + 0x0023e940 74797065 70617261 6d202020 20202020 typeparam │ │ │ │ + 0x0023e950 203d2022 43555459 50452220 223d220a = "CUTYPE" "=". │ │ │ │ + 0x0023e960 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023e970 20202020 20202020 20202822 494e4449 ("INDI │ │ │ │ + 0x0023e980 56494455 414c2220 20203b20 416e2069 VIDUAL" ; An i │ │ │ │ + 0x0023e990 6e646976 69647561 6c0a2020 20202020 ndividual. │ │ │ │ + 0x0023e9a0 20202020 20202020 00ff2020 20202020 .. │ │ │ │ + 0x0023e9b0 20202020 202f2022 47524f55 50222020 / "GROUP" │ │ │ │ + 0x0023e9c0 20202020 20203b20 41206772 6f757020 ; A group │ │ │ │ + 0x0023e9d0 6f662069 6e646976 69647561 6c730a20 of individuals. │ │ │ │ + 0x0023e9e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023e9f0 20202020 20202020 2f202252 45534f55 / "RESOU │ │ │ │ + 0x0023ea00 52434522 20202020 203b2041 20706879 RCE" ; A phy │ │ │ │ + 0x0023ea10 73696361 6c207265 736f7572 63650a20 sical resource. │ │ │ │ + 0x0023ea20 20202020 20202020 202000ff 20202020 .. │ │ │ │ + 0x0023ea30 20202020 20202020 20202f20 22524f4f / "ROO │ │ │ │ + 0x0023ea40 4d222020 20202020 2020203b 20412072 M" ; A r │ │ │ │ + 0x0023ea50 6f6f6d20 7265736f 75726365 0a202020 oom resource. │ │ │ │ + 0x0023ea60 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023ea70 20202020 20202f20 22554e4b 4e4f574e / "UNKNOWN │ │ │ │ + 0x0023ea80 22202020 2020203b 204f7468 65727769 " ; Otherwi │ │ │ │ + 0x0023ea90 7365206e 6f74206b 6e6f776e 0a202020 se not known. │ │ │ │ + 0x0023eaa0 20202020 20202020 20202020 00ff2020 .. │ │ │ │ + 0x0023eab0 20202020 20202020 2f20782d 6e616d65 / x-name │ │ │ │ + 0x0023eac0 20202020 20202020 203b2045 78706572 ; Exper │ │ │ │ + 0x0023ead0 696d656e 74616c20 74797065 0a202020 imental type. │ │ │ │ 0x0023eae0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023eaf0 2020203b 20616363 65707465 640a2020 ; accepted. │ │ │ │ - 0x0023eb00 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023eb10 20202020 20202f20 2244454c 45474154 / "DELEGAT │ │ │ │ - 0x0023eb20 45442200 ff202020 20202020 203b2054 ED".. ; T │ │ │ │ - 0x0023eb30 6f2d646f 2064656c 65676174 65640a20 o-do delegated. │ │ │ │ - 0x0023eb40 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023eb50 20202020 2020202f 2022434f 4d504c45 / "COMPLE │ │ │ │ - 0x0023eb60 54454422 20202020 20202020 3b20546f TED" ; To │ │ │ │ - 0x0023eb70 2d646f20 636f6d70 6c657465 640a2020 -do completed. │ │ │ │ - 0x0023eb80 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023eb90 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023eba0 20202020 2000ff20 20202020 203b2043 .. ; C │ │ │ │ - 0x0023ebb0 4f4d504c 45544544 2070726f 70657274 OMPLETED propert │ │ │ │ - 0x0023ebc0 79206861 730a2020 20202020 20202020 y has. │ │ │ │ - 0x0023ebd0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023ebe0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023ebf0 2020203b 20444154 452d5449 4d452063 ; DATE-TIME c │ │ │ │ - 0x0023ec00 6f6d706c 65746564 0a202020 20202020 ompleted. │ │ │ │ - 0x0023ec10 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023ec20 202f2022 494e2d00 ff50524f 43455353 / "IN-..PROCESS │ │ │ │ - 0x0023ec30 22202020 20202020 3b20546f 2d646f20 " ; To-do │ │ │ │ - 0x0023ec40 696e2070 726f6365 7373206f 660a2020 in process of. │ │ │ │ - 0x0023ec50 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023ec60 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023ec70 20202020 20202020 2020203b 20626569 ; bei │ │ │ │ - 0x0023ec80 6e672063 6f6d706c 65746564 0a202020 ng completed. │ │ │ │ - 0x0023ec90 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023eca0 20202020 202f2078 2d00ff6e 616d6520 / x-..name │ │ │ │ - 0x0023ecb0 20202020 20202020 20202020 3b204578 ; Ex │ │ │ │ - 0x0023ecc0 70657269 6d656e74 616c2073 74617475 perimental statu │ │ │ │ - 0x0023ecd0 730a2020 20202020 20202020 20202020 s. │ │ │ │ - 0x0023ece0 20202020 20202020 20202f20 69616e61 / iana │ │ │ │ - 0x0023ecf0 2d746f6b 656e2920 20202020 2020203b -token) ; │ │ │ │ - 0x0023ed00 204f7468 65722049 414e412d 72656769 Other IANA-regi │ │ │ │ - 0x0023ed10 73746572 65640a20 20202020 20202020 stered. │ │ │ │ - 0x0023ed20 20202020 20202020 20202000 ff202020 .. │ │ │ │ - 0x0023ed30 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023ed40 20202020 20203b20 73746174 75730a20 ; status. │ │ │ │ - 0x0023ed50 20202020 20203b20 54686573 65206172 ; These ar │ │ │ │ - 0x0023ed60 65207468 65207061 72746963 69706174 e the participat │ │ │ │ - 0x0023ed70 696f6e20 73746174 75736573 20666f72 ion statuses for │ │ │ │ - 0x0023ed80 20612022 56544f44 4f222e0a 20202020 a "VTODO".. │ │ │ │ - 0x0023ed90 2020203b 20446566 61756c74 20697320 ; Default is │ │ │ │ - 0x0023eda0 4e454544 532d4143 54494f4e 2e00ff0a NEEDS-ACTION.... │ │ │ │ - 0x0023edb0 0a202020 20202020 70617274 73746174 . partstat │ │ │ │ - 0x0023edc0 2d6a6f75 72202020 203d2028 224e4545 -jour = ("NEE │ │ │ │ - 0x0023edd0 44532d41 4354494f 4e222020 20203b20 DS-ACTION" ; │ │ │ │ - 0x0023ede0 4a6f7572 6e616c20 6e656564 73206163 Journal needs ac │ │ │ │ - 0x0023edf0 74696f6e 0a202020 20202020 20202020 tion. │ │ │ │ - 0x0023ee00 20202020 20202020 20202020 202f2022 / " │ │ │ │ - 0x0023ee10 41434345 50544544 22202020 20202020 ACCEPTED" │ │ │ │ - 0x0023ee20 20203b20 4a6f7572 6e616c20 61636300 ; Journal acc. │ │ │ │ - 0x0023ee30 ff657074 65640a20 20202020 20202020 .epted. │ │ │ │ - 0x0023ee40 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x0023ee50 20224445 434c494e 45442220 20202020 "DECLINED" │ │ │ │ - 0x0023ee60 20202020 3b204a6f 75726e61 6c206465 ; Journal de │ │ │ │ - 0x0023ee70 636c696e 65640a20 20202020 20202020 clined. │ │ │ │ - 0x0023ee80 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x0023ee90 20782d6e 616d6520 20202020 20202020 x-name │ │ │ │ - 0x0023eea0 20202020 3b204578 70657269 6d656e74 ; Experiment │ │ │ │ - 0x0023eeb0 6100ff6c 20737461 7475730a 20202020 a..l status. │ │ │ │ - 0x0023eec0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023eed0 20202020 2f206961 6e612d74 6f6b656e / iana-token │ │ │ │ - 0x0023eee0 29202020 20202020 203b204f 74686572 ) ; Other │ │ │ │ - 0x0023eef0 2049414e 412d7265 67697374 65726564 IANA-registered │ │ │ │ - 0x0023ef00 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x0023ef10 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023ef20 20202020 20202020 20202020 20203b20 ; │ │ │ │ - 0x0023ef30 73746100 ff747573 0a202020 20202020 sta..tus. │ │ │ │ - 0x0023ef40 3b205468 65736520 61726520 74686520 ; These are the │ │ │ │ - 0x0023ef50 70617274 69636970 6174696f 6e207374 participation st │ │ │ │ - 0x0023ef60 61747573 65732066 6f722061 2022564a atuses for a "VJ │ │ │ │ - 0x0023ef70 4f55524e 414c222e 0a202020 20202020 OURNAL".. │ │ │ │ - 0x0023ef80 3b204465 6661756c 74206973 204e4545 ; Default is NEE │ │ │ │ - 0x0023ef90 44532d41 4354494f 4e2e0a20 20202020 DS-ACTION.. │ │ │ │ - 0x0023efa0 203c2f78 733a646f 63756d65 6e746174 .....L../..b │ │ │ │ - 0x0023efd0 75696c64 2f726570 726f6475 6369626c uild/reproducibl │ │ │ │ - 0x0023efe0 652d7061 74682f6c 69626b6f 6c616278 e-path/libkolabx │ │ │ │ - 0x0023eff0 6d6c2d31 2e322e31 2f736368 656d6173 ml-1.2.1/schemas │ │ │ │ - 0x0023f000 2f696361 6c2f6943 616c656e 6461722d /ical/iCalendar- │ │ │ │ - 0x0023f010 70617261 6d732e78 7364d100 05120006 params.xsd...... │ │ │ │ - 0x0023f020 5d080001 e9080000 80b60100 013c00ff ]............<.. │ │ │ │ - 0x0023f030 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm │ │ │ │ - 0x0023f040 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs="http://w │ │ │ │ - 0x0023f050 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X │ │ │ │ - 0x0023f060 4d4c5363 68656d61 2220786d 6c6e733a MLSchema" xmlns: │ │ │ │ - 0x0023f070 7863616c 3d227572 6e3a6965 74663a70 xcal="urn:ietf:p │ │ │ │ - 0x0023f080 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica │ │ │ │ - 0x0023f090 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0" >. │ │ │ │ - 0x0023f0c0 0a202020 20202073 63686564 756c6566 . schedulef │ │ │ │ - 0x0023f0d0 6f726365 73656e64 70617261 6d203d20 orcesendparam = │ │ │ │ - 0x0023f0e0 22534348 4544554c 452d464f 5243452d "SCHEDULE-FORCE- │ │ │ │ - 0x0023f0f0 53454e44 2220223d 220a2020 20202020 SEND" "=". │ │ │ │ - 0x0023f100 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023f110 20202020 20202020 28225245 51554553 ("REQUES │ │ │ │ - 0x0023f120 54222020 20203b20 466f7263 65206120 T" ; Force a │ │ │ │ - 0x0023f130 225200ff 45515545 5354220a 20202020 "R..EQUEST". │ │ │ │ - 0x0023f140 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023f150 20202020 20202020 202f2022 5245504c / "REPL │ │ │ │ - 0x0023f160 59222020 20202020 3b20466f 72636520 Y" ; Force │ │ │ │ - 0x0023f170 61202252 45504c59 220a2020 20202020 a "REPLY". │ │ │ │ - 0x0023f180 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023f190 20202020 2020202f 2069616e 612d746f / iana-to │ │ │ │ - 0x0023f1a0 6b656e29 20203b20 49414e41 20726567 ken) ; IANA reg │ │ │ │ - 0x0023f1b0 69737465 00ff7265 64206d65 74686f64 iste..red method │ │ │ │ - 0x0023f1c0 0a202020 2020203c 2f78733a 646f6375 . ...L./ │ │ │ │ - 0x0023f1f0 6275696c 642f7265 70726f64 75636962 build/reproducib │ │ │ │ - 0x0023f200 6c652d70 6174682f 6c69626b 6f6c6162 le-path/libkolab │ │ │ │ - 0x0023f210 786d6c2d 312e322e 312f7363 68656d61 xml-1.2.1/schema │ │ │ │ - 0x0023f220 732f6963 616c2f69 43616c65 6e646172 s/ical/iCalendar │ │ │ │ - 0x0023f230 2d706172 616d0085 732e7873 64670100 -param..s.xsdg.. │ │ │ │ - 0x0023f240 05120006 ed030001 e9080000 80360100 .............6.. │ │ │ │ - 0x0023f250 013c00ff 78733a61 6e6e6f74 6174696f .<..xs:annotatio │ │ │ │ - 0x0023f260 6e20786d 6c6e733a 78733d22 68747470 n xmlns:xs="http │ │ │ │ - 0x0023f270 3a2f2f77 77772e77 332e6f72 672f3230 ://www.w3.org/20 │ │ │ │ - 0x0023f280 30312f58 4d4c5363 68656d61 2220786d 01/XMLSchema" xm │ │ │ │ - 0x0023f290 6c6e733a 7863616c 3d227572 6e3a6965 lns:xcal="urn:ie │ │ │ │ - 0x0023f2a0 74663a70 6172616d 733a786d 6c3a6e73 tf:params:xml:ns │ │ │ │ - 0x0023f2b0 3a696361 6c656e64 61722d32 2e302220 :icalendar-2.0" │ │ │ │ - 0x0023f2c0 3e0a3c78 733a646f 63756d65 6e746174 >.. clas │ │ │ │ - 0x0023f2f0 7376616c 7565203d 20225055 424c4943 svalue = "PUBLIC │ │ │ │ - 0x0023f300 22202f20 22505249 56415445 22202f20 " / "PRIVATE" / │ │ │ │ - 0x0023f310 22434f4e 46494445 4e544941 4c22202f "CONFIDENTIAL" / │ │ │ │ - 0x0023f320 2069616e 612d746f 6b656e0a 20202020 iana-token. │ │ │ │ - 0x0023f330 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x0023f340 782d6e61 6d650a20 20202020 20203b44 x-name. ;D │ │ │ │ - 0x0023f350 65666175 6c7400ff 20697320 5055424c efault.. is PUBL │ │ │ │ - 0x0023f360 49430a20 20202020 203c2f78 733a646f IC. ...K │ │ │ │ - 0x0023f390 002f6275 696c642f 72657072 6f647563 ./build/reproduc │ │ │ │ - 0x0023f3a0 69626c65 2d706174 682f6c69 626b6f6c ible-path/libkol │ │ │ │ - 0x0023f3b0 6162786d 6c2d312e 322e312f 73636865 abxml-1.2.1/sche │ │ │ │ - 0x0023f3c0 6d61732f 6963616c 2f694361 6c656e64 mas/ical/iCalend │ │ │ │ - 0x0023f3d0 61722d70 726f7073 00842e78 73647b01 ar-props...xsd{. │ │ │ │ - 0x0023f3e0 00051400 08860700 01e90800 00806401 ..............d. │ │ │ │ - 0x0023f3f0 00013c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati │ │ │ │ - 0x0023f400 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs="htt │ │ │ │ - 0x0023f410 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2 │ │ │ │ - 0x0023f420 3030312f 584d4c53 6368656d 61222078 001/XMLSchema" x │ │ │ │ - 0x0023f430 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal="urn:i │ │ │ │ - 0x0023f440 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ - 0x0023f450 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0" │ │ │ │ - 0x0023f460 203e0a3c 78733a64 6f63756d 656e7461 >.. tri │ │ │ │ - 0x0023f490 6772656c 70617261 6d202020 20202020 grelparam │ │ │ │ - 0x0023f4a0 3d202252 454c4154 45442220 223d220a = "RELATED" "=". │ │ │ │ - 0x0023f4b0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023f4c0 20202020 20202020 20202028 22535441 ("STA │ │ │ │ - 0x0023f4d0 52542220 20202020 20203b20 54726967 RT" ; Trig │ │ │ │ - 0x0023f4e0 67657220 6f666620 6f662073 74617274 ger off of start │ │ │ │ - 0x0023f4f0 0a202020 20202000 ff202020 20202020 . .. │ │ │ │ - 0x0023f500 20202020 20202020 20202020 202f2022 / " │ │ │ │ - 0x0023f510 454e4422 29202020 20202020 203b2054 END") ; T │ │ │ │ - 0x0023f520 72696767 6572206f 6666206f 6620656e rigger off of en │ │ │ │ - 0x0023f530 640a2020 20202020 3c2f7873 3a646f63 d. ...L. │ │ │ │ - 0x0023f560 2f627569 6c642f72 6570726f 64756369 /build/reproduci │ │ │ │ - 0x0023f570 626c652d 70617468 2f00b36c 69626b6f ble-path/..libko │ │ │ │ - 0x0023f580 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch │ │ │ │ - 0x0023f590 656d6173 2f696361 6c2f6943 616c656e emas/ical/iCalen │ │ │ │ - 0x0023f5a0 6461722d 70617261 6d732e78 73640f01 dar-params.xsd.. │ │ │ │ - 0x0023f5b0 00051200 06120700 01e90800 00809e02 ................ │ │ │ │ - 0x0023f5c0 00013c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati │ │ │ │ - 0x0023f5d0 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs="htt │ │ │ │ - 0x0023f5e0 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2 │ │ │ │ - 0x0023f5f0 3030312f 584d4c53 6368656d 61222078 001/XMLSchema" x │ │ │ │ - 0x0023f600 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal="urn:i │ │ │ │ - 0x0023f610 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ - 0x0023f620 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0" │ │ │ │ - 0x0023f630 203e0a3c 78733a64 6f63756d 656e7461 >.. sc │ │ │ │ - 0x0023f660 68656475 6c656167 656e7470 6172616d heduleagentparam │ │ │ │ - 0x0023f670 203d2022 53434845 44554c45 2d414745 = "SCHEDULE-AGE │ │ │ │ - 0x0023f680 4e542220 223d220a 20202020 20202020 NT" "=". │ │ │ │ - 0x0023f690 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023f6a0 28225345 52564552 22202020 2020203b ("SERVER" ; │ │ │ │ - 0x0023f6b0 20546865 20736572 76657220 68616e64 The server hand │ │ │ │ - 0x0023f6c0 6c657320 73636800 ff656475 6c696e67 les sch..eduling │ │ │ │ - 0x0023f6d0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x0023f6e0 20202020 20202020 2f202243 4c49454e / "CLIEN │ │ │ │ - 0x0023f6f0 54222020 20202020 3b205468 6520636c T" ; The cl │ │ │ │ - 0x0023f700 69656e74 2068616e 646c6573 20736368 ient handles sch │ │ │ │ - 0x0023f710 6564756c 696e670a 20202020 20202020 eduling. │ │ │ │ - 0x0023f720 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x0023f730 20224e4f 4e452220 20202020 2020203b "NONE" ; │ │ │ │ - 0x0023f740 204e6f20 6175746f 6d00ff61 74696320 No autom..atic │ │ │ │ - 0x0023f750 73636865 64756c69 6e670a20 20202020 scheduling. │ │ │ │ + 0x0023eaf0 20202020 20202f20 69616e61 2d746f6b / iana-tok │ │ │ │ + 0x0023eb00 656e2920 2020203b 204f7468 65722049 en) ; Other I │ │ │ │ + 0x0023eb10 414e412d 72656769 73746572 65640a20 ANA-registered. │ │ │ │ + 0x0023eb20 20202020 20202020 20202020 202000ff .. │ │ │ │ + 0x0023eb30 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023eb40 20202020 20202020 2020203b 20747970 ; typ │ │ │ │ + 0x0023eb50 650a2020 20202020 203b2044 65666175 e. ; Defau │ │ │ │ + 0x0023eb60 6c742069 7320494e 44495649 4455414c lt is INDIVIDUAL │ │ │ │ + 0x0023eb70 0a202020 2020203c 2f78733a 646f6375 . ...L./ │ │ │ │ + 0x0023eba0 6275696c 642f7265 70726f64 75636962 build/reproducib │ │ │ │ + 0x0023ebb0 00bc6c65 2d706174 682f6c69 626b6f6c ..le-path/libkol │ │ │ │ + 0x0023ebc0 6162786d 6c2d312e 322e312f 73636865 abxml-1.2.1/sche │ │ │ │ + 0x0023ebd0 6d61732f 6963616c 2f694361 6c656e64 mas/ical/iCalend │ │ │ │ + 0x0023ebe0 61722d70 6172616d 732e7873 64760005 ar-params.xsdv.. │ │ │ │ + 0x0023ebf0 12000689 020001e9 08000080 c6010001 ................ │ │ │ │ + 0x0023ec00 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation │ │ │ │ + 0x0023ec10 20786d6c 6e733a78 733d2268 7474703a xmlns:xs="http: │ │ │ │ + 0x0023ec20 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200 │ │ │ │ + 0x0023ec30 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema" xml │ │ │ │ + 0x0023ec40 6e733a78 63616c3d 2275726e 3a696574 ns:xcal="urn:iet │ │ │ │ + 0x0023ec50 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns: │ │ │ │ + 0x0023ec60 6963616c 656e6461 722d322e 3022203e icalendar-2.0" > │ │ │ │ + 0x0023ec70 0a3c7873 3a646f63 756d656e 74617469 .. encod │ │ │ │ + 0x0023eca0 696e6770 6172616d 20202020 20203d20 ingparam = │ │ │ │ + 0x0023ecb0 22454e43 4f44494e 47222022 3d220a20 "ENCODING" "=". │ │ │ │ + 0x0023ecc0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023ecd0 20202020 20202020 20282022 38424954 ( "8BIT │ │ │ │ + 0x0023ece0 220a2020 20202020 20202020 3b202238 ". ; "8 │ │ │ │ + 0x0023ecf0 62697422 20746578 7420656e 636f6469 bit" text encodi │ │ │ │ + 0x0023ed00 6e672069 7300ff20 64656669 6e656420 ng is.. defined │ │ │ │ + 0x0023ed10 696e205b 52464332 3034355d 0a202020 in [RFC2045]. │ │ │ │ + 0x0023ed20 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023ed30 20202020 2020202f 20224241 53453634 / "BASE64 │ │ │ │ + 0x0023ed40 220a2020 20202020 20202020 3b202242 ". ; "B │ │ │ │ + 0x0023ed50 41534536 34222062 696e6172 7920656e ASE64" binary en │ │ │ │ + 0x0023ed60 636f6469 6e672066 6f726d61 74206973 coding format is │ │ │ │ + 0x0023ed70 20646566 696e6564 20696e20 5b524643 defined in [RFC │ │ │ │ + 0x0023ed80 34363438 5d0a2000 ff202020 20202020 4648]. .. │ │ │ │ + 0x0023ed90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023eda0 2020290a 20202020 20203c2f 78733a64 ). ... │ │ │ │ + 0x0023edd0 4c002f62 75696c64 2f726570 726f6475 L./build/reprodu │ │ │ │ + 0x0023ede0 6369626c 652d7061 74682f6c 69626b6f cible-path/libko │ │ │ │ + 0x0023edf0 6c616278 6d6c2d31 2e322e31 2f736368 labxml-1.2.1/sch │ │ │ │ + 0x0023ee00 656d6173 2f696361 6c00962f 6943616c emas/ical../iCal │ │ │ │ + 0x0023ee10 656e6461 722d7061 72616d73 2e787364 endar-params.xsd │ │ │ │ + 0x0023ee20 9c000512 00061d08 0001e908 00008060 ...............` │ │ │ │ + 0x0023ee30 0200013c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat │ │ │ │ + 0x0023ee40 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs="ht │ │ │ │ + 0x0023ee50 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/ │ │ │ │ + 0x0023ee60 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema" │ │ │ │ + 0x0023ee70 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal="urn: │ │ │ │ + 0x0023ee80 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ + 0x0023ee90 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ + 0x0023eea0 22203e0a 3c78733a 646f6375 6d656e74 " >.. fb │ │ │ │ + 0x0023eed0 74797065 70617261 6d202020 20202020 typeparam │ │ │ │ + 0x0023eee0 203d2022 46425459 50452220 223d2220 = "FBTYPE" "=" │ │ │ │ + 0x0023eef0 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x0023ef00 20202020 20202020 20202822 46524545 ("FREE │ │ │ │ + 0x0023ef10 22200a20 20202020 20202020 20202020 " . │ │ │ │ + 0x0023ef20 20202020 20202020 20202020 202f2022 / " │ │ │ │ + 0x0023ef30 42555359 220a2020 00ff2020 20202020 BUSY". .. │ │ │ │ + 0x0023ef40 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023ef50 20202f20 22425553 592d554e 41564149 / "BUSY-UNAVAI │ │ │ │ + 0x0023ef60 4c41424c 4522200a 20202020 20202020 LABLE" . │ │ │ │ + 0x0023ef70 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023ef80 20202f20 22425553 592d5445 4e544154 / "BUSY-TENTAT │ │ │ │ + 0x0023ef90 49564522 0a202020 20202020 20202020 IVE". │ │ │ │ + 0x0023efa0 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x0023efb0 20782d6e 616d6520 203b00ff 20536f6d x-name ;.. Som │ │ │ │ + 0x0023efc0 65206578 70657269 6d656e74 616c2069 e experimental i │ │ │ │ + 0x0023efd0 43616c65 6e646172 20667265 652f6275 Calendar free/bu │ │ │ │ + 0x0023efe0 73792074 7970652e 0a202020 20202020 sy type.. │ │ │ │ + 0x0023eff0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f000 2020202f 2069616e 612d746f 6b656e29 / iana-token) │ │ │ │ + 0x0023f010 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x0023f020 203b2053 6f6d6520 6f746865 72204941 ; Some other IA │ │ │ │ + 0x0023f030 4e412d72 65676973 74657265 00ff6420 NA-registere..d │ │ │ │ + 0x0023f040 6943616c 656e6461 72206672 65652f62 iCalendar free/b │ │ │ │ + 0x0023f050 75737920 74797065 2e0a2020 20202020 usy type.. │ │ │ │ + 0x0023f060 203b2044 65666175 6c742069 73204255 ; Default is BU │ │ │ │ + 0x0023f070 53590a20 20202020 203c2f78 733a646f SY. ...L │ │ │ │ + 0x0023f0a0 002f6275 696c642f 72657072 6f647563 ./build/reproduc │ │ │ │ + 0x0023f0b0 69626c65 2d706174 682f6c69 626b00b0 ible-path/libk.. │ │ │ │ + 0x0023f0c0 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc │ │ │ │ + 0x0023f0d0 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale │ │ │ │ + 0x0023f0e0 6e646172 2d706172 616d732e 787364b2 ndar-params.xsd. │ │ │ │ + 0x0023f0f0 00051200 065b0700 01e90800 0080d203 .....[.......... │ │ │ │ + 0x0023f100 00013c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati │ │ │ │ + 0x0023f110 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs="htt │ │ │ │ + 0x0023f120 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2 │ │ │ │ + 0x0023f130 3030312f 584d4c53 6368656d 61222078 001/XMLSchema" x │ │ │ │ + 0x0023f140 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal="urn:i │ │ │ │ + 0x0023f150 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n │ │ │ │ + 0x0023f160 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0" │ │ │ │ + 0x0023f170 203e0a3c 78733a64 6f63756d 656e7461 >.. rel │ │ │ │ + 0x0023f1a0 74797065 70617261 6d202020 20202020 typeparam │ │ │ │ + 0x0023f1b0 3d202252 454c5459 50452220 223d220a = "RELTYPE" "=". │ │ │ │ + 0x0023f1c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f1d0 20202020 20202020 20202028 22504152 ("PAR │ │ │ │ + 0x0023f1e0 454e5422 20202020 3b205061 72656e74 ENT" ; Parent │ │ │ │ + 0x0023f1f0 2072656c 6174696f 6e736869 70202d20 relationship - │ │ │ │ + 0x0023f200 44656661 756c7400 ff0a2020 20202020 Default... │ │ │ │ + 0x0023f210 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f220 20202020 2f202243 48494c44 22202020 / "CHILD" │ │ │ │ + 0x0023f230 20203b20 4368696c 64207265 6c617469 ; Child relati │ │ │ │ + 0x0023f240 6f6e7368 69700a20 20202020 20202020 onship. │ │ │ │ + 0x0023f250 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f260 202f2022 5349424c 494e4722 2020203b / "SIBLING" ; │ │ │ │ + 0x0023f270 20536962 6c696e67 2072656c 6174696f Sibling relatio │ │ │ │ + 0x0023f280 6e736869 700a2020 2000ff20 20202020 nship. .. │ │ │ │ + 0x0023f290 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f2a0 20202f20 69616e61 2d746f6b 656e2020 / iana-token │ │ │ │ + 0x0023f2b0 3b20536f 6d65206f 74686572 2049414e ; Some other IAN │ │ │ │ + 0x0023f2c0 412d7265 67697374 65726564 0a202020 A-registered. │ │ │ │ + 0x0023f2d0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f2e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f2f0 20202020 203b2069 43616c65 6e646172 ; iCalendar │ │ │ │ + 0x0023f300 2072656c 6174696f 6e736800 ff697020 relationsh..ip │ │ │ │ + 0x0023f310 74797065 0a202020 20202020 20202020 type. │ │ │ │ + 0x0023f320 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x0023f330 20782d6e 616d6529 20202020 203b2041 x-name) ; A │ │ │ │ + 0x0023f340 206e6f6e 2d737461 6e646172 642c2065 non-standard, e │ │ │ │ + 0x0023f350 78706572 696d656e 74616c0a 20202020 xperimental. │ │ │ │ + 0x0023f360 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f370 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f380 20202020 3b207265 6c617469 6f00ff6e ; relatio..n │ │ │ │ + 0x0023f390 73686970 20747970 650a2020 20202020 ship type. │ │ │ │ + 0x0023f3a0 20205773 2d43616c 656e6461 72206164 Ws-Calendar ad │ │ │ │ + 0x0023f3b0 64732074 68652076 616c7565 730a2020 ds the values. │ │ │ │ + 0x0023f3c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f3d0 20202020 20202020 202f2022 46494e49 / "FINI │ │ │ │ + 0x0023f3e0 5348544f 53544152 54220a20 20202020 SHTOSTART". │ │ │ │ + 0x0023f3f0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f400 20202020 20202f20 2246494e 49534800 / "FINISH. │ │ │ │ + 0x0023f410 ff544f46 494e4953 48220a20 20202020 .TOFINISH". │ │ │ │ + 0x0023f420 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f430 20202020 20202f20 22535441 5254544f / "STARTTO │ │ │ │ + 0x0023f440 46494e49 5348220a 20202020 20202020 FINISH". │ │ │ │ + 0x0023f450 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f460 2020202f 20225354 41525454 4f535441 / "STARTTOSTA │ │ │ │ + 0x0023f470 52542220 20202020 20202020 20202020 RT" │ │ │ │ + 0x0023f480 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x0023f490 2000ff20 20202020 20202020 20200a20 .. . │ │ │ │ + 0x0023f4a0 20202020 20203b20 44656661 756c7420 ; Default │ │ │ │ + 0x0023f4b0 69732050 4152454e 540a2020 20202020 is PARENT. │ │ │ │ + 0x0023f4c0 3c2f7873 3a646f63 756d656e 74617469 ...L./build/r │ │ │ │ + 0x0023f4f0 6570726f 64756369 626c652d 70617468 eproducible-path │ │ │ │ + 0x0023f500 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2 │ │ │ │ + 0x0023f510 2e312f00 a1736368 656d6173 2f696361 .1/..schemas/ica │ │ │ │ + 0x0023f520 6c2f6943 616c656e 6461722d 70617261 l/iCalendar-para │ │ │ │ + 0x0023f530 6d732e78 73641c01 00051200 06050700 ms.xsd.......... │ │ │ │ + 0x0023f540 01e90800 00801109 00013c00 ff78733a ..........<..xs: │ │ │ │ + 0x0023f550 616e6e6f 74617469 6f6e2078 6d6c6e73 annotation xmlns │ │ │ │ + 0x0023f560 3a78733d 22687474 703a2f2f 7777772e :xs="http://www. │ │ │ │ + 0x0023f570 77332e6f 72672f32 3030312f 584d4c53 w3.org/2001/XMLS │ │ │ │ + 0x0023f580 6368656d 61222078 6d6c6e73 3a786361 chema" xmlns:xca │ │ │ │ + 0x0023f590 6c3d2275 726e3a69 6574663a 70617261 l="urn:ietf:para │ │ │ │ + 0x0023f5a0 6d733a78 6d6c3a6e 733a6963 616c656e ms:xml:ns:icalen │ │ │ │ + 0x0023f5b0 6461722d 322e3022 203e0a3c 78733a64 dar-2.0" >.. │ │ │ │ + 0x0023f5e0 20202020 20706172 74737461 742d6576 partstat-ev │ │ │ │ + 0x0023f5f0 656e7420 20203d20 28224e45 4544532d ent = ("NEEDS- │ │ │ │ + 0x0023f600 41435449 4f4e2220 2020203b 20457665 ACTION" ; Eve │ │ │ │ + 0x0023f610 6e74206e 65656473 20616374 696f6e0a nt needs action. │ │ │ │ + 0x0023f620 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f630 20202020 20202020 2f202241 43434550 / "ACCEP │ │ │ │ + 0x0023f640 54454422 20202020 20202020 203b2000 TED" ; . │ │ │ │ + 0x0023f650 ff457665 6e742061 63636570 7465640a .Event accepted. │ │ │ │ + 0x0023f660 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f670 20202020 20202020 2f202244 45434c49 / "DECLI │ │ │ │ + 0x0023f680 4e454422 20202020 20202020 203b2045 NED" ; E │ │ │ │ + 0x0023f690 76656e74 20646563 6c696e65 640a2020 vent declined. │ │ │ │ + 0x0023f6a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f6b0 20202020 20202f20 2254454e 54415449 / "TENTATI │ │ │ │ + 0x0023f6c0 56452220 20202020 2020203b 20457665 VE" ; Eve │ │ │ │ + 0x0023f6d0 6e00ff74 2074656e 74617469 76656c79 n..t tentatively │ │ │ │ + 0x0023f6e0 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x0023f6f0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f700 20202020 20202020 20202020 20203b20 ; │ │ │ │ + 0x0023f710 61636365 70746564 0a202020 20202020 accepted. │ │ │ │ + 0x0023f720 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f730 202f2022 44454c45 47415445 44222020 / "DELEGATED" │ │ │ │ + 0x0023f740 20202020 20203b20 4576656e 74206465 ; Event de │ │ │ │ + 0x0023f750 6c656700 ff617465 640a2020 20202020 leg..ated. │ │ │ │ 0x0023f760 20202020 20202020 20202020 20202020 │ │ │ │ 0x0023f770 20202f20 782d6e61 6d652020 20202020 / x-name │ │ │ │ - 0x0023f780 20203b20 45787065 72696d65 6e74616c ; Experimental │ │ │ │ - 0x0023f790 20747970 650a2020 20202020 20202020 type. │ │ │ │ - 0x0023f7a0 20202020 20202020 20202020 202f2069 / i │ │ │ │ - 0x0023f7b0 616e612d 746f6b65 6e292020 203b204f ana-token) ; O │ │ │ │ - 0x0023f7c0 74686572 2049414e 41207200 ff656769 ther IANA r..egi │ │ │ │ - 0x0023f7d0 73746572 65642074 7970650a 20202020 stered type. │ │ │ │ - 0x0023f7e0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f780 20202020 2020203b 20457870 6572696d ; Experim │ │ │ │ + 0x0023f790 656e7461 6c207374 61747573 0a202020 ental status. │ │ │ │ + 0x0023f7a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f7b0 20202020 202f2069 616e612d 746f6b65 / iana-toke │ │ │ │ + 0x0023f7c0 6e292020 20202020 20203b20 4f746865 n) ; Othe │ │ │ │ + 0x0023f7d0 72204941 4e00ff41 2d726567 69737465 r IAN..A-registe │ │ │ │ + 0x0023f7e0 7265640a 20202020 20202020 20202020 red. │ │ │ │ 0x0023f7f0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023f800 2020203b 0a202020 20202020 20202020 ;. │ │ │ │ - 0x0023f810 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023f820 20202020 20202020 20202020 3b204465 ; De │ │ │ │ - 0x0023f830 6661756c 74206973 20534552 5645520a fault is SERVER. │ │ │ │ - 0x0023f840 20202020 20203c2f 78733a64 6f00ed63 ...L. │ │ │ │ - 0x0023f870 2f627569 6c642f72 6570726f 64756369 /build/reproduci │ │ │ │ - 0x0023f880 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola │ │ │ │ - 0x0023f890 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem │ │ │ │ - 0x0023f8a0 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda │ │ │ │ - 0x0023f8b0 722d7061 72616d73 2e787364 56010005 r-params.xsdV... │ │ │ │ - 0x0023f8c0 1200069b 020001e9 08000080 d5040001 ................ │ │ │ │ - 0x0023f8d0 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation │ │ │ │ - 0x0023f8e0 20786d6c 6e733a78 733d2268 7474703a xmlns:xs="http: │ │ │ │ - 0x0023f8f0 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200 │ │ │ │ - 0x0023f900 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema" xml │ │ │ │ - 0x0023f910 6e733a78 63616c3d 2275726e 3a696574 ns:xcal="urn:iet │ │ │ │ - 0x0023f920 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns: │ │ │ │ - 0x0023f930 6963616c 656e6461 722d322e 3022203e icalendar-2.0" > │ │ │ │ - 0x0023f940 0a3c7873 3a646f63 756d656e 74617469 .. statu │ │ │ │ - 0x0023f970 73202020 20202020 2020203d 20225354 s = "ST │ │ │ │ - 0x0023f980 41545553 22207374 61747061 72616d20 ATUS" statparam │ │ │ │ - 0x0023f990 223a2220 73746174 76616c75 65204352 ":" statvalue CR │ │ │ │ - 0x0023f9a0 4c460a0a 20202020 20202073 74617470 LF.. statp │ │ │ │ - 0x0023f9b0 6172616d 20202020 2020203d 202a2822 aram = *(" │ │ │ │ - 0x0023f9c0 3b22206f 74686572 2d706172 616d290a ;" other-param). │ │ │ │ - 0x0023f9d0 0a202020 2000ff20 20207374 61747661 . .. statva │ │ │ │ - 0x0023f9e0 6c756520 20202020 20203d20 28737461 lue = (sta │ │ │ │ - 0x0023f9f0 7476616c 75652d65 76656e74 0a202020 tvalue-event. │ │ │ │ + 0x0023f800 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f810 203b2073 74617475 730a2020 20202020 ; status. │ │ │ │ + 0x0023f820 203b2054 68657365 20617265 20746865 ; These are the │ │ │ │ + 0x0023f830 20706172 74696369 70617469 6f6e2073 participation s │ │ │ │ + 0x0023f840 74617475 73657320 666f7220 61202256 tatuses for a "V │ │ │ │ + 0x0023f850 4556454e 54222e00 ff0a2020 20202020 EVENT".... │ │ │ │ + 0x0023f860 203b2044 65666175 6c742069 73204e45 ; Default is NE │ │ │ │ + 0x0023f870 4544532d 41435449 4f4e2e0a 0a202020 EDS-ACTION... │ │ │ │ + 0x0023f880 20202020 70617274 73746174 2d746f64 partstat-tod │ │ │ │ + 0x0023f890 6f202020 203d2028 224e4545 44532d41 o = ("NEEDS-A │ │ │ │ + 0x0023f8a0 4354494f 4e222020 20203b20 546f2d64 CTION" ; To-d │ │ │ │ + 0x0023f8b0 6f206e65 65647320 61637469 6f6e0a20 o needs action. │ │ │ │ + 0x0023f8c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f8d0 20202020 2020202f 2000ff22 41434345 / .."ACCE │ │ │ │ + 0x0023f8e0 50544544 22202020 20202020 20203b20 PTED" ; │ │ │ │ + 0x0023f8f0 546f2d64 6f206163 63657074 65640a20 To-do accepted. │ │ │ │ + 0x0023f900 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f910 20202020 2020202f 20224445 434c494e / "DECLIN │ │ │ │ + 0x0023f920 45442220 20202020 20202020 3b20546f ED" ; To │ │ │ │ + 0x0023f930 2d646f20 6465636c 696e6564 0a202020 -do declined. │ │ │ │ + 0x0023f940 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f950 20202020 202f2022 54454e00 ff544154 / "TEN..TAT │ │ │ │ + 0x0023f960 49564522 20202020 20202020 3b20546f IVE" ; To │ │ │ │ + 0x0023f970 2d646f20 74656e74 61746976 656c790a -do tentatively. │ │ │ │ + 0x0023f980 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f990 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f9a0 20202020 20202020 20202020 203b2061 ; a │ │ │ │ + 0x0023f9b0 63636570 7465640a 20202020 20202020 ccepted. │ │ │ │ + 0x0023f9c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023f9d0 2f202244 454c4547 41544544 2200ff20 / "DELEGATED".. │ │ │ │ + 0x0023f9e0 20202020 2020203b 20546f2d 646f2064 ; To-do d │ │ │ │ + 0x0023f9f0 656c6567 61746564 0a202020 20202020 elegated. │ │ │ │ 0x0023fa00 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023fa10 20202020 2f202073 74617476 616c7565 / statvalue │ │ │ │ - 0x0023fa20 2d746f64 6f0a2020 20202020 20202020 -todo. │ │ │ │ - 0x0023fa30 20202020 20202020 20202020 202f2020 / │ │ │ │ - 0x0023fa40 73746174 76616c75 652d6a6f 7572290a statvalue-jour). │ │ │ │ - 0x0023fa50 0a202020 20202000 ff207374 61747661 . .. statva │ │ │ │ - 0x0023fa60 6c75652d 6576656e 74203d20 2254454e lue-event = "TEN │ │ │ │ - 0x0023fa70 54415449 56452220 2020203b 496e6469 TATIVE" ;Indi │ │ │ │ - 0x0023fa80 63617465 73206576 656e7420 69732074 cates event is t │ │ │ │ - 0x0023fa90 656e7461 74697665 2e0a2020 20202020 entative.. │ │ │ │ - 0x0023faa0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023fab0 202f2022 434f4e46 49524d45 44222020 / "CONFIRMED" │ │ │ │ - 0x0023fac0 20203b49 6e646963 61746573 20657665 ;Indicates eve │ │ │ │ - 0x0023fad0 6e742069 73206465 6600ff69 6e697465 nt is def..inite │ │ │ │ - 0x0023fae0 2e0a2020 20202020 20202020 20202020 .. │ │ │ │ - 0x0023faf0 20202020 20202020 202f2022 43414e43 / "CANC │ │ │ │ - 0x0023fb00 454c4c45 44222020 20203b49 6e646963 ELLED" ;Indic │ │ │ │ - 0x0023fb10 61746573 20657665 6e742077 61732063 ates event was c │ │ │ │ - 0x0023fb20 616e6365 6c6c6564 2e0a2020 20202020 ancelled.. │ │ │ │ - 0x0023fb30 203b5374 61747573 2076616c 75657320 ;Status values │ │ │ │ - 0x0023fb40 666f7220 61202256 4556454e 54220a0a for a "VEVENT".. │ │ │ │ - 0x0023fb50 20202020 20202073 74617400 ff76616c stat..val │ │ │ │ - 0x0023fb60 75652d74 6f646f20 203d2022 4e454544 ue-todo = "NEED │ │ │ │ - 0x0023fb70 532d4143 54494f4e 22203b49 6e646963 S-ACTION" ;Indic │ │ │ │ - 0x0023fb80 61746573 20746f2d 646f206e 65656473 ates to-do needs │ │ │ │ - 0x0023fb90 20616374 696f6e2e 0a202020 20202020 action.. │ │ │ │ - 0x0023fba0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023fbb0 2f202243 4f4d504c 45544544 22202020 / "COMPLETED" │ │ │ │ - 0x0023fbc0 203b496e 64696361 74657320 746f2d64 ;Indicates to-d │ │ │ │ - 0x0023fbd0 6f20636f 6d706c65 7465642e 0a00ff20 o completed.... │ │ │ │ - 0x0023fbe0 20202020 20202020 20202020 20202020 │ │ │ │ - 0x0023fbf0 20202020 20202f20 22494e2d 50524f43 / "IN-PROC │ │ │ │ - 0x0023fc00 45535322 2020203b 496e6469 63617465 ESS" ;Indicate │ │ │ │ - 0x0023fc10 7320746f 2d646f20 696e2070 726f6365 s to-do in proce │ │ │ │ - 0x0023fc20 7373206f 662e0a20 20202020 20202020 ss of.. │ │ │ │ - 0x0023fc30 20202020 20202020 20202020 20202f20 / │ │ │ │ - 0x0023fc40 2243414e 43454c4c 45442220 2020203b "CANCELLED" ; │ │ │ │ - 0x0023fc50 496e6469 63617465 7320746f 2d646f00 Indicates to-do. │ │ │ │ - 0x0023fc60 ff207761 73206361 6e63656c 6c65642e . was cancelled. │ │ │ │ - 0x0023fc70 0a202020 20202020 3b537461 74757320 . ;Status │ │ │ │ - 0x0023fc80 76616c75 65732066 6f722022 56544f44 values for "VTOD │ │ │ │ - 0x0023fc90 4f222e0a 0a202020 20202020 73746174 O"... stat │ │ │ │ - 0x0023fca0 76616c75 652d6a6f 75722020 3d202244 value-jour = "D │ │ │ │ - 0x0023fcb0 52414654 22202020 20202020 203b496e RAFT" ;In │ │ │ │ - 0x0023fcc0 64696361 74657320 6a6f7572 6e616c20 dicates journal │ │ │ │ - 0x0023fcd0 69732064 72616674 2e0a2020 20202020 is draft.. │ │ │ │ - 0x0023fce0 2000ff20 20202020 20202020 20202020 .. │ │ │ │ - 0x0023fcf0 2020202f 20224649 4e414c22 20202020 / "FINAL" │ │ │ │ - 0x0023fd00 20202020 3b496e64 69636174 6573206a ;Indicates j │ │ │ │ - 0x0023fd10 6f75726e 616c2069 73206669 6e616c2e ournal is final. │ │ │ │ - 0x0023fd20 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x0023fd30 20202020 20202020 2f202243 414e4345 / "CANCE │ │ │ │ - 0x0023fd40 4c4c4544 22202020 203b496e 64696361 LLED" ;Indica │ │ │ │ - 0x0023fd50 74657320 6a6f7572 6e616c20 69732072 tes journal is r │ │ │ │ - 0x0023fd60 656d6f00 d4766564 2e0a2020 20202020 emo..ved.. │ │ │ │ - 0x0023fd70 3b537461 74757320 76616c75 65732066 ;Status values f │ │ │ │ - 0x0023fd80 6f722022 564a4f55 524e414c 222e0a20 or "VJOURNAL".. │ │ │ │ - 0x0023fd90 20202020 203c2f78 733a646f 63756d65 ...K../. │ │ │ │ - 0x0023fdc0 ca627569 6c642f72 6570726f 64756369 .build/reproduci │ │ │ │ - 0x0023fdd0 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola │ │ │ │ - 0x0023fde0 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem │ │ │ │ - 0x0023fdf0 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda │ │ │ │ - 0x0023fe00 722d7072 6f70732e 787364c2 01000514 r-props.xsd..... │ │ │ │ - 0x0023fe10 0008a901 0001e908 00008074 0500013c ...........t...< │ │ │ │ - 0x0023fe20 00ff7873 3a616e6e 6f746174 696f6e20 ..xs:annotation │ │ │ │ - 0x0023fe30 786d6c6e 733a7873 3d226874 74703a2f xmlns:xs="http:/ │ │ │ │ - 0x0023fe40 2f777777 2e77332e 6f72672f 32303031 /www.w3.org/2001 │ │ │ │ - 0x0023fe50 2f584d4c 53636865 6d612220 786d6c6e /XMLSchema" xmln │ │ │ │ - 0x0023fe60 733a7863 616c3d22 75726e3a 69657466 s:xcal="urn:ietf │ │ │ │ - 0x0023fe70 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i │ │ │ │ - 0x0023fe80 63616c65 6e646172 2d322e30 22203e0a calendar-2.0" >. │ │ │ │ - 0x0023fe90 3c78733a 646f6375 6d656e74 6174696f . Durat │ │ │ │ - 0x0023fec0 696f6e73 20617265 20612070 726f626c ions are a probl │ │ │ │ - 0x0023fed0 656d3a20 0a202020 20202020 20202020 em: . │ │ │ │ - 0x0023fee0 584d4c20 73636865 6d612074 79706573 XML schema types │ │ │ │ - 0x0023fef0 20616c6c 6f772059 65617273 2c204d6f allow Years, Mo │ │ │ │ - 0x0023ff00 6e746873 2c204461 79732c20 486f7572 nths, Days, Hour │ │ │ │ - 0x0023ff10 732c204d 696e7574 65732c20 5365636f s, Minutes, Seco │ │ │ │ - 0x0023ff20 6e64730a 00ff2020 20202020 20202020 nds... │ │ │ │ - 0x0023ff30 20496361 6c20616c 6c6f7773 20576565 Ical allows Wee │ │ │ │ - 0x0023ff40 6b732c20 44617973 2c20486f 7572732c ks, Days, Hours, │ │ │ │ - 0x0023ff50 204d696e 75746573 2c205365 636f6e64 Minutes, Second │ │ │ │ - 0x0023ff60 730a2020 20202020 20202020 200a2020 s. . │ │ │ │ - 0x0023ff70 20202020 20205468 65736520 6f766572 These over │ │ │ │ - 0x0023ff80 6c617020 616e6420 77652072 65616c6c lap and we reall │ │ │ │ - 0x0023ff90 79206e65 65642061 20636f6d 62696e61 y need a combina │ │ │ │ - 0x0023ffa0 74696f6e 206f00ff 6620626f 74682e0a tion o..f both.. │ │ │ │ - 0x0023ffb0 20202020 20202020 536f2074 68652063 So the c │ │ │ │ - 0x0023ffc0 6f6d7072 6f6d6973 65206973 20746f20 ompromise is to │ │ │ │ - 0x0023ffd0 68617665 20612070 61747465 726e2072 have a pattern r │ │ │ │ - 0x0023ffe0 65737472 69637465 64205374 72696e67 estricted String │ │ │ │ - 0x0023fff0 20747970 6520616e 64206e6f 74650a20 type and note. │ │ │ │ - 0x00240000 20202020 20202074 68617420 69662064 that if d │ │ │ │ - 0x00240010 61746120 69732074 6f206265 20657870 ata is to be exp │ │ │ │ - 0x00240020 6f727465 6420696e 00ff746f 20746865 orted in..to the │ │ │ │ - 0x00240030 20696361 6c656e64 61722077 6f726c64 icalendar world │ │ │ │ - 0x00240040 20697420 63616e6e 6f742068 61766520 it cannot have │ │ │ │ - 0x00240050 0a202020 20202020 20796561 7273206f . years o │ │ │ │ - 0x00240060 72206d6f 6e746873 2e0a2020 20202020 r months.. │ │ │ │ - 0x00240070 20200a20 20202020 20202055 6c74696d . Ultim │ │ │ │ - 0x00240080 6174656c 79206974 20697320 746f2062 ately it is to b │ │ │ │ - 0x00240090 6520686f 70656420 74686520 74776f20 e hoped the two │ │ │ │ - 0x002400a0 776f726c 64732063 616e00ff 20626520 worlds can.. be │ │ │ │ - 0x002400b0 616c6967 6e65642e 0a202020 20202020 aligned.. │ │ │ │ - 0x002400c0 200a2020 20202020 20205246 43353534 . RFC554 │ │ │ │ - 0x002400d0 35202869 63616c65 6e646172 29207370 5 (icalendar) sp │ │ │ │ - 0x002400e0 65636966 6965730a 20202020 20202020 ecifies. │ │ │ │ - 0x002400f0 6475722d 76616c75 6520203d 20285b22 dur-value = ([" │ │ │ │ - 0x00240100 2b225d20 2f20222d 22292022 50222028 +"] / "-") "P" ( │ │ │ │ - 0x00240110 6475722d 64617465 202f2064 75722d74 dur-date / dur-t │ │ │ │ - 0x00240120 696d6520 2f206475 722d7765 00ff656b ime / dur-we..ek │ │ │ │ - 0x00240130 290a0a20 20202020 20202064 75722d64 ).. dur-d │ │ │ │ - 0x00240140 61746520 20203d20 6475722d 64617920 ate = dur-day │ │ │ │ - 0x00240150 5b647572 2d74696d 655d0a20 20202020 [dur-time]. │ │ │ │ - 0x00240160 20202064 75722d74 696d6520 20203d20 dur-time = │ │ │ │ - 0x00240170 22542220 28647572 2d686f75 72202f20 "T" (dur-hour / │ │ │ │ - 0x00240180 6475722d 6d696e75 7465202f 20647572 dur-minute / dur │ │ │ │ - 0x00240190 2d736563 6f6e6429 0a202020 20202020 -second). │ │ │ │ - 0x002401a0 20647572 2d776565 6b202020 3d2000ff dur-week = .. │ │ │ │ - 0x002401b0 312a4449 47495420 2257220a 20202020 1*DIGIT "W". │ │ │ │ - 0x002401c0 20202020 6475722d 686f7572 2020203d dur-hour = │ │ │ │ - 0x002401d0 20312a44 49474954 20224822 205b6475 1*DIGIT "H" [du │ │ │ │ - 0x002401e0 722d6d69 6e757465 5d0a2020 20202020 r-minute]. │ │ │ │ - 0x002401f0 20206475 722d6d69 6e757465 203d2031 dur-minute = 1 │ │ │ │ - 0x00240200 2a444947 49542022 4d22205b 6475722d *DIGIT "M" [dur- │ │ │ │ - 0x00240210 7365636f 6e645d0a 20202020 20202020 second]. │ │ │ │ - 0x00240220 6475722d 7365636f 6e64203d 20312a44 dur-second = 1*D │ │ │ │ - 0x00240230 00ff4947 49542022 53220a20 20202020 ..IGIT "S". │ │ │ │ - 0x00240240 20202064 75722d64 61792020 20203d20 dur-day = │ │ │ │ - 0x00240250 312a4449 47495420 2244220a 20202020 1*DIGIT "D". │ │ │ │ - 0x00240260 20202020 0a202020 20202020 20536f20 . So │ │ │ │ - 0x00240270 50355720 69732076 616c6964 3a205035 P5W is valid: P5 │ │ │ │ - 0x00240280 57543130 4d206973 206e6f74 2e204966 WT10M is not. If │ │ │ │ - 0x00240290 20776565 6b732072 65207370 65636966 weeks re specif │ │ │ │ - 0x002402a0 69656420 6e6f7468 696e6720 656c7365 ied nothing else │ │ │ │ - 0x002402b0 206300ff 616e2062 650a2020 20202020 c..an be. │ │ │ │ - 0x002402c0 20200a20 20202020 20202058 4d4c2073 . XML s │ │ │ │ - 0x002402d0 70656369 66696573 0a202020 20202020 pecifies. │ │ │ │ - 0x002402e0 20202020 506e596e 4d6e4454 6e486e4d PnYnMnDTnHnM │ │ │ │ - 0x002402f0 6e530a20 20202020 2020200a 20202020 nS. . │ │ │ │ - 0x00240300 20202020 54686520 656c656d 656e7473 The elements │ │ │ │ - 0x00240310 206d7573 74206170 70656172 20696e20 must appear in │ │ │ │ - 0x00240320 74686520 6f726465 72207370 65636966 the order specif │ │ │ │ - 0x00240330 69656420 00ff616e 64207468 65202754 ied ..and the 'T │ │ │ │ - 0x00240340 27206973 206f6d69 74746564 200a2020 ' is omitted . │ │ │ │ - 0x00240350 20202020 20206966 20686f75 7273206d if hours m │ │ │ │ - 0x00240360 696e7574 65732061 6e642073 65636f6e inutes and secon │ │ │ │ - 0x00240370 64732061 72652061 6273656e 742e0a20 ds are absent.. │ │ │ │ - 0x00240380 20202020 203c2f78 733a646f 63756d65 ...N./bu │ │ │ │ - 0x002403b0 696c642f 726500c6 70726f64 75636962 ild/re..producib │ │ │ │ - 0x002403c0 6c652d70 6174682f 6c69626b 6f6c6162 le-path/libkolab │ │ │ │ - 0x002403d0 786d6c2d 312e322e 312f7363 68656d61 xml-1.2.1/schema │ │ │ │ - 0x002403e0 732f6963 616c2f69 43616c65 6e646172 s/ical/iCalendar │ │ │ │ - 0x002403f0 2d76616c 74797065 732e7873 64440005 -valtypes.xsdD.. │ │ │ │ - 0x00240400 14000640 050001e9 08000080 16010001 ...@............ │ │ │ │ - 0x00240410 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation │ │ │ │ - 0x00240420 20786d6c 6e733a78 733d2268 7474703a xmlns:xs="http: │ │ │ │ - 0x00240430 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200 │ │ │ │ - 0x00240440 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema" xml │ │ │ │ - 0x00240450 6e733a78 63616c3d 2275726e 3a696574 ns:xcal="urn:iet │ │ │ │ - 0x00240460 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns: │ │ │ │ - 0x00240470 6963616c 656e6461 722d322e 3022203e icalendar-2.0" > │ │ │ │ - 0x00240480 0a3c7873 3a646f63 756d656e 74617469 .. actio │ │ │ │ - 0x002404b0 6e76616c 7565203d 20224155 44494f22 nvalue = "AUDIO" │ │ │ │ - 0x002404c0 202f2022 44495350 4c415922 202f2022 / "DISPLAY" / " │ │ │ │ - 0x002404d0 454d4149 4c220a20 20202020 20202020 EMAIL". │ │ │ │ - 0x002404e0 20202020 20202020 20202f20 69616e61 / iana │ │ │ │ - 0x002404f0 2d746f6b 656e202f 20782d6e 616d650a -token / x-name. │ │ │ │ - 0x00240500 20202020 20203c2f 78733a64 6f63756d ...K. │ │ │ │ - 0x00240530 2f627569 6c642f72 6570726f 64756369 /build/reproduci │ │ │ │ - 0x00240540 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola │ │ │ │ - 0x00240550 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem │ │ │ │ - 0x00240560 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda │ │ │ │ - 0x00240570 722d7072 6f70732e 787364c1 02000514 r-props.xsd..... │ │ │ │ - 0x00240580 00085904 0001e908 0000808d 0100013c ..Y............< │ │ │ │ - 0x00240590 00ff7873 3a616e6e 6f746174 696f6e20 ..xs:annotation │ │ │ │ - 0x002405a0 786d6c6e 733a7873 3d226874 74703a2f xmlns:xs="http:/ │ │ │ │ - 0x002405b0 2f777777 2e77332e 6f72672f 32303031 /www.w3.org/2001 │ │ │ │ - 0x002405c0 2f584d4c 53636865 6d612220 786d6c6e /XMLSchema" xmln │ │ │ │ - 0x002405d0 733a7863 616c3d22 75726e3a 69657466 s:xcal="urn:ietf │ │ │ │ - 0x002405e0 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i │ │ │ │ - 0x002405f0 63616c65 6e646172 2d322e30 22203e0a calendar-2.0" >. │ │ │ │ - 0x00240600 3c78733a 646f6375 6d656e74 6174696f . transv │ │ │ │ - 0x00240630 616c7565 203d2022 4f504151 5545220a alue = "OPAQUE". │ │ │ │ - 0x00240640 20202020 20202020 20202020 20202020 │ │ │ │ - 0x00240650 2020203b 426c6f63 6b73206f 72206f70 ;Blocks or op │ │ │ │ - 0x00240660 61717565 206f6e20 62757379 2074696d aque on busy tim │ │ │ │ - 0x00240670 65207365 61726368 65732e0a 20202020 e searches.. │ │ │ │ - 0x00240680 20202020 20202020 20202020 2020202f / │ │ │ │ - 0x00240690 20225452 00ff414e 53504152 454e5422 "TR..ANSPARENT" │ │ │ │ - 0x002406a0 0a202020 20202020 20202020 20202020 . │ │ │ │ - 0x002406b0 20202020 3b547261 6e737061 72656e74 ;Transparent │ │ │ │ - 0x002406c0 206f6e20 62757379 2074696d 65207365 on busy time se │ │ │ │ - 0x002406d0 61726368 65732e0a 20202020 2020203b arches.. ; │ │ │ │ - 0x002406e0 44656661 756c7420 76616c75 65206973 Default value is │ │ │ │ - 0x002406f0 204f5041 5155450a 20202020 20203c2f OPAQUE. ...K../..buil │ │ │ │ - 0x00240730 642f7265 70726f64 75636962 6c652d70 d/reproducible-p │ │ │ │ - 0x00240740 6174682f 6c69626b 6f6c6162 786d6c2d ath/libkolabxml- │ │ │ │ - 0x00240750 312e322e 312f7363 68656d61 732f6963 1.2.1/schemas/ic │ │ │ │ - 0x00240760 616c2f69 43616c65 6e646172 2d70726f al/iCalendar-pro │ │ │ │ - 0x00240770 70732e78 73641f02 00051400 08240002 ps.xsd.......$.. │ │ │ │ + 0x0023fa10 202f2022 434f4d50 4c455445 44222020 / "COMPLETED" │ │ │ │ + 0x0023fa20 20202020 20203b20 546f2d64 6f20636f ; To-do co │ │ │ │ + 0x0023fa30 6d706c65 7465640a 20202020 20202020 mpleted. │ │ │ │ + 0x0023fa40 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fa50 20202020 20202020 20202020 20202000 . │ │ │ │ + 0x0023fa60 ff202020 2020203b 20434f4d 504c4554 . ; COMPLET │ │ │ │ + 0x0023fa70 45442070 726f7065 72747920 6861730a ED property has. │ │ │ │ + 0x0023fa80 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fa90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023faa0 20202020 20202020 20202020 203b2044 ; D │ │ │ │ + 0x0023fab0 4154452d 54494d45 20636f6d 706c6574 ATE-TIME complet │ │ │ │ + 0x0023fac0 65640a20 20202020 20202020 20202020 ed. │ │ │ │ + 0x0023fad0 20202020 20202020 2020202f 2022494e / "IN │ │ │ │ + 0x0023fae0 2d00ff50 524f4345 53532220 20202020 -..PROCESS" │ │ │ │ + 0x0023faf0 20203b20 546f2d64 6f20696e 2070726f ; To-do in pro │ │ │ │ + 0x0023fb00 63657373 206f660a 20202020 20202020 cess of. │ │ │ │ + 0x0023fb10 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fb20 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fb30 20202020 203b2062 65696e67 20636f6d ; being com │ │ │ │ + 0x0023fb40 706c6574 65640a20 20202020 20202020 pleted. │ │ │ │ + 0x0023fb50 20202020 20202020 20202020 2020202f / │ │ │ │ + 0x0023fb60 20782d00 ff6e616d 65202020 20202020 x-..name │ │ │ │ + 0x0023fb70 20202020 20203b20 45787065 72696d65 ; Experime │ │ │ │ + 0x0023fb80 6e74616c 20737461 7475730a 20202020 ntal status. │ │ │ │ + 0x0023fb90 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fba0 20202020 2f206961 6e612d74 6f6b656e / iana-token │ │ │ │ + 0x0023fbb0 29202020 20202020 203b204f 74686572 ) ; Other │ │ │ │ + 0x0023fbc0 2049414e 412d7265 67697374 65726564 IANA-registered │ │ │ │ + 0x0023fbd0 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x0023fbe0 20202020 2000ff20 20202020 20202020 .. │ │ │ │ + 0x0023fbf0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fc00 3b207374 61747573 0a202020 20202020 ; status. │ │ │ │ + 0x0023fc10 3b205468 65736520 61726520 74686520 ; These are the │ │ │ │ + 0x0023fc20 70617274 69636970 6174696f 6e207374 participation st │ │ │ │ + 0x0023fc30 61747573 65732066 6f722061 20225654 atuses for a "VT │ │ │ │ + 0x0023fc40 4f444f22 2e0a2020 20202020 203b2044 ODO".. ; D │ │ │ │ + 0x0023fc50 65666175 6c742069 73204e45 4544532d efault is NEEDS- │ │ │ │ + 0x0023fc60 41435449 4f4e2e00 ff0a0a20 20202020 ACTION..... │ │ │ │ + 0x0023fc70 20207061 72747374 61742d6a 6f757220 partstat-jour │ │ │ │ + 0x0023fc80 2020203d 2028224e 45454453 2d414354 = ("NEEDS-ACT │ │ │ │ + 0x0023fc90 494f4e22 20202020 3b204a6f 75726e61 ION" ; Journa │ │ │ │ + 0x0023fca0 6c206e65 65647320 61637469 6f6e0a20 l needs action. │ │ │ │ + 0x0023fcb0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fcc0 20202020 2020202f 20224143 43455054 / "ACCEPT │ │ │ │ + 0x0023fcd0 45442220 20202020 20202020 3b204a6f ED" ; Jo │ │ │ │ + 0x0023fce0 75726e61 6c206163 6300ff65 70746564 urnal acc..epted │ │ │ │ + 0x0023fcf0 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x0023fd00 20202020 20202020 202f2022 4445434c / "DECL │ │ │ │ + 0x0023fd10 494e4544 22202020 20202020 20203b20 INED" ; │ │ │ │ + 0x0023fd20 4a6f7572 6e616c20 6465636c 696e6564 Journal declined │ │ │ │ + 0x0023fd30 0a202020 20202020 20202020 20202020 . │ │ │ │ + 0x0023fd40 20202020 20202020 202f2078 2d6e616d / x-nam │ │ │ │ + 0x0023fd50 65202020 20202020 20202020 20203b20 e ; │ │ │ │ + 0x0023fd60 45787065 72696d65 6e746100 ff6c2073 Experimenta..l s │ │ │ │ + 0x0023fd70 74617475 730a2020 20202020 20202020 tatus. │ │ │ │ + 0x0023fd80 20202020 20202020 20202020 20202f20 / │ │ │ │ + 0x0023fd90 69616e61 2d746f6b 656e2920 20202020 iana-token) │ │ │ │ + 0x0023fda0 2020203b 204f7468 65722049 414e412d ; Other IANA- │ │ │ │ + 0x0023fdb0 72656769 73746572 65640a20 20202020 registered. │ │ │ │ + 0x0023fdc0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fdd0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023fde0 20202020 20202020 3b207374 6100ff74 ; sta..t │ │ │ │ + 0x0023fdf0 75730a20 20202020 20203b20 54686573 us. ; Thes │ │ │ │ + 0x0023fe00 65206172 65207468 65207061 72746963 e are the partic │ │ │ │ + 0x0023fe10 69706174 696f6e20 73746174 75736573 ipation statuses │ │ │ │ + 0x0023fe20 20666f72 20612022 564a4f55 524e414c for a "VJOURNAL │ │ │ │ + 0x0023fe30 222e0a20 20202020 20203b20 44656661 ".. ; Defa │ │ │ │ + 0x0023fe40 756c7420 6973204e 45454453 2d414354 ult is NEEDS-ACT │ │ │ │ + 0x0023fe50 494f4e2e 0a202020 2020203c 2f78733a ION.. .. │ │ │ │ + 0x0023fe70 903c2f78 733a616e 6e6f7461 74696f6e ...L../..build/r │ │ │ │ + 0x0023fe90 6570726f 64756369 626c652d 70617468 eproducible-path │ │ │ │ + 0x0023fea0 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2 │ │ │ │ + 0x0023feb0 2e312f73 6368656d 61732f69 63616c2f .1/schemas/ical/ │ │ │ │ + 0x0023fec0 6943616c 656e6461 722d7061 72616d73 iCalendar-params │ │ │ │ + 0x0023fed0 2e787364 d1000512 00065d08 0001e908 .xsd......]..... │ │ │ │ + 0x0023fee0 000080b6 0100013c 00ff7873 3a616e6e .......<..xs:ann │ │ │ │ + 0x0023fef0 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs │ │ │ │ + 0x0023ff00 3d226874 74703a2f 2f777777 2e77332e ="http://www.w3. │ │ │ │ + 0x0023ff10 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche │ │ │ │ + 0x0023ff20 6d612220 786d6c6e 733a7863 616c3d22 ma" xmlns:xcal=" │ │ │ │ + 0x0023ff30 75726e3a 69657466 3a706172 616d733a urn:ietf:params: │ │ │ │ + 0x0023ff40 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar │ │ │ │ + 0x0023ff50 2d322e30 22203e0a 3c78733a 646f6375 -2.0" >.. │ │ │ │ + 0x0023ff80 20736368 6564756c 65666f72 63657365 scheduleforcese │ │ │ │ + 0x0023ff90 6e647061 72616d20 3d202253 43484544 ndparam = "SCHED │ │ │ │ + 0x0023ffa0 554c452d 464f5243 452d5345 4e442220 ULE-FORCE-SEND" │ │ │ │ + 0x0023ffb0 223d220a 20202020 20202020 20202020 "=". │ │ │ │ + 0x0023ffc0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x0023ffd0 20202822 52455155 45535422 20202020 ("REQUEST" │ │ │ │ + 0x0023ffe0 3b20466f 72636520 61202252 00ff4551 ; Force a "R..EQ │ │ │ │ + 0x0023fff0 55455354 220a2020 20202020 20202020 UEST". │ │ │ │ + 0x00240000 20202020 20202020 20202020 20202020 │ │ │ │ + 0x00240010 2020202f 20225245 504c5922 20202020 / "REPLY" │ │ │ │ + 0x00240020 20203b20 466f7263 65206120 22524550 ; Force a "REP │ │ │ │ + 0x00240030 4c59220a 20202020 20202020 20202020 LY". │ │ │ │ + 0x00240040 20202020 20202020 20202020 20202020 │ │ │ │ + 0x00240050 202f2069 616e612d 746f6b65 6e292020 / iana-token) │ │ │ │ + 0x00240060 3b204941 4e412072 65676973 746500ff ; IANA registe.. │ │ │ │ + 0x00240070 72656420 6d657468 6f640a20 20202020 red method. │ │ │ │ + 0x00240080 203c2f78 733a646f 63756d65 6e746174 ...L./build/ │ │ │ │ + 0x002400b0 72657072 6f647563 69626c65 2d706174 reproducible-pat │ │ │ │ + 0x002400c0 682f6c69 626b6f6c 6162786d 6c2d312e h/libkolabxml-1. │ │ │ │ + 0x002400d0 322e312f 73636865 6d61732f 6963616c 2.1/schemas/ical │ │ │ │ + 0x002400e0 2f694361 6c656e64 61722d70 6172616d /iCalendar-param │ │ │ │ + 0x002400f0 0085732e 78736467 01000512 0006ed03 ..s.xsdg........ │ │ │ │ + 0x00240100 0001e908 00008036 0100013c 00ff7873 .......6...<..xs │ │ │ │ + 0x00240110 3a616e6e 6f746174 696f6e20 786d6c6e :annotation xmln │ │ │ │ + 0x00240120 733a7873 3d226874 74703a2f 2f777777 s:xs="http://www │ │ │ │ + 0x00240130 2e77332e 6f72672f 32303031 2f584d4c .w3.org/2001/XML │ │ │ │ + 0x00240140 53636865 6d612220 786d6c6e 733a7863 Schema" xmlns:xc │ │ │ │ + 0x00240150 616c3d22 75726e3a 69657466 3a706172 al="urn:ietf:par │ │ │ │ + 0x00240160 616d733a 786d6c3a 6e733a69 63616c65 ams:xml:ns:icale │ │ │ │ + 0x00240170 6e646172 2d322e30 22203e0a 3c78733a ndar-2.0" >.. │ │ │ │ + 0x002401a0 20202020 2020636c 61737376 616c7565 classvalue │ │ │ │ + 0x002401b0 203d2022 5055424c 49432220 2f202250 = "PUBLIC" / "P │ │ │ │ + 0x002401c0 52495641 54452220 2f202243 4f4e4649 RIVATE" / "CONFI │ │ │ │ + 0x002401d0 44454e54 49414c22 202f2069 616e612d DENTIAL" / iana- │ │ │ │ + 0x002401e0 746f6b65 6e0a2020 20202020 20202020 token. │ │ │ │ + 0x002401f0 20202020 20202020 2f20782d 6e616d65 / x-name │ │ │ │ + 0x00240200 0a202020 20202020 3b446566 61756c74 . ;Default │ │ │ │ + 0x00240210 00ff2069 73205055 424c4943 0a202020 .. is PUBLIC. │ │ │ │ + 0x00240220 2020203c 2f78733a 646f6375 6d656e74 ...K./buil │ │ │ │ + 0x00240250 642f7265 70726f64 75636962 6c652d70 d/reproducible-p │ │ │ │ + 0x00240260 6174682f 6c69626b 6f6c6162 786d6c2d ath/libkolabxml- │ │ │ │ + 0x00240270 312e322e 312f7363 68656d61 732f6963 1.2.1/schemas/ic │ │ │ │ + 0x00240280 616c2f69 43616c65 6e646172 2d70726f al/iCalendar-pro │ │ │ │ + 0x00240290 70730084 2e787364 7b010005 14000886 ps...xsd{....... │ │ │ │ + 0x002402a0 070001e9 08000080 64010001 3c00ff78 ........d...<..x │ │ │ │ + 0x002402b0 733a616e 6e6f7461 74696f6e 20786d6c s:annotation xml │ │ │ │ + 0x002402c0 6e733a78 733d2268 7474703a 2f2f7777 ns:xs="http://ww │ │ │ │ + 0x002402d0 772e7733 2e6f7267 2f323030 312f584d w.w3.org/2001/XM │ │ │ │ + 0x002402e0 4c536368 656d6122 20786d6c 6e733a78 LSchema" xmlns:x │ │ │ │ + 0x002402f0 63616c3d 2275726e 3a696574 663a7061 cal="urn:ietf:pa │ │ │ │ + 0x00240300 72616d73 3a786d6c 3a6e733a 6963616c rams:xml:ns:ical │ │ │ │ + 0x00240310 656e6461 722d322e 3022203e 0a3c7873 endar-2.0" >.. │ │ │ │ + 0x00240340 20202020 20202074 72696772 656c7061 trigrelpa │ │ │ │ + 0x00240350 72616d20 20202020 20203d20 2252454c ram = "REL │ │ │ │ + 0x00240360 41544544 2220223d 220a2020 20202020 ATED" "=". │ │ │ │ + 0x00240370 20202020 20202020 20202020 20202020 │ │ │ │ + 0x00240380 20202020 20282253 54415254 22202020 ("START" │ │ │ │ + 0x00240390 20202020 3b205472 69676765 72206f66 ; Trigger of │ │ │ │ + 0x002403a0 66206f66 20737461 72740a20 20202020 f of start. │ │ │ │ + 0x002403b0 2000ff20 20202020 20202020 20202020 .. │ │ │ │ + 0x002403c0 20202020 2020202f 2022454e 44222920 / "END") │ │ │ │ + 0x002403d0 20202020 2020203b 20547269 67676572 ; Trigger │ │ │ │ + 0x002403e0 206f6666 206f6620 656e640a 20202020 off of end. │ │ │ │ + 0x002403f0 20203c2f 78733a64 6f63756d 656e7461 ...L./build │ │ │ │ + 0x00240420 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ + 0x00240430 74682f00 b36c6962 6b6f6c61 62786d6c th/..libkolabxml │ │ │ │ + 0x00240440 2d312e32 2e312f73 6368656d 61732f69 -1.2.1/schemas/i │ │ │ │ + 0x00240450 63616c2f 6943616c 656e6461 722d7061 cal/iCalendar-pa │ │ │ │ + 0x00240460 72616d73 2e787364 0f010005 12000612 rams.xsd........ │ │ │ │ + 0x00240470 070001e9 08000080 9e020001 3c00ff78 ............<..x │ │ │ │ + 0x00240480 733a616e 6e6f7461 74696f6e 20786d6c s:annotation xml │ │ │ │ + 0x00240490 6e733a78 733d2268 7474703a 2f2f7777 ns:xs="http://ww │ │ │ │ + 0x002404a0 772e7733 2e6f7267 2f323030 312f584d w.w3.org/2001/XM │ │ │ │ + 0x002404b0 4c536368 656d6122 20786d6c 6e733a78 LSchema" xmlns:x │ │ │ │ + 0x002404c0 63616c3d 2275726e 3a696574 663a7061 cal="urn:ietf:pa │ │ │ │ + 0x002404d0 72616d73 3a786d6c 3a6e733a 6963616c rams:xml:ns:ical │ │ │ │ + 0x002404e0 656e6461 722d322e 3022203e 0a3c7873 endar-2.0" >.. │ │ │ │ + 0x00240510 20202020 20202020 73636865 64756c65 schedule │ │ │ │ + 0x00240520 6167656e 74706172 616d203d 20225343 agentparam = "SC │ │ │ │ + 0x00240530 48454455 4c452d41 47454e54 2220223d HEDULE-AGENT" "= │ │ │ │ + 0x00240540 220a2020 20202020 20202020 20202020 ". │ │ │ │ + 0x00240550 20202020 20202020 20202822 53455256 ("SERV │ │ │ │ + 0x00240560 45522220 20202020 203b2054 68652073 ER" ; The s │ │ │ │ + 0x00240570 65727665 72206861 6e646c65 73207363 erver handles sc │ │ │ │ + 0x00240580 6800ff65 64756c69 6e670a20 20202020 h..eduling. │ │ │ │ + 0x00240590 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002405a0 20202f20 22434c49 454e5422 20202020 / "CLIENT" │ │ │ │ + 0x002405b0 20203b20 54686520 636c6965 6e742068 ; The client h │ │ │ │ + 0x002405c0 616e646c 65732073 63686564 756c696e andles schedulin │ │ │ │ + 0x002405d0 670a2020 20202020 20202020 20202020 g. │ │ │ │ + 0x002405e0 20202020 20202020 202f2022 4e4f4e45 / "NONE │ │ │ │ + 0x002405f0 22202020 20202020 203b204e 6f206175 " ; No au │ │ │ │ + 0x00240600 746f6d00 ff617469 63207363 68656475 tom..atic schedu │ │ │ │ + 0x00240610 6c696e67 0a202020 20202020 20202020 ling. │ │ │ │ + 0x00240620 20202020 20202020 20202020 2f20782d / x- │ │ │ │ + 0x00240630 6e616d65 20202020 20202020 3b204578 name ; Ex │ │ │ │ + 0x00240640 70657269 6d656e74 616c2074 7970650a perimental type. │ │ │ │ + 0x00240650 20202020 20202020 20202020 20202020 │ │ │ │ + 0x00240660 20202020 2020202f 2069616e 612d746f / iana-to │ │ │ │ + 0x00240670 6b656e29 2020203b 204f7468 65722049 ken) ; Other I │ │ │ │ + 0x00240680 414e4120 7200ff65 67697374 65726564 ANA r..egistered │ │ │ │ + 0x00240690 20747970 650a2020 20202020 20202020 type. │ │ │ │ + 0x002406a0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002406b0 20202020 20202020 20202020 203b0a20 ;. │ │ │ │ + 0x002406c0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002406d0 20202020 20202020 20202020 20202020 │ │ │ │ + 0x002406e0 20202020 20203b20 44656661 756c7420 ; Default │ │ │ │ + 0x002406f0 69732053 45525645 520a2020 20202020 is SERVER. │ │ │ │ + 0x00240700 3c2f7873 3a646f00 ed63756d 656e7461 ...L./build │ │ │ │ + 0x00240730 2f726570 726f6475 6369626c 652d7061 /reproducible-pa │ │ │ │ + 0x00240740 74682f6c 69626b6f 6c616278 6d6c2d31 th/libkolabxml-1 │ │ │ │ + 0x00240750 2e322e31 2f736368 656d6173 2f696361 .2.1/schemas/ica │ │ │ │ + 0x00240760 6c2f6943 616c656e 6461722d 70617261 l/iCalendar-para │ │ │ │ + 0x00240770 6d732e78 73645601 00051200 06240002 ms.xsdV......$.. │ │ │ │ 0x00240780 7500cd72 6e3a6965 74663a70 6172616d u..rn:ietf:param │ │ │ │ 0x00240790 733a786d 6c3a6e73 3a696361 6c656e64 s:xml:ns:icalend │ │ │ │ 0x002407a0 61722d32 2e300100 03002400 75726e3a ar-2.0....$.urn: │ │ │ │ 0x002407b0 69657466 3a706172 616d733a 786d6c3a ietf:params:xml: │ │ │ │ 0x002407c0 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0 │ │ │ │ 0x002407d0 feffffff 0100024c 00022f00 cb627569 .......L../..bui │ │ │ │ 0x002407e0 6c642f72 6570726f 64756369 626c652d ld/reproducible- │ │ │ ├── readelf --wide --decompress --hex-dump=.gnu_debuglink {} │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ │ │ │ │ Hex dump of section '.gnu_debuglink': │ │ │ │ - 0x00000000 33643663 34623233 62626563 62376430 3d6c4b23bbecb7d0 │ │ │ │ - 0x00000010 62393139 30623639 62303963 31306138 b9190b69b09c10a8 │ │ │ │ - 0x00000020 39633636 62342e64 65627567 00000000 9c66b4.debug.... │ │ │ │ - 0x00000030 dc13923c ...< │ │ │ │ + 0x00000000 62363831 64336533 37663030 63393835 b681d3e37f00c985 │ │ │ │ + 0x00000010 63313232 34643238 66383734 38316162 c1224d28f87481ab │ │ │ │ + 0x00000020 30373565 36392e64 65627567 00000000 075e69.debug.... │ │ │ │ + 0x00000030 450e343b E.4;