{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.xTVPtTnO/b1/libkolabxml_1.2.1-5_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.xTVPtTnO/b2/libkolabxml_1.2.1-5_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,6 +1,6 @@\n \n b03f318949ed60f8113cfa785bc6b3bb 16468 libdevel optional libkolabxml-dev_1.2.1-5_amd64.deb\n- 2ba9b4e94828ba35ce162f81c39d6761 6873496 debug optional libkolabxml1v5-dbgsym_1.2.1-5_amd64.deb\n- 88fa38441f0995ae7ee0e7111e7e2209 620400 libs optional libkolabxml1v5_1.2.1-5_amd64.deb\n+ eac5055c88a7e16fe0094cb4a09254e6 6873484 debug optional libkolabxml1v5-dbgsym_1.2.1-5_amd64.deb\n+ 4c1d4846136307c543d8e1d329eabe55 620284 libs optional libkolabxml1v5_1.2.1-5_amd64.deb\n f7907b89e0b623cab07ea2e2f8d90ecc 5258040 debug optional python3-kolabformat-dbgsym_1.2.1-5_amd64.deb\n ad7a90bad80a208f58a7e25e1bb2571c 437348 python optional python3-kolabformat_1.2.1-5_amd64.deb\n"}, {"source1": "libkolabxml1v5_1.2.1-5_amd64.deb", "source2": "libkolabxml1v5_1.2.1-5_amd64.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2023-12-12 10:49:45.000000 debian-binary\n--rw-r--r-- 0 0 0 27948 2023-12-12 10:49:45.000000 control.tar.xz\n--rw-r--r-- 0 0 0 592260 2023-12-12 10:49:45.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 27880 2023-12-12 10:49:45.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 592212 2023-12-12 10:49:45.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/lib/x86_64-linux-gnu/libkolabxml.so.1.2.1", "source2": "./usr/lib/x86_64-linux-gnu/libkolabxml.so.1.2.1", "comments": ["File has been modified after NT_GNU_BUILD_ID has been applied."], "unified_diff": null, "details": [{"source1": "readelf --wide --notes {}", "source2": "readelf --wide --notes {}", "unified_diff": "@@ -1,4 +1,4 @@\n \n Displaying notes found in: .note.gnu.build-id\n Owner Data size \tDescription\n- GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: a7dba67d0c7ebc1d21656aa271f5e44236f05eca\n+ GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: 08f09096bb3e86b53fbb3ab1458f23a705a34a2d\n"}, {"source1": "strings --all --bytes=8 {}", "source2": "strings --all --bytes=8 {}", "comments": ["Ordering differences only"], "unified_diff": "@@ -11196,14 +11196,115 @@\n arameters\n aseProperty\n aseParameter\n XSAnnotation\n xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n \n+ cutypeparam = \"CUTYPE\" \"=\"\n+ (\"INDIVIDUAL\" ; An individual\n+ \n+ / \"GROUP\" ; A group of individuals\n+ / \"RESOURCE\" ; A physical resource\n+ \n+ / \"ROOM\" ; A room resource\n+ / \"UNKNOWN\" ; Otherwise not known\n+ \n+ / x-name ; Experimental type\n+ / iana-token) ; Other IANA-registered\n+ \n+ ; type\n+ ; Default is INDIVIDUAL\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ Durations are a problem: \n+ XML schema types allow Years, Months, Days, Hours, Minutes, Seconds\n+ Ical allows Weeks, Days, Hours, Minutes, Seconds\n+ \n+ These overlap and we really need a combination o\n+ So the compromise is to have a pattern restricted String type and note\n+ that if data is to be exported in\n+to the icalendar world it cannot have \n+ years or months.\n+ \n+ Ultimately it is to be hoped the two worlds can\n+ be aligned.\n+ \n+ RFC5545 (icalendar) specifies\n+ dur-value = ([\"+\"] / \"-\") \"P\" (dur-date / dur-time / dur-we\n+ dur-date = dur-day [dur-time]\n+ dur-time = \"T\" (dur-hour / dur-minute / dur-second)\n+ dur-week = \n+1*DIGIT \"W\"\n+ dur-hour = 1*DIGIT \"H\" [dur-minute]\n+ dur-minute = 1*DIGIT \"M\" [dur-second]\n+ dur-second = 1*D\n+IGIT \"S\"\n+ dur-day = 1*DIGIT \"D\"\n+ \n+ So P5W is valid: P5WT10M is not. If weeks re specified nothing else c\n+ \n+ XML specifies\n+ PnYnMnDTnHnMnS\n+ \n+ The elements must appear in the order specified \n+and the 'T' is omitted \n+ if hours minutes and seconds are absent.\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ Standard values\n+ \"CHAIR\" \n+ \"REQ-PARTICIPANT\" \n+ \"OPT-PARTICIPANT\" \n+ \n+ \"NON-PARTICIPANT\"\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ fbtypeparam = \"FBTYPE\" \"=\" \n+ (\"FREE\" \n+ / \"BUSY\"\n+ / \"BUSY-UNAVAILABLE\" \n+ / \"BUSY-TENTATIVE\"\n+ / x-name ;\n+ Some experimental iCalendar free/busy type.\n+ / iana-token)\n+ ; Some other IANA-registere\n+d iCalendar free/busy type.\n+ ; Default is BUSY\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n+ encodingparam = \"ENCODING\" \"=\"\n+ ( \"8BIT\"\n+ ; \"8bit\" text encoding is\n+ defined in [RFC2045]\n+ / \"BASE64\"\n+ ; \"BASE64\" binary encoding format is defined in [RFC4648]\n+ )\n+ \n+\n+build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n+xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n+\n actionvalue = \"AUDIO\" / \"DISPLAY\" / \"EMAIL\"\n / iana-token / x-name\n \n build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-props.xsd\n xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n \n trigrelparam = \"RELATED\" \"=\"\n (\"START\" ; Trigger off of start\n / \"END\") ; Trigger off of end\n \n \n build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- cutypeparam = \"CUTYPE\" \"=\"\n- (\"INDIVIDUAL\" ; An individual\n- \n- / \"GROUP\" ; A group of individuals\n- / \"RESOURCE\" ; A physical resource\n- \n- / \"ROOM\" ; A room resource\n- / \"UNKNOWN\" ; Otherwise not known\n- \n- / x-name ; Experimental type\n- / iana-token) ; Other IANA-registered\n- \n- ; type\n- ; Default is INDIVIDUAL\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsdv\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- Durations are a problem: \n- XML schema types allow Years, Months, Days, Hours, Minutes, Seconds\n- Ical allows Weeks, Days, Hours, Minutes, Seconds\n- \n- These overlap and we really need a combination o\n- So the compromise is to have a pattern restricted String type and note\n- that if data is to be exported in\n-to the icalendar world it cannot have \n- years or months.\n- \n- Ultimately it is to be hoped the two worlds can\n- be aligned.\n- \n- RFC5545 (icalendar) specifies\n- dur-value = ([\"+\"] / \"-\") \"P\" (dur-date / dur-time / dur-we\n- dur-date = dur-day [dur-time]\n- dur-time = \"T\" (dur-hour / dur-minute / dur-second)\n- dur-week = \n-1*DIGIT \"W\"\n- dur-hour = 1*DIGIT \"H\" [dur-minute]\n- dur-minute = 1*DIGIT \"M\" [dur-second]\n- dur-second = 1*D\n-IGIT \"S\"\n- dur-day = 1*DIGIT \"D\"\n- \n- So P5W is valid: P5WT10M is not. If weeks re specified nothing else c\n- \n- XML specifies\n- PnYnMnDTnHnMnS\n- \n- The elements must appear in the order specified \n-and the 'T' is omitted \n- if hours minutes and seconds are absent.\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-valtypes.xsdD\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- Standard values\n- \"CHAIR\" \n- \"REQ-PARTICIPANT\" \n- \"OPT-PARTICIPANT\" \n- \n- \"NON-PARTICIPANT\"\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd5\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- fbtypeparam = \"FBTYPE\" \"=\" \n- (\"FREE\" \n- / \"BUSY\"\n- / \"BUSY-UNAVAILABLE\" \n- / \"BUSY-TENTATIVE\"\n- / x-name ;\n- Some experimental iCalendar free/busy type.\n- / iana-token)\n- ; Some other IANA-registere\n-d iCalendar free/busy type.\n- ; Default is BUSY\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n-xs:annotation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xcal=\"urn:ietf:params:xml:ns:icalendar-2.0\" >\n-\n- encodingparam = \"ENCODING\" \"=\"\n- ( \"8BIT\"\n- ; \"8bit\" text encoding is\n- defined in [RFC2045]\n- / \"BASE64\"\n- ; \"BASE64\" binary encoding format is defined in [RFC4648]\n- )\n- \n-\n-build/reproducible-path/libkolabxml-1.2.1/schemas/ical/iCalendar-params.xsd\n rn:ietf:params:xml:ns:icalendar-2.0\n rn:ietf:params:xml:ns:icalendar-2.0\n build/reproducible-path/libkolabxml-1.2.1/schemas/ical/kolabformat-xcal.xsd\n onfigurationType\n ttp://kolab.org\n ictionary\n ategorycolor\n"}, {"source1": "readelf --wide --decompress --hex-dump=.rodata {}", "source2": "readelf --wide --decompress --hex-dump=.rodata {}", "unified_diff": "@@ -9297,774 +9297,774 @@\n 0x002464e0 00feffff ff190006 b5030001 44090001 ............D...\n 0x002464f0 5e0a0001 5d070001 62090001 f1080001 ^...]...b.......\n 0x00246500 a9090001 a0090001 12080001 76090001 ............v...\n 0x00246510 0f070001 e6080001 53090001 1a0a0001 ........S.......\n 0x00246520 e6090001 fd060001 b8090001 71070001 ............q...\n 0x00246530 6d090001 3f070001 23070001 530a0001 m...?...#...S...\n 0x00246540 68070001 7f090001 4e040001 feffffff h.......N.......\n- 0x00246550 1d00060e 00064104 0001ffff ffff0003 ......A.........\n+ 0x00246550 1d00060e 0006600a 0001ffff ffff0003 ......`.........\n 0x00246560 0c000658 53416e6e 6f746174 696f6e00 ...XSAnnotation.\n- 0x00246570 03160100 053c00ff 78733a61 6e6e6f74 .....<..xs:annot\n+ 0x00246570 03ec0200 053c00ff 78733a61 6e6e6f74 .....<..xs:annot\n 0x00246580 6174696f 6e20786d 6c6e733a 78733d22 ation xmlns:xs=\"\n 0x00246590 68747470 3a2f2f77 77772e77 332e6f72 http://www.w3.or\n 0x002465a0 672f3230 30312f58 4d4c5363 68656d61 g/2001/XMLSchema\n 0x002465b0 2220786d 6c6e733a 7863616c 3d227572 \" xmlns:xcal=\"ur\n 0x002465c0 6e3a6965 74663a70 6172616d 733a786d n:ietf:params:xm\n 0x002465d0 6c3a6e73 3a696361 6c656e64 61722d32 l:ns:icalendar-2\n 0x002465e0 2e302220 3e0a3c78 733a646f 63756d65 .0\" >.. \n- 0x00246610 61637469 6f6e7661 6c756520 3d202241 actionvalue = \"A\n- 0x00246620 5544494f 22202f20 22444953 504c4159 UDIO\" / \"DISPLAY\n- 0x00246630 22202f20 22454d41 494c220a 20202020 \" / \"EMAIL\". \n- 0x00246640 20202020 20202020 20202020 2020202f /\n- 0x00246650 2069616e 612d746f 6b656e20 2f20782d iana-token / x-\n- 0x00246660 6e616d65 0a202020 2020203c 2f78733a name. \n- 0x00246680 0a3c2f78 733a616e 6e6f7461 74696f6e ...K../..build/r\n- 0x002466a0 6570726f 64756369 626c652d 70617468 eproducible-path\n- 0x002466b0 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2\n- 0x002466c0 2e312f73 6368656d 61732f69 63616c2f .1/schemas/ical/\n- 0x002466d0 6943616c 656e6461 722d7072 6f70732e iCalendar-props.\n- 0x002466e0 787364c1 02000514 0008e808 0001a00a xsd.............\n- 0x002466f0 00008011 0900053c 00ff7873 3a616e6e .......<..xs:ann\n- 0x00246700 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs\n- 0x00246710 3d226874 74703a2f 2f777777 2e77332e =\"http://www.w3.\n- 0x00246720 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche\n- 0x00246730 6d612220 786d6c6e 733a7863 616c3d22 ma\" xmlns:xcal=\"\n- 0x00246740 75726e3a 69657466 3a706172 616d733a urn:ietf:params:\n- 0x00246750 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar\n- 0x00246760 2d322e30 22203e0a 3c78733a 646f6375 -2.0\" >.. \n- 0x00246790 20207061 72747374 61742d65 76656e74 partstat-event\n- 0x002467a0 2020203d 2028224e 45454453 2d414354 = (\"NEEDS-ACT\n- 0x002467b0 494f4e22 20202020 3b204576 656e7420 ION\" ; Event \n- 0x002467c0 6e656564 73206163 74696f6e 0a202020 needs action. \n- 0x002467d0 20202020 20202020 20202020 20202020 \n- 0x002467e0 20202020 202f2022 41434345 50544544 / \"ACCEPTED\n- 0x002467f0 22202020 20202020 20203b20 00ff4576 \" ; ..Ev\n- 0x00246800 656e7420 61636365 70746564 0a202020 ent accepted. \n- 0x00246810 20202020 20202020 20202020 20202020 \n- 0x00246820 20202020 202f2022 4445434c 494e4544 / \"DECLINED\n- 0x00246830 22202020 20202020 20203b20 4576656e \" ; Even\n- 0x00246840 74206465 636c696e 65640a20 20202020 t declined. \n- 0x00246850 20202020 20202020 20202020 20202020 \n- 0x00246860 2020202f 20225445 4e544154 49564522 / \"TENTATIVE\"\n- 0x00246870 20202020 20202020 3b204576 656e00ff ; Even..\n- 0x00246880 74207465 6e746174 6976656c 790a2020 t tentatively. \n- 0x00246890 20202020 20202020 20202020 20202020 \n- 0x002468a0 20202020 20202020 20202020 20202020 \n- 0x002468b0 20202020 20202020 2020203b 20616363 ; acc\n- 0x002468c0 65707465 640a2020 20202020 20202020 epted. \n- 0x002468d0 20202020 20202020 20202020 20202f20 / \n- 0x002468e0 2244454c 45474154 45442220 20202020 \"DELEGATED\" \n- 0x002468f0 2020203b 20457665 6e742064 656c6567 ; Event deleg\n- 0x00246900 00ff6174 65640a20 20202020 20202020 ..ated. \n- 0x00246910 20202020 20202020 20202020 2020202f /\n- 0x00246920 20782d6e 616d6520 20202020 20202020 x-name \n- 0x00246930 20202020 3b204578 70657269 6d656e74 ; Experiment\n- 0x00246940 616c2073 74617475 730a2020 20202020 al status. \n- 0x00246950 20202020 20202020 20202020 20202020 \n- 0x00246960 20202f20 69616e61 2d746f6b 656e2920 / iana-token) \n- 0x00246970 20202020 2020203b 204f7468 65722049 ; Other I\n- 0x00246980 414e00ff 412d7265 67697374 65726564 AN..A-registered\n- 0x00246990 0a202020 20202020 20202020 20202020 . \n- 0x002469a0 20202020 20202020 20202020 20202020 \n- 0x002469b0 20202020 20202020 20202020 20203b20 ; \n- 0x002469c0 73746174 75730a20 20202020 20203b20 status. ; \n- 0x002469d0 54686573 65206172 65207468 65207061 These are the pa\n- 0x002469e0 72746963 69706174 696f6e20 73746174 rticipation stat\n- 0x002469f0 75736573 20666f72 20612022 56455645 uses for a \"VEVE\n- 0x00246a00 4e54222e 00ff0a20 20202020 20203b20 NT\".... ; \n- 0x00246a10 44656661 756c7420 6973204e 45454453 Default is NEEDS\n- 0x00246a20 2d414354 494f4e2e 0a0a2020 20202020 -ACTION... \n- 0x00246a30 20706172 74737461 742d746f 646f2020 partstat-todo \n- 0x00246a40 20203d20 28224e45 4544532d 41435449 = (\"NEEDS-ACTI\n- 0x00246a50 4f4e2220 2020203b 20546f2d 646f206e ON\" ; To-do n\n- 0x00246a60 65656473 20616374 696f6e0a 20202020 eeds action. \n- 0x00246a70 20202020 20202020 20202020 20202020 \n- 0x00246a80 20202020 2f2000ff 22414343 45505445 / ..\"ACCEPTE\n- 0x00246a90 44222020 20202020 2020203b 20546f2d D\" ; To-\n- 0x00246aa0 646f2061 63636570 7465640a 20202020 do accepted. \n- 0x00246ab0 20202020 20202020 20202020 20202020 \n- 0x00246ac0 20202020 2f202244 45434c49 4e454422 / \"DECLINED\"\n- 0x00246ad0 20202020 20202020 203b2054 6f2d646f ; To-do\n- 0x00246ae0 20646563 6c696e65 640a2020 20202020 declined. \n- 0x00246af0 20202020 20202020 20202020 20202020 \n- 0x00246b00 20202f20 2254454e 00ff5441 54495645 / \"TEN..TATIVE\n- 0x00246b10 22202020 20202020 203b2054 6f2d646f \" ; To-do\n- 0x00246b20 2074656e 74617469 76656c79 0a202020 tentatively. \n- 0x00246b30 20202020 20202020 20202020 20202020 \n- 0x00246b40 20202020 20202020 20202020 20202020 \n- 0x00246b50 20202020 20202020 20203b20 61636365 ; acce\n- 0x00246b60 70746564 0a202020 20202020 20202020 pted. \n- 0x00246b70 20202020 20202020 20202020 202f2022 / \"\n- 0x00246b80 44454c45 47415445 442200ff 20202020 DELEGATED\".. \n- 0x00246b90 20202020 3b20546f 2d646f20 64656c65 ; To-do dele\n- 0x00246ba0 67617465 640a2020 20202020 20202020 gated. \n- 0x00246bb0 20202020 20202020 20202020 20202f20 / \n- 0x00246bc0 22434f4d 504c4554 45442220 20202020 \"COMPLETED\" \n- 0x00246bd0 2020203b 20546f2d 646f2063 6f6d706c ; To-do compl\n- 0x00246be0 65746564 0a202020 20202020 20202020 eted. \n- 0x00246bf0 20202020 20202020 20202020 20202020 \n- 0x00246c00 20202020 20202020 20202020 00ff2020 .. \n- 0x00246c10 20202020 3b20434f 4d504c45 54454420 ; COMPLETED \n- 0x00246c20 70726f70 65727479 20686173 0a202020 property has. \n- 0x00246c30 20202020 20202020 20202020 20202020 \n- 0x00246c40 20202020 20202020 20202020 20202020 \n- 0x00246c50 20202020 20202020 20203b20 44415445 ; DATE\n- 0x00246c60 2d54494d 4520636f 6d706c65 7465640a -TIME completed.\n- 0x00246c70 20202020 20202020 20202020 20202020 \n- 0x00246c80 20202020 20202020 2f202249 4e2d00ff / \"IN-..\n- 0x00246c90 50524f43 45535322 20202020 2020203b PROCESS\" ;\n- 0x00246ca0 20546f2d 646f2069 6e207072 6f636573 To-do in proces\n- 0x00246cb0 73206f66 0a202020 20202020 20202020 s of. \n- 0x00246cc0 20202020 20202020 20202020 20202020 \n- 0x00246cd0 20202020 20202020 20202020 20202020 \n- 0x00246ce0 20203b20 6265696e 6720636f 6d706c65 ; being comple\n- 0x00246cf0 7465640a 20202020 20202020 20202020 ted. \n- 0x00246d00 20202020 20202020 20202020 2f20782d / x-\n- 0x00246d10 00ff6e61 6d652020 20202020 20202020 ..name \n- 0x00246d20 2020203b 20457870 6572696d 656e7461 ; Experimenta\n- 0x00246d30 6c207374 61747573 0a202020 20202020 l status. \n- 0x00246d40 20202020 20202020 20202020 20202020 \n- 0x00246d50 202f2069 616e612d 746f6b65 6e292020 / iana-token) \n- 0x00246d60 20202020 20203b20 4f746865 72204941 ; Other IA\n- 0x00246d70 4e412d72 65676973 74657265 640a2020 NA-registered. \n- 0x00246d80 20202020 20202020 20202020 20202020 \n- 0x00246d90 202000ff 20202020 20202020 20202020 .. \n- 0x00246da0 20202020 20202020 20202020 203b2073 ; s\n- 0x00246db0 74617475 730a2020 20202020 203b2054 tatus. ; T\n- 0x00246dc0 68657365 20617265 20746865 20706172 hese are the par\n- 0x00246dd0 74696369 70617469 6f6e2073 74617475 ticipation statu\n- 0x00246de0 73657320 666f7220 61202256 544f444f ses for a \"VTODO\n- 0x00246df0 222e0a20 20202020 20203b20 44656661 \".. ; Defa\n- 0x00246e00 756c7420 6973204e 45454453 2d414354 ult is NEEDS-ACT\n- 0x00246e10 494f4e2e 00ff0a0a 20202020 20202070 ION..... p\n- 0x00246e20 61727473 7461742d 6a6f7572 20202020 artstat-jour \n- 0x00246e30 3d202822 4e454544 532d4143 54494f4e = (\"NEEDS-ACTION\n- 0x00246e40 22202020 203b204a 6f75726e 616c206e \" ; Journal n\n- 0x00246e50 65656473 20616374 696f6e0a 20202020 eeds action. \n- 0x00246e60 20202020 20202020 20202020 20202020 \n- 0x00246e70 20202020 2f202241 43434550 54454422 / \"ACCEPTED\"\n- 0x00246e80 20202020 20202020 203b204a 6f75726e ; Journ\n- 0x00246e90 616c2061 636300ff 65707465 640a2020 al acc..epted. \n- 0x00246ea0 20202020 20202020 20202020 20202020 \n- 0x00246eb0 20202020 20202f20 22444543 4c494e45 / \"DECLINE\n- 0x00246ec0 44222020 20202020 2020203b 204a6f75 D\" ; Jou\n- 0x00246ed0 726e616c 20646563 6c696e65 640a2020 rnal declined. \n- 0x00246ee0 20202020 20202020 20202020 20202020 \n- 0x00246ef0 20202020 20202f20 782d6e61 6d652020 / x-name \n- 0x00246f00 20202020 20202020 2020203b 20457870 ; Exp\n- 0x00246f10 6572696d 656e7461 00ff6c20 73746174 erimenta..l stat\n- 0x00246f20 75730a20 20202020 20202020 20202020 us. \n- 0x00246f30 20202020 20202020 2020202f 2069616e / ian\n- 0x00246f40 612d746f 6b656e29 20202020 20202020 a-token) \n- 0x00246f50 3b204f74 68657220 49414e41 2d726567 ; Other IANA-reg\n- 0x00246f60 69737465 7265640a 20202020 20202020 istered. \n- 0x00246f70 20202020 20202020 20202020 20202020 \n- 0x00246f80 20202020 20202020 20202020 20202020 \n- 0x00246f90 20202020 203b2073 746100ff 7475730a ; sta..tus.\n- 0x00246fa0 20202020 2020203b 20546865 73652061 ; These a\n- 0x00246fb0 72652074 68652070 61727469 63697061 re the participa\n- 0x00246fc0 74696f6e 20737461 74757365 7320666f tion statuses fo\n- 0x00246fd0 72206120 22564a4f 55524e41 4c222e0a r a \"VJOURNAL\"..\n- 0x00246fe0 20202020 2020203b 20446566 61756c74 ; Default\n- 0x00246ff0 20697320 4e454544 532d4143 54494f4e is NEEDS-ACTION\n- 0x00247000 2e0a2020 20202020 3c2f7873 3a646f63 .. ...\n- 0x00247020 78733a61 6e6e6f74 6174696f 6e3e0005 xs:annotation>..\n- 0x00247030 4c00062f 00cc6275 696c642f 72657072 L../..build/repr\n- 0x00247040 6f647563 69626c65 2d706174 682f6c69 oducible-path/li\n- 0x00247050 626b6f6c 6162786d 6c2d312e 322e312f bkolabxml-1.2.1/\n- 0x00247060 73636865 6d61732f 6963616c 2f694361 schemas/ical/iCa\n- 0x00247070 6c656e64 61722d70 6172616d 732e7873 lendar-params.xs\n- 0x00247080 64d10005 120006e8 090001a0 0a000080 d...............\n- 0x00247090 d2030005 3c00ff78 733a616e 6e6f7461 ....<..xs:annota\n- 0x002470a0 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs=\"h\n- 0x002470b0 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org\n- 0x002470c0 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema\"\n- 0x002470d0 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal=\"urn\n- 0x002470e0 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml\n- 0x002470f0 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2.\n- 0x00247100 3022203e 0a3c7873 3a646f63 756d656e 0\" >.. r\n- 0x00247130 656c7479 70657061 72616d20 20202020 eltypeparam \n- 0x00247140 20203d20 2252454c 54595045 2220223d = \"RELTYPE\" \"=\n- 0x00247150 220a2020 20202020 20202020 20202020 \". \n- 0x00247160 20202020 20202020 20202020 20282250 (\"P\n- 0x00247170 4152454e 54222020 20203b20 50617265 ARENT\" ; Pare\n- 0x00247180 6e742072 656c6174 696f6e73 68697020 nt relationship \n- 0x00247190 2d204465 6661756c 7400ff0a 20202020 - Default... \n- 0x002471a0 20202020 20202020 20202020 20202020 \n- 0x002471b0 20202020 20202f20 22434849 4c442220 / \"CHILD\" \n- 0x002471c0 20202020 3b204368 696c6420 72656c61 ; Child rela\n- 0x002471d0 74696f6e 73686970 0a202020 20202020 tionship. \n+ 0x00246610 63757479 70657061 72616d20 20202020 cutypeparam \n+ 0x00246620 2020203d 20224355 54595045 2220223d = \"CUTYPE\" \"=\n+ 0x00246630 220a2020 20202020 20202020 20202020 \". \n+ 0x00246640 20202020 20202020 20202020 2822494e (\"IN\n+ 0x00246650 44495649 4455414c 22202020 3b20416e DIVIDUAL\" ; An\n+ 0x00246660 20696e64 69766964 75616c0a 20202020 individual. \n+ 0x00246670 20202020 20202020 202000ff 20202020 .. \n+ 0x00246680 20202020 2020202f 20224752 4f555022 / \"GROUP\"\n+ 0x00246690 20202020 20202020 3b204120 67726f75 ; A grou\n+ 0x002466a0 70206f66 20696e64 69766964 75616c73 p of individuals\n+ 0x002466b0 0a202020 20202020 20202020 20202020 . \n+ 0x002466c0 20202020 20202020 20202f20 22524553 / \"RES\n+ 0x002466d0 4f555243 45222020 2020203b 20412070 OURCE\" ; A p\n+ 0x002466e0 68797369 63616c20 7265736f 75726365 hysical resource\n+ 0x002466f0 0a202020 20202020 20202020 00ff2020 . .. \n+ 0x00246700 20202020 20202020 20202020 2f202252 / \"R\n+ 0x00246710 4f4f4d22 20202020 20202020 203b2041 OOM\" ; A\n+ 0x00246720 20726f6f 6d207265 736f7572 63650a20 room resource. \n+ 0x00246730 20202020 20202020 20202020 20202020 \n+ 0x00246740 20202020 20202020 2f202255 4e4b4e4f / \"UNKNO\n+ 0x00246750 574e2220 20202020 203b204f 74686572 WN\" ; Other\n+ 0x00246760 77697365 206e6f74 206b6e6f 776e0a20 wise not known. \n+ 0x00246770 20202020 20202020 20202020 202000ff ..\n+ 0x00246780 20202020 20202020 20202f20 782d6e61 / x-na\n+ 0x00246790 6d652020 20202020 2020203b 20457870 me ; Exp\n+ 0x002467a0 6572696d 656e7461 6c207479 70650a20 erimental type. \n+ 0x002467b0 20202020 20202020 20202020 20202020 \n+ 0x002467c0 20202020 20202020 2f206961 6e612d74 / iana-t\n+ 0x002467d0 6f6b656e 29202020 203b204f 74686572 oken) ; Other\n+ 0x002467e0 2049414e 412d7265 67697374 65726564 IANA-registered\n+ 0x002467f0 0a202020 20202020 20202020 20202020 . \n+ 0x00246800 00eb2020 20202020 20202020 20202020 .. \n+ 0x00246810 20202020 20202020 20202020 203b2074 ; t\n+ 0x00246820 7970650a 20202020 2020203b 20446566 ype. ; Def\n+ 0x00246830 61756c74 20697320 494e4449 56494455 ault is INDIVIDU\n+ 0x00246840 414c0a20 20202020 203c2f78 733a646f AL. ...L\n+ 0x00246870 00062f00 cc627569 6c642f72 6570726f ../..build/repro\n+ 0x00246880 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n+ 0x00246890 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n+ 0x002468a0 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n+ 0x002468b0 656e6461 722d7061 72616d73 2e787364 endar-params.xsd\n+ 0x002468c0 76000512 00064303 0001a00a 00008074 v.....C........t\n+ 0x002468d0 0500053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat\n+ 0x002468e0 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs=\"ht\n+ 0x002468f0 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/\n+ 0x00246900 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema\" \n+ 0x00246910 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal=\"urn:\n+ 0x00246920 69657466 3a706172 616d733a 786d6c3a ietf:params:xml:\n+ 0x00246930 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0\n+ 0x00246940 22203e0a 3c78733a 646f6375 6d656e74 \" >.. D\n+ 0x00246970 75726174 696f6e73 20617265 20612070 urations are a p\n+ 0x00246980 726f626c 656d3a20 0a202020 20202020 roblem: . \n+ 0x00246990 20202020 584d4c20 73636865 6d612074 XML schema t\n+ 0x002469a0 79706573 20616c6c 6f772059 65617273 ypes allow Years\n+ 0x002469b0 2c204d6f 6e746873 2c204461 79732c20 , Months, Days, \n+ 0x002469c0 486f7572 732c204d 696e7574 65732c20 Hours, Minutes, \n+ 0x002469d0 5365636f 6e64730a 00ff2020 20202020 Seconds... \n+ 0x002469e0 20202020 20496361 6c20616c 6c6f7773 Ical allows\n+ 0x002469f0 20576565 6b732c20 44617973 2c20486f Weeks, Days, Ho\n+ 0x00246a00 7572732c 204d696e 75746573 2c205365 urs, Minutes, Se\n+ 0x00246a10 636f6e64 730a2020 20202020 20202020 conds. \n+ 0x00246a20 200a2020 20202020 20205468 65736520 . These \n+ 0x00246a30 6f766572 6c617020 616e6420 77652072 overlap and we r\n+ 0x00246a40 65616c6c 79206e65 65642061 20636f6d eally need a com\n+ 0x00246a50 62696e61 74696f6e 206f00ff 6620626f bination o..f bo\n+ 0x00246a60 74682e0a 20202020 20202020 536f2074 th.. So t\n+ 0x00246a70 68652063 6f6d7072 6f6d6973 65206973 he compromise is\n+ 0x00246a80 20746f20 68617665 20612070 61747465 to have a patte\n+ 0x00246a90 726e2072 65737472 69637465 64205374 rn restricted St\n+ 0x00246aa0 72696e67 20747970 6520616e 64206e6f ring type and no\n+ 0x00246ab0 74650a20 20202020 20202074 68617420 te. that \n+ 0x00246ac0 69662064 61746120 69732074 6f206265 if data is to be\n+ 0x00246ad0 20657870 6f727465 6420696e 00ff746f exported in..to\n+ 0x00246ae0 20746865 20696361 6c656e64 61722077 the icalendar w\n+ 0x00246af0 6f726c64 20697420 63616e6e 6f742068 orld it cannot h\n+ 0x00246b00 61766520 0a202020 20202020 20796561 ave . yea\n+ 0x00246b10 7273206f 72206d6f 6e746873 2e0a2020 rs or months.. \n+ 0x00246b20 20202020 20200a20 20202020 20202055 . U\n+ 0x00246b30 6c74696d 6174656c 79206974 20697320 ltimately it is \n+ 0x00246b40 746f2062 6520686f 70656420 74686520 to be hoped the \n+ 0x00246b50 74776f20 776f726c 64732063 616e00ff two worlds can..\n+ 0x00246b60 20626520 616c6967 6e65642e 0a202020 be aligned.. \n+ 0x00246b70 20202020 200a2020 20202020 20205246 . RF\n+ 0x00246b80 43353534 35202869 63616c65 6e646172 C5545 (icalendar\n+ 0x00246b90 29207370 65636966 6965730a 20202020 ) specifies. \n+ 0x00246ba0 20202020 6475722d 76616c75 6520203d dur-value =\n+ 0x00246bb0 20285b22 2b225d20 2f20222d 22292022 ([\"+\"] / \"-\") \"\n+ 0x00246bc0 50222028 6475722d 64617465 202f2064 P\" (dur-date / d\n+ 0x00246bd0 75722d74 696d6520 2f206475 722d7765 ur-time / dur-we\n+ 0x00246be0 00ff656b 290a0a20 20202020 20202064 ..ek).. d\n+ 0x00246bf0 75722d64 61746520 20203d20 6475722d ur-date = dur-\n+ 0x00246c00 64617920 5b647572 2d74696d 655d0a20 day [dur-time]. \n+ 0x00246c10 20202020 20202064 75722d74 696d6520 dur-time \n+ 0x00246c20 20203d20 22542220 28647572 2d686f75 = \"T\" (dur-hou\n+ 0x00246c30 72202f20 6475722d 6d696e75 7465202f r / dur-minute /\n+ 0x00246c40 20647572 2d736563 6f6e6429 0a202020 dur-second). \n+ 0x00246c50 20202020 20647572 2d776565 6b202020 dur-week \n+ 0x00246c60 3d2000ff 312a4449 47495420 2257220a = ..1*DIGIT \"W\".\n+ 0x00246c70 20202020 20202020 6475722d 686f7572 dur-hour\n+ 0x00246c80 2020203d 20312a44 49474954 20224822 = 1*DIGIT \"H\"\n+ 0x00246c90 205b6475 722d6d69 6e757465 5d0a2020 [dur-minute]. \n+ 0x00246ca0 20202020 20206475 722d6d69 6e757465 dur-minute\n+ 0x00246cb0 203d2031 2a444947 49542022 4d22205b = 1*DIGIT \"M\" [\n+ 0x00246cc0 6475722d 7365636f 6e645d0a 20202020 dur-second]. \n+ 0x00246cd0 20202020 6475722d 7365636f 6e64203d dur-second =\n+ 0x00246ce0 20312a44 00ff4947 49542022 53220a20 1*D..IGIT \"S\". \n+ 0x00246cf0 20202020 20202064 75722d64 61792020 dur-day \n+ 0x00246d00 20203d20 312a4449 47495420 2244220a = 1*DIGIT \"D\".\n+ 0x00246d10 20202020 20202020 0a202020 20202020 . \n+ 0x00246d20 20536f20 50355720 69732076 616c6964 So P5W is valid\n+ 0x00246d30 3a205035 57543130 4d206973 206e6f74 : P5WT10M is not\n+ 0x00246d40 2e204966 20776565 6b732072 65207370 . If weeks re sp\n+ 0x00246d50 65636966 69656420 6e6f7468 696e6720 ecified nothing \n+ 0x00246d60 656c7365 206300ff 616e2062 650a2020 else c..an be. \n+ 0x00246d70 20202020 20200a20 20202020 20202058 . X\n+ 0x00246d80 4d4c2073 70656369 66696573 0a202020 ML specifies. \n+ 0x00246d90 20202020 20202020 506e596e 4d6e4454 PnYnMnDT\n+ 0x00246da0 6e486e4d 6e530a20 20202020 2020200a nHnMnS. .\n+ 0x00246db0 20202020 20202020 54686520 656c656d The elem\n+ 0x00246dc0 656e7473 206d7573 74206170 70656172 ents must appear\n+ 0x00246dd0 20696e20 74686520 6f726465 72207370 in the order sp\n+ 0x00246de0 65636966 69656420 00f3616e 64207468 ecified ..and th\n+ 0x00246df0 65202754 27206973 206f6d69 74746564 e 'T' is omitted\n+ 0x00246e00 200a2020 20202020 20206966 20686f75 . if hou\n+ 0x00246e10 7273206d 696e7574 65732061 6e642073 rs minutes and s\n+ 0x00246e20 65636f6e 64732061 72652061 6273656e econds are absen\n+ 0x00246e30 742e0a20 20202020 203c2f78 733a646f t.. ...N\n+ 0x00246e60 00062f00 ce627569 6c642f72 6570726f ../..build/repro\n+ 0x00246e70 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n+ 0x00246e80 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n+ 0x00246e90 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n+ 0x00246ea0 656e6461 722d7661 6c747970 65732e78 endar-valtypes.x\n+ 0x00246eb0 73644400 05140006 ff060001 a00a0082 sdD.............\n+ 0x00246ec0 80000000 3f010005 3c00ff78 733a616e ....?...<..xs:an\n+ 0x00246ed0 6e6f7461 74696f6e 20786d6c 6e733a78 notation xmlns:x\n+ 0x00246ee0 733d2268 7474703a 2f2f7777 772e7733 s=\"http://www.w3\n+ 0x00246ef0 2e6f7267 2f323030 312f584d 4c536368 .org/2001/XMLSch\n+ 0x00246f00 656d6122 20786d6c 6e733a78 63616c3d ema\" xmlns:xcal=\n+ 0x00246f10 2275726e 3a696574 663a7061 72616d73 \"urn:ietf:params\n+ 0x00246f20 3a786d6c 3a6e733a 6963616c 656e6461 :xml:ns:icalenda\n+ 0x00246f30 722d322e 3022203e 0a3c7873 3a646f63 r-2.0\" >.. \n+ 0x00246f60 20202020 5374616e 64617264 2076616c Standard val\n+ 0x00246f70 7565730a 20202020 20202020 20202022 ues. \"\n+ 0x00246f80 43484149 5222200a 20202020 20202020 CHAIR\" . \n+ 0x00246f90 20202022 5245512d 50415254 49434950 \"REQ-PARTICIP\n+ 0x00246fa0 414e5422 200a2020 20202020 20202020 ANT\" . \n+ 0x00246fb0 20224f50 542d5041 52544943 4950414e \"OPT-PARTICIPAN\n+ 0x00246fc0 5422200a 20202020 20202020 2000be20 T\" . .. \n+ 0x00246fd0 20224e4f 4e2d5041 52544943 4950414e \"NON-PARTICIPAN\n+ 0x00246fe0 54220a20 20202020 203c2f78 733a646f T\". ...L\n+ 0x00247010 00062f00 cb627569 6c642f72 6570726f ../..build/repro\n+ 0x00247020 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n+ 0x00247030 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n+ 0x00247040 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n+ 0x00247050 656e6461 722d7061 72616d73 2e787364 endar-params.xsd\n+ 0x00247060 35010005 12000614 080001a0 0a000080 5...............\n+ 0x00247070 60020005 3c00ff78 733a616e 6e6f7461 `...<..xs:annota\n+ 0x00247080 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs=\"h\n+ 0x00247090 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org\n+ 0x002470a0 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema\"\n+ 0x002470b0 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal=\"urn\n+ 0x002470c0 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml\n+ 0x002470d0 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2.\n+ 0x002470e0 3022203e 0a3c7873 3a646f63 756d656e 0\" >.. f\n+ 0x00247110 62747970 65706172 616d2020 20202020 btypeparam \n+ 0x00247120 20203d20 22464254 59504522 20223d22 = \"FBTYPE\" \"=\"\n+ 0x00247130 200a2020 20202020 20202020 20202020 . \n+ 0x00247140 20202020 20202020 20202028 22465245 (\"FRE\n+ 0x00247150 4522200a 20202020 20202020 20202020 E\" . \n+ 0x00247160 20202020 20202020 20202020 20202f20 / \n+ 0x00247170 22425553 59220a20 2000ff20 20202020 \"BUSY\". .. \n+ 0x00247180 20202020 20202020 20202020 20202020 \n+ 0x00247190 2020202f 20224255 53592d55 4e415641 / \"BUSY-UNAVA\n+ 0x002471a0 494c4142 4c452220 0a202020 20202020 ILABLE\" . \n+ 0x002471b0 20202020 20202020 20202020 20202020 \n+ 0x002471c0 2020202f 20224255 53592d54 454e5441 / \"BUSY-TENTA\n+ 0x002471d0 54495645 220a2020 20202020 20202020 TIVE\". \n 0x002471e0 20202020 20202020 20202020 20202020 \n- 0x002471f0 2020202f 20225349 424c494e 47222020 / \"SIBLING\" \n- 0x00247200 203b2053 69626c69 6e672072 656c6174 ; Sibling relat\n- 0x00247210 696f6e73 6869700a 20202000 ff202020 ionship. .. \n- 0x00247220 20202020 20202020 20202020 20202020 \n- 0x00247230 20202020 2f206961 6e612d74 6f6b656e / iana-token\n- 0x00247240 20203b20 536f6d65 206f7468 65722049 ; Some other I\n- 0x00247250 414e412d 72656769 73746572 65640a20 ANA-registered. \n- 0x00247260 20202020 20202020 20202020 20202020 \n- 0x00247270 20202020 20202020 20202020 20202020 \n- 0x00247280 20202020 2020203b 20694361 6c656e64 ; iCalend\n- 0x00247290 61722072 656c6174 696f6e73 6800ff69 ar relationsh..i\n- 0x002472a0 70207479 70650a20 20202020 20202020 p type. \n- 0x002472b0 20202020 20202020 20202020 20202020 \n- 0x002472c0 202f2078 2d6e616d 65292020 2020203b / x-name) ;\n- 0x002472d0 2041206e 6f6e2d73 74616e64 6172642c A non-standard,\n- 0x002472e0 20657870 6572696d 656e7461 6c0a2020 experimental. \n- 0x002472f0 20202020 20202020 20202020 20202020 \n- 0x00247300 20202020 20202020 20202020 20202020 \n- 0x00247310 20202020 20203b20 72656c61 74696f00 ; relatio.\n- 0x00247320 ff6e7368 69702074 7970650a 20202020 .nship type. \n- 0x00247330 20202020 57732d43 616c656e 64617220 Ws-Calendar \n- 0x00247340 61646473 20746865 2076616c 7565730a adds the values.\n- 0x00247350 20202020 20202020 20202020 20202020 \n- 0x00247360 20202020 20202020 2020202f 20224649 / \"FI\n- 0x00247370 4e495348 544f5354 41525422 0a202020 NISHTOSTART\". \n- 0x00247380 20202020 20202020 20202020 20202020 \n- 0x00247390 20202020 20202020 2f202246 494e4953 / \"FINIS\n- 0x002473a0 4800ff54 4f46494e 49534822 0a202020 H..TOFINISH\". \n- 0x002473b0 20202020 20202020 20202020 20202020 \n- 0x002473c0 20202020 20202020 2f202253 54415254 / \"START\n- 0x002473d0 544f4649 4e495348 220a2020 20202020 TOFINISH\". \n- 0x002473e0 20202020 20202020 20202020 20202020 \n- 0x002473f0 20202020 202f2022 53544152 54544f53 / \"STARTTOS\n- 0x00247400 54415254 22202020 20202020 20202020 TART\" \n- 0x00247410 20200a20 20202020 20202020 20202020 . \n- 0x00247420 20202000 d4202020 20202020 20202020 .. \n- 0x00247430 0a202020 20202020 3b204465 6661756c . ; Defaul\n- 0x00247440 74206973 20504152 454e540a 20202020 t is PARENT. \n- 0x00247450 20203c2f 78733a64 6f63756d 656e7461 ...L../..bu\n- 0x00247480 696c642f 72657072 6f647563 69626c65 ild/reproducible\n- 0x00247490 2d706174 682f6c69 626b6f6c 6162786d -path/libkolabxm\n- 0x002474a0 6c2d312e 322e312f 73636865 6d61732f l-1.2.1/schemas/\n- 0x002474b0 6963616c 2f694361 6c656e64 61722d70 ical/iCalendar-p\n- 0x002474c0 6172616d 732e7873 641c0100 05120006 arams.xsd.......\n- 0x002474d0 e6040001 a00a0000 80360100 053c00ff .........6...<..\n- 0x002474e0 78733a61 6e6e6f74 6174696f 6e20786d xs:annotation xm\n- 0x002474f0 6c6e733a 78733d22 68747470 3a2f2f77 lns:xs=\"http://w\n- 0x00247500 77772e77 332e6f72 672f3230 30312f58 ww.w3.org/2001/X\n- 0x00247510 4d4c5363 68656d61 2220786d 6c6e733a MLSchema\" xmlns:\n- 0x00247520 7863616c 3d227572 6e3a6965 74663a70 xcal=\"urn:ietf:p\n- 0x00247530 6172616d 733a786d 6c3a6e73 3a696361 arams:xml:ns:ica\n- 0x00247540 6c656e64 61722d32 2e302220 3e0a3c78 lendar-2.0\" >.\n- 0x00247570 0a202020 20202020 636c6173 7376616c . classval\n- 0x00247580 7565203d 20225055 424c4943 22202f20 ue = \"PUBLIC\" / \n- 0x00247590 22505249 56415445 22202f20 22434f4e \"PRIVATE\" / \"CON\n- 0x002475a0 46494445 4e544941 4c22202f 2069616e FIDENTIAL\" / ian\n- 0x002475b0 612d746f 6b656e0a 20202020 20202020 a-token. \n- 0x002475c0 20202020 20202020 20202f20 782d6e61 / x-na\n- 0x002475d0 6d650a20 20202020 20203b44 65666175 me. ;Defau\n- 0x002475e0 6c7400b8 20697320 5055424c 49430a20 lt.. is PUBLIC. \n- 0x002475f0 20202020 203c2f78 733a646f 63756d65 ...K../.\n- 0x00247620 ca627569 6c642f72 6570726f 64756369 .build/reproduci\n- 0x00247630 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola\n- 0x00247640 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem\n- 0x00247650 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda\n- 0x00247660 722d7072 6f70732e 7873647b 01000514 r-props.xsd{....\n- 0x00247670 00082507 0001a00a 000080b6 0100053c ..%............<\n- 0x00247680 00ff7873 3a616e6e 6f746174 696f6e20 ..xs:annotation \n- 0x00247690 786d6c6e 733a7873 3d226874 74703a2f xmlns:xs=\"http:/\n- 0x002476a0 2f777777 2e77332e 6f72672f 32303031 /www.w3.org/2001\n- 0x002476b0 2f584d4c 53636865 6d612220 786d6c6e /XMLSchema\" xmln\n- 0x002476c0 733a7863 616c3d22 75726e3a 69657466 s:xcal=\"urn:ietf\n- 0x002476d0 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i\n- 0x002476e0 63616c65 6e646172 2d322e30 22203e0a calendar-2.0\" >.\n- 0x002476f0 3c78733a 646f6375 6d656e74 6174696f . schedul\n- 0x00247720 65666f72 63657365 6e647061 72616d20 eforcesendparam \n- 0x00247730 3d202253 43484544 554c452d 464f5243 = \"SCHEDULE-FORC\n- 0x00247740 452d5345 4e442220 223d220a 20202020 E-SEND\" \"=\". \n- 0x00247750 20202020 20202020 20202020 20202020 \n- 0x00247760 20202020 20202020 20202822 52455155 (\"REQU\n- 0x00247770 45535422 20202020 3b20466f 72636520 EST\" ; Force \n- 0x00247780 61202252 00ff4551 55455354 220a2020 a \"R..EQUEST\". \n- 0x00247790 20202020 20202020 20202020 20202020 \n- 0x002477a0 20202020 20202020 2020202f 20225245 / \"RE\n- 0x002477b0 504c5922 20202020 20203b20 466f7263 PLY\" ; Forc\n- 0x002477c0 65206120 22524550 4c59220a 20202020 e a \"REPLY\". \n+ 0x002471f0 2f20782d 6e616d65 20203b00 ff20536f / x-name ;.. So\n+ 0x00247200 6d652065 78706572 696d656e 74616c20 me experimental \n+ 0x00247210 6943616c 656e6461 72206672 65652f62 iCalendar free/b\n+ 0x00247220 75737920 74797065 2e0a2020 20202020 usy type.. \n+ 0x00247230 20202020 20202020 20202020 20202020 \n+ 0x00247240 20202020 2f206961 6e612d74 6f6b656e / iana-token\n+ 0x00247250 290a2020 20202020 20202020 20202020 ). \n+ 0x00247260 20203b20 536f6d65 206f7468 65722049 ; Some other I\n+ 0x00247270 414e412d 72656769 73746572 6500df64 ANA-registere..d\n+ 0x00247280 20694361 6c656e64 61722066 7265652f iCalendar free/\n+ 0x00247290 62757379 20747970 652e0a20 20202020 busy type.. \n+ 0x002472a0 20203b20 44656661 756c7420 69732042 ; Default is B\n+ 0x002472b0 5553590a 20202020 20203c2f 78733a64 USY. .\n+ 0x002472d0 78733a61 6e6e6f74 6174696f 6e3e0007 xs:annotation>..\n+ 0x002472e0 4c00062f 00cc6275 696c642f 72657072 L../..build/repr\n+ 0x002472f0 6f647563 69626c65 2d706174 682f6c69 oducible-path/li\n+ 0x00247300 626b6f6c 6162786d 6c2d312e 322e312f bkolabxml-1.2.1/\n+ 0x00247310 73636865 6d61732f 6963616c 2f694361 schemas/ical/iCa\n+ 0x00247320 6c656e64 61722d70 6172616d 732e7873 lendar-params.xs\n+ 0x00247330 64b20005 120006ab 090001a0 0a000080 d...............\n+ 0x00247340 c6010005 3c00ff78 733a616e 6e6f7461 ....<..xs:annota\n+ 0x00247350 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs=\"h\n+ 0x00247360 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org\n+ 0x00247370 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema\"\n+ 0x00247380 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal=\"urn\n+ 0x00247390 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml\n+ 0x002473a0 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2.\n+ 0x002473b0 3022203e 0a3c7873 3a646f63 756d656e 0\" >.. e\n+ 0x002473e0 6e636f64 696e6770 6172616d 20202020 ncodingparam \n+ 0x002473f0 20203d20 22454e43 4f44494e 47222022 = \"ENCODING\" \"\n+ 0x00247400 3d220a20 20202020 20202020 20202020 =\". \n+ 0x00247410 20202020 20202020 20202020 20282022 ( \"\n+ 0x00247420 38424954 220a2020 20202020 20202020 8BIT\". \n+ 0x00247430 3b202238 62697422 20746578 7420656e ; \"8bit\" text en\n+ 0x00247440 636f6469 6e672069 7300ff20 64656669 coding is.. defi\n+ 0x00247450 6e656420 696e205b 52464332 3034355d ned in [RFC2045]\n+ 0x00247460 0a202020 20202020 20202020 20202020 . \n+ 0x00247470 20202020 20202020 2020202f 20224241 / \"BA\n+ 0x00247480 53453634 220a2020 20202020 20202020 SE64\". \n+ 0x00247490 3b202242 41534536 34222062 696e6172 ; \"BASE64\" binar\n+ 0x002474a0 7920656e 636f6469 6e672066 6f726d61 y encoding forma\n+ 0x002474b0 74206973 20646566 696e6564 20696e20 t is defined in \n+ 0x002474c0 5b524643 34363438 5d0a2000 c8202020 [RFC4648]. .. \n+ 0x002474d0 20202020 20202020 20202020 20202020 \n+ 0x002474e0 20202020 2020290a 20202020 20203c2f ). \n+ 0x002474f0 78733a64 6f63756d 656e7461 74696f6e xs:documentation\n+ 0x00247500 3e0a3c2f 78733a61 6e6e6f74 6174696f >...L../..build/\n+ 0x00247520 72657072 6f647563 69626c65 2d706174 reproducible-pat\n+ 0x00247530 682f6c69 626b6f6c 6162786d 6c2d312e h/libkolabxml-1.\n+ 0x00247540 322e312f 73636865 6d61732f 6963616c 2.1/schemas/ical\n+ 0x00247550 2f694361 6c656e64 61722d70 6172616d /iCalendar-param\n+ 0x00247560 732e7873 649c0005 12000641 040001a0 s.xsd......A....\n+ 0x00247570 0a000080 16010005 3c00ff78 733a616e ........<..xs:an\n+ 0x00247580 6e6f7461 74696f6e 20786d6c 6e733a78 notation xmlns:x\n+ 0x00247590 733d2268 7474703a 2f2f7777 772e7733 s=\"http://www.w3\n+ 0x002475a0 2e6f7267 2f323030 312f584d 4c536368 .org/2001/XMLSch\n+ 0x002475b0 656d6122 20786d6c 6e733a78 63616c3d ema\" xmlns:xcal=\n+ 0x002475c0 2275726e 3a696574 663a7061 72616d73 \"urn:ietf:params\n+ 0x002475d0 3a786d6c 3a6e733a 6963616c 656e6461 :xml:ns:icalenda\n+ 0x002475e0 722d322e 3022203e 0a3c7873 3a646f63 r-2.0\" >.. \n+ 0x00247610 20202061 6374696f 6e76616c 7565203d actionvalue =\n+ 0x00247620 20224155 44494f22 202f2022 44495350 \"AUDIO\" / \"DISP\n+ 0x00247630 4c415922 202f2022 454d4149 4c220a20 LAY\" / \"EMAIL\". \n+ 0x00247640 20202020 20202020 20202020 20202020 \n+ 0x00247650 20202f20 69616e61 2d746f6b 656e202f / iana-token /\n+ 0x00247660 20782d6e 616d650a 20202020 20203c2f x-name. \n+ 0x00247670 78733a64 6f63756d 656e7461 74009869 xs:documentat..i\n+ 0x00247680 6f6e3e0a 3c2f7873 3a616e6e 6f746174 on>...K../..buil\n+ 0x002476a0 642f7265 70726f64 75636962 6c652d70 d/reproducible-p\n+ 0x002476b0 6174682f 6c69626b 6f6c6162 786d6c2d ath/libkolabxml-\n+ 0x002476c0 312e322e 312f7363 68656d61 732f6963 1.2.1/schemas/ic\n+ 0x002476d0 616c2f69 43616c65 6e646172 2d70726f al/iCalendar-pro\n+ 0x002476e0 70732e78 7364c102 00051400 08e80800 ps.xsd..........\n+ 0x002476f0 01a00a00 00801109 00053c00 ff78733a ..........<..xs:\n+ 0x00247700 616e6e6f 74617469 6f6e2078 6d6c6e73 annotation xmlns\n+ 0x00247710 3a78733d 22687474 703a2f2f 7777772e :xs=\"http://www.\n+ 0x00247720 77332e6f 72672f32 3030312f 584d4c53 w3.org/2001/XMLS\n+ 0x00247730 6368656d 61222078 6d6c6e73 3a786361 chema\" xmlns:xca\n+ 0x00247740 6c3d2275 726e3a69 6574663a 70617261 l=\"urn:ietf:para\n+ 0x00247750 6d733a78 6d6c3a6e 733a6963 616c656e ms:xml:ns:icalen\n+ 0x00247760 6461722d 322e3022 203e0a3c 78733a64 dar-2.0\" >.. \n+ 0x00247790 20202020 20706172 74737461 742d6576 partstat-ev\n+ 0x002477a0 656e7420 20203d20 28224e45 4544532d ent = (\"NEEDS-\n+ 0x002477b0 41435449 4f4e2220 2020203b 20457665 ACTION\" ; Eve\n+ 0x002477c0 6e74206e 65656473 20616374 696f6e0a nt needs action.\n 0x002477d0 20202020 20202020 20202020 20202020 \n- 0x002477e0 20202020 20202020 202f2069 616e612d / iana-\n- 0x002477f0 746f6b65 6e292020 3b204941 4e412072 token) ; IANA r\n- 0x00247800 65676973 746500b8 72656420 6d657468 egiste..red meth\n- 0x00247810 6f640a20 20202020 203c2f78 733a646f od. ...L\n- 0x00247840 00052f00 cb627569 6c642f72 6570726f ../..build/repro\n- 0x00247850 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n- 0x00247860 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n- 0x00247870 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n- 0x00247880 656e6461 722d7061 72616d73 2e787364 endar-params.xsd\n- 0x00247890 67010005 120006e0 050001a0 0a000080 g...............\n- 0x002478a0 d5040005 3c00ff78 733a616e 6e6f7461 ....<..xs:annota\n- 0x002478b0 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs=\"h\n- 0x002478c0 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org\n- 0x002478d0 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema\"\n- 0x002478e0 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal=\"urn\n- 0x002478f0 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml\n- 0x00247900 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2.\n- 0x00247910 3022203e 0a3c7873 3a646f63 756d656e 0\" >.. s\n- 0x00247940 74617475 73202020 20202020 2020203d tatus =\n- 0x00247950 20225354 41545553 22207374 61747061 \"STATUS\" statpa\n- 0x00247960 72616d20 223a2220 73746174 76616c75 ram \":\" statvalu\n- 0x00247970 65204352 4c460a0a 20202020 20202073 e CRLF.. s\n- 0x00247980 74617470 6172616d 20202020 2020203d tatparam =\n- 0x00247990 202a2822 3b22206f 74686572 2d706172 *(\";\" other-par\n- 0x002479a0 616d290a 0a202020 2000ff20 20207374 am).. .. st\n- 0x002479b0 61747661 6c756520 20202020 20203d20 atvalue = \n- 0x002479c0 28737461 7476616c 75652d65 76656e74 (statvalue-event\n- 0x002479d0 0a202020 20202020 20202020 20202020 . \n- 0x002479e0 20202020 20202020 2f202073 74617476 / statv\n- 0x002479f0 616c7565 2d746f64 6f0a2020 20202020 alue-todo. \n- 0x00247a00 20202020 20202020 20202020 20202020 \n- 0x00247a10 202f2020 73746174 76616c75 652d6a6f / statvalue-jo\n- 0x00247a20 7572290a 0a202020 20202000 ff207374 ur).. .. st\n- 0x00247a30 61747661 6c75652d 6576656e 74203d20 atvalue-event = \n- 0x00247a40 2254454e 54415449 56452220 2020203b \"TENTATIVE\" ;\n- 0x00247a50 496e6469 63617465 73206576 656e7420 Indicates event \n- 0x00247a60 69732074 656e7461 74697665 2e0a2020 is tentative.. \n+ 0x002477e0 20202020 20202020 2f202241 43434550 / \"ACCEP\n+ 0x002477f0 54454422 20202020 20202020 203b2000 TED\" ; .\n+ 0x00247800 ff457665 6e742061 63636570 7465640a .Event accepted.\n+ 0x00247810 20202020 20202020 20202020 20202020 \n+ 0x00247820 20202020 20202020 2f202244 45434c49 / \"DECLI\n+ 0x00247830 4e454422 20202020 20202020 203b2045 NED\" ; E\n+ 0x00247840 76656e74 20646563 6c696e65 640a2020 vent declined. \n+ 0x00247850 20202020 20202020 20202020 20202020 \n+ 0x00247860 20202020 20202f20 2254454e 54415449 / \"TENTATI\n+ 0x00247870 56452220 20202020 2020203b 20457665 VE\" ; Eve\n+ 0x00247880 6e00ff74 2074656e 74617469 76656c79 n..t tentatively\n+ 0x00247890 0a202020 20202020 20202020 20202020 . \n+ 0x002478a0 20202020 20202020 20202020 20202020 \n+ 0x002478b0 20202020 20202020 20202020 20203b20 ; \n+ 0x002478c0 61636365 70746564 0a202020 20202020 accepted. \n+ 0x002478d0 20202020 20202020 20202020 20202020 \n+ 0x002478e0 202f2022 44454c45 47415445 44222020 / \"DELEGATED\" \n+ 0x002478f0 20202020 20203b20 4576656e 74206465 ; Event de\n+ 0x00247900 6c656700 ff617465 640a2020 20202020 leg..ated. \n+ 0x00247910 20202020 20202020 20202020 20202020 \n+ 0x00247920 20202f20 782d6e61 6d652020 20202020 / x-name \n+ 0x00247930 20202020 2020203b 20457870 6572696d ; Experim\n+ 0x00247940 656e7461 6c207374 61747573 0a202020 ental status. \n+ 0x00247950 20202020 20202020 20202020 20202020 \n+ 0x00247960 20202020 202f2069 616e612d 746f6b65 / iana-toke\n+ 0x00247970 6e292020 20202020 20203b20 4f746865 n) ; Othe\n+ 0x00247980 72204941 4e00ff41 2d726567 69737465 r IAN..A-registe\n+ 0x00247990 7265640a 20202020 20202020 20202020 red. \n+ 0x002479a0 20202020 20202020 20202020 20202020 \n+ 0x002479b0 20202020 20202020 20202020 20202020 \n+ 0x002479c0 203b2073 74617475 730a2020 20202020 ; status. \n+ 0x002479d0 203b2054 68657365 20617265 20746865 ; These are the\n+ 0x002479e0 20706172 74696369 70617469 6f6e2073 participation s\n+ 0x002479f0 74617475 73657320 666f7220 61202256 tatuses for a \"V\n+ 0x00247a00 4556454e 54222e00 ff0a2020 20202020 EVENT\".... \n+ 0x00247a10 203b2044 65666175 6c742069 73204e45 ; Default is NE\n+ 0x00247a20 4544532d 41435449 4f4e2e0a 0a202020 EDS-ACTION... \n+ 0x00247a30 20202020 70617274 73746174 2d746f64 partstat-tod\n+ 0x00247a40 6f202020 203d2028 224e4545 44532d41 o = (\"NEEDS-A\n+ 0x00247a50 4354494f 4e222020 20203b20 546f2d64 CTION\" ; To-d\n+ 0x00247a60 6f206e65 65647320 61637469 6f6e0a20 o needs action. \n 0x00247a70 20202020 20202020 20202020 20202020 \n- 0x00247a80 20202020 202f2022 434f4e46 49524d45 / \"CONFIRME\n- 0x00247a90 44222020 20203b49 6e646963 61746573 D\" ;Indicates\n- 0x00247aa0 20657665 6e742069 73206465 6600ff69 event is def..i\n- 0x00247ab0 6e697465 2e0a2020 20202020 20202020 nite.. \n- 0x00247ac0 20202020 20202020 20202020 202f2022 / \"\n- 0x00247ad0 43414e43 454c4c45 44222020 20203b49 CANCELLED\" ;I\n- 0x00247ae0 6e646963 61746573 20657665 6e742077 ndicates event w\n- 0x00247af0 61732063 616e6365 6c6c6564 2e0a2020 as cancelled.. \n- 0x00247b00 20202020 203b5374 61747573 2076616c ;Status val\n- 0x00247b10 75657320 666f7220 61202256 4556454e ues for a \"VEVEN\n- 0x00247b20 54220a0a 20202020 20202073 74617400 T\".. stat.\n- 0x00247b30 ff76616c 75652d74 6f646f20 203d2022 .value-todo = \"\n- 0x00247b40 4e454544 532d4143 54494f4e 22203b49 NEEDS-ACTION\" ;I\n- 0x00247b50 6e646963 61746573 20746f2d 646f206e ndicates to-do n\n- 0x00247b60 65656473 20616374 696f6e2e 0a202020 eeds action.. \n+ 0x00247a80 20202020 2020202f 2000ff22 41434345 / ..\"ACCE\n+ 0x00247a90 50544544 22202020 20202020 20203b20 PTED\" ; \n+ 0x00247aa0 546f2d64 6f206163 63657074 65640a20 To-do accepted. \n+ 0x00247ab0 20202020 20202020 20202020 20202020 \n+ 0x00247ac0 20202020 2020202f 20224445 434c494e / \"DECLIN\n+ 0x00247ad0 45442220 20202020 20202020 3b20546f ED\" ; To\n+ 0x00247ae0 2d646f20 6465636c 696e6564 0a202020 -do declined. \n+ 0x00247af0 20202020 20202020 20202020 20202020 \n+ 0x00247b00 20202020 202f2022 54454e00 ff544154 / \"TEN..TAT\n+ 0x00247b10 49564522 20202020 20202020 3b20546f IVE\" ; To\n+ 0x00247b20 2d646f20 74656e74 61746976 656c790a -do tentatively.\n+ 0x00247b30 20202020 20202020 20202020 20202020 \n+ 0x00247b40 20202020 20202020 20202020 20202020 \n+ 0x00247b50 20202020 20202020 20202020 203b2061 ; a\n+ 0x00247b60 63636570 7465640a 20202020 20202020 ccepted. \n 0x00247b70 20202020 20202020 20202020 20202020 \n- 0x00247b80 20202020 2f202243 4f4d504c 45544544 / \"COMPLETED\n- 0x00247b90 22202020 203b496e 64696361 74657320 \" ;Indicates \n- 0x00247ba0 746f2d64 6f20636f 6d706c65 7465642e to-do completed.\n- 0x00247bb0 0a00ff20 20202020 20202020 20202020 ... \n- 0x00247bc0 20202020 20202020 20202f20 22494e2d / \"IN-\n- 0x00247bd0 50524f43 45535322 2020203b 496e6469 PROCESS\" ;Indi\n- 0x00247be0 63617465 7320746f 2d646f20 696e2070 cates to-do in p\n- 0x00247bf0 726f6365 7373206f 662e0a20 20202020 rocess of.. \n- 0x00247c00 20202020 20202020 20202020 20202020 \n- 0x00247c10 20202f20 2243414e 43454c4c 45442220 / \"CANCELLED\" \n- 0x00247c20 2020203b 496e6469 63617465 7320746f ;Indicates to\n- 0x00247c30 2d646f00 ff207761 73206361 6e63656c -do.. was cancel\n- 0x00247c40 6c65642e 0a202020 20202020 3b537461 led.. ;Sta\n- 0x00247c50 74757320 76616c75 65732066 6f722022 tus values for \"\n- 0x00247c60 56544f44 4f222e0a 0a202020 20202020 VTODO\"... \n- 0x00247c70 73746174 76616c75 652d6a6f 75722020 statvalue-jour \n- 0x00247c80 3d202244 52414654 22202020 20202020 = \"DRAFT\" \n- 0x00247c90 203b496e 64696361 74657320 6a6f7572 ;Indicates jour\n- 0x00247ca0 6e616c20 69732064 72616674 2e0a2020 nal is draft.. \n- 0x00247cb0 20202020 2000ff20 20202020 20202020 .. \n- 0x00247cc0 20202020 2020202f 20224649 4e414c22 / \"FINAL\"\n- 0x00247cd0 20202020 20202020 3b496e64 69636174 ;Indicat\n- 0x00247ce0 6573206a 6f75726e 616c2069 73206669 es journal is fi\n- 0x00247cf0 6e616c2e 0a202020 20202020 20202020 nal.. \n- 0x00247d00 20202020 20202020 20202020 2f202243 / \"C\n- 0x00247d10 414e4345 4c4c4544 22202020 203b496e ANCELLED\" ;In\n- 0x00247d20 64696361 74657320 6a6f7572 6e616c20 dicates journal \n- 0x00247d30 69732072 656d6f00 d4766564 2e0a2020 is remo..ved.. \n- 0x00247d40 20202020 3b537461 74757320 76616c75 ;Status valu\n- 0x00247d50 65732066 6f722022 564a4f55 524e414c es for \"VJOURNAL\n- 0x00247d60 222e0a20 20202020 203c2f78 733a646f \".. ...K\n- 0x00247d90 00062f00 ca627569 6c642f72 6570726f ../..build/repro\n- 0x00247da0 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n- 0x00247db0 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n- 0x00247dc0 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n- 0x00247dd0 656e6461 722d7072 6f70732e 787364c2 endar-props.xsd.\n- 0x00247de0 01000514 00084107 0001a00a 0000809e ......A.........\n- 0x00247df0 0200053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat\n- 0x00247e00 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs=\"ht\n- 0x00247e10 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/\n- 0x00247e20 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema\" \n- 0x00247e30 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal=\"urn:\n- 0x00247e40 69657466 3a706172 616d733a 786d6c3a ietf:params:xml:\n- 0x00247e50 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0\n- 0x00247e60 22203e0a 3c78733a 646f6375 6d656e74 \" >.. s\n- 0x00247e90 63686564 756c6561 67656e74 70617261 cheduleagentpara\n- 0x00247ea0 6d203d20 22534348 4544554c 452d4147 m = \"SCHEDULE-AG\n- 0x00247eb0 454e5422 20223d22 0a202020 20202020 ENT\" \"=\". \n- 0x00247ec0 20202020 20202020 20202020 20202020 \n- 0x00247ed0 20282253 45525645 52222020 20202020 (\"SERVER\" \n- 0x00247ee0 3b205468 65207365 72766572 2068616e ; The server han\n- 0x00247ef0 646c6573 20736368 00ff6564 756c696e dles sch..edulin\n- 0x00247f00 670a2020 20202020 20202020 20202020 g. \n- 0x00247f10 20202020 20202020 202f2022 434c4945 / \"CLIE\n- 0x00247f20 4e542220 20202020 203b2054 68652063 NT\" ; The c\n- 0x00247f30 6c69656e 74206861 6e646c65 73207363 lient handles sc\n- 0x00247f40 68656475 6c696e67 0a202020 20202020 heduling. \n- 0x00247f50 20202020 20202020 20202020 20202020 \n- 0x00247f60 2f20224e 4f4e4522 20202020 20202020 / \"NONE\" \n- 0x00247f70 3b204e6f 20617574 6f6d00ff 61746963 ; No autom..atic\n- 0x00247f80 20736368 6564756c 696e670a 20202020 scheduling. \n- 0x00247f90 20202020 20202020 20202020 20202020 \n- 0x00247fa0 2020202f 20782d6e 616d6520 20202020 / x-name \n- 0x00247fb0 2020203b 20457870 6572696d 656e7461 ; Experimenta\n- 0x00247fc0 6c207479 70650a20 20202020 20202020 l type. \n- 0x00247fd0 20202020 20202020 20202020 20202f20 / \n- 0x00247fe0 69616e61 2d746f6b 656e2920 20203b20 iana-token) ; \n- 0x00247ff0 4f746865 72204941 4e412072 00ff6567 Other IANA r..eg\n- 0x00248000 69737465 72656420 74797065 0a202020 istered type. \n- 0x00248010 20202020 20202020 20202020 20202020 \n- 0x00248020 20202020 20202020 20202020 20202020 \n- 0x00248030 20202020 3b0a2020 20202020 20202020 ;. \n- 0x00248040 20202020 20202020 20202020 20202020 \n- 0x00248050 20202020 20202020 20202020 203b2044 ; D\n- 0x00248060 65666175 6c742069 73205345 52564552 efault is SERVER\n- 0x00248070 0a202020 2020203c 2f78733a 646f00a0 . ...L\n- 0x002480a0 00052f00 cb627569 6c642f72 6570726f ../..build/repro\n- 0x002480b0 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n- 0x002480c0 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n- 0x002480d0 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n- 0x002480e0 656e6461 722d7061 72616d73 2e787364 endar-params.xsd\n- 0x002480f0 56010005 12000682 030001a0 0a000080 V...............\n- 0x00248100 8d010005 3c00ff78 733a616e 6e6f7461 ....<..xs:annota\n- 0x00248110 74696f6e 20786d6c 6e733a78 733d2268 tion xmlns:xs=\"h\n- 0x00248120 7474703a 2f2f7777 772e7733 2e6f7267 ttp://www.w3.org\n- 0x00248130 2f323030 312f584d 4c536368 656d6122 /2001/XMLSchema\"\n- 0x00248140 20786d6c 6e733a78 63616c3d 2275726e xmlns:xcal=\"urn\n- 0x00248150 3a696574 663a7061 72616d73 3a786d6c :ietf:params:xml\n- 0x00248160 3a6e733a 6963616c 656e6461 722d322e :ns:icalendar-2.\n- 0x00248170 3022203e 0a3c7873 3a646f63 756d656e 0\" >.. t\n- 0x002481a0 72616e73 76616c75 65203d20 224f5041 ransvalue = \"OPA\n- 0x002481b0 51554522 0a202020 20202020 20202020 QUE\". \n- 0x002481c0 20202020 20202020 3b426c6f 636b7320 ;Blocks \n- 0x002481d0 6f72206f 70617175 65206f6e 20627573 or opaque on bus\n- 0x002481e0 79207469 6d652073 65617263 6865732e y time searches.\n- 0x002481f0 0a202020 20202020 20202020 20202020 . \n- 0x00248200 20202020 2f202254 5200ff41 4e535041 / \"TR..ANSPA\n- 0x00248210 52454e54 220a2020 20202020 20202020 RENT\". \n- 0x00248220 20202020 20202020 203b5472 616e7370 ;Transp\n- 0x00248230 6172656e 74206f6e 20627573 79207469 arent on busy ti\n- 0x00248240 6d652073 65617263 6865732e 0a202020 me searches.. \n- 0x00248250 20202020 3b446566 61756c74 2076616c ;Default val\n- 0x00248260 75652069 73204f50 41515545 0a202020 ue is OPAQUE. \n- 0x00248270 2020203c 2f78733a 646f6375 6d656e74 ...K../.\n- 0x002482a0 ca627569 6c642f72 6570726f 64756369 .build/reproduci\n- 0x002482b0 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola\n- 0x002482c0 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem\n- 0x002482d0 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda\n- 0x002482e0 722d7072 6f70732e 7873641f 02000514 r-props.xsd.....\n- 0x002482f0 00081c0a 0001a00a 00008064 0100053c ...........d...<\n- 0x00248300 00ff7873 3a616e6e 6f746174 696f6e20 ..xs:annotation \n- 0x00248310 786d6c6e 733a7873 3d226874 74703a2f xmlns:xs=\"http:/\n- 0x00248320 2f777777 2e77332e 6f72672f 32303031 /www.w3.org/2001\n- 0x00248330 2f584d4c 53636865 6d612220 786d6c6e /XMLSchema\" xmln\n- 0x00248340 733a7863 616c3d22 75726e3a 69657466 s:xcal=\"urn:ietf\n- 0x00248350 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i\n- 0x00248360 63616c65 6e646172 2d322e30 22203e0a calendar-2.0\" >.\n- 0x00248370 3c78733a 646f6375 6d656e74 6174696f . trigre\n- 0x002483a0 6c706172 616d2020 20202020 203d2022 lparam = \"\n- 0x002483b0 52454c41 54454422 20223d22 0a202020 RELATED\" \"=\". \n- 0x002483c0 20202020 20202020 20202020 20202020 \n- 0x002483d0 20202020 20202020 28225354 41525422 (\"START\"\n- 0x002483e0 20202020 2020203b 20547269 67676572 ; Trigger\n- 0x002483f0 206f6666 206f6620 73746172 740a2020 off of start. \n- 0x00248400 20202020 00e32020 20202020 20202020 .. \n- 0x00248410 20202020 20202020 20202f20 22454e44 / \"END\n- 0x00248420 22292020 20202020 20203b20 54726967 \") ; Trig\n- 0x00248430 67657220 6f666620 6f662065 6e640a20 ger off of end. \n- 0x00248440 20202020 203c2f78 733a646f 63756d65 ...L../.\n- 0x00248470 cb627569 6c642f72 6570726f 64756369 .build/reproduci\n- 0x00248480 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola\n- 0x00248490 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem\n- 0x002484a0 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda\n- 0x002484b0 722d7061 72616d73 2e787364 0f010005 r-params.xsd....\n- 0x002484c0 12000660 0a0001a0 0a000080 ec020005 ...`............\n- 0x002484d0 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation\n- 0x002484e0 20786d6c 6e733a78 733d2268 7474703a xmlns:xs=\"http:\n- 0x002484f0 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200\n- 0x00248500 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema\" xml\n- 0x00248510 6e733a78 63616c3d 2275726e 3a696574 ns:xcal=\"urn:iet\n- 0x00248520 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns:\n- 0x00248530 6963616c 656e6461 722d322e 3022203e icalendar-2.0\" >\n- 0x00248540 0a3c7873 3a646f63 756d656e 74617469 .. cutyp\n- 0x00248570 65706172 616d2020 20202020 20203d20 eparam = \n- 0x00248580 22435554 59504522 20223d22 0a202020 \"CUTYPE\" \"=\". \n- 0x00248590 20202020 20202020 20202020 20202020 \n- 0x002485a0 20202020 20202028 22494e44 49564944 (\"INDIVID\n- 0x002485b0 55414c22 2020203b 20416e20 696e6469 UAL\" ; An indi\n- 0x002485c0 76696475 616c0a20 20202020 20202020 vidual. \n- 0x002485d0 20202020 2000ff20 20202020 20202020 .. \n- 0x002485e0 20202f20 2247524f 55502220 20202020 / \"GROUP\" \n- 0x002485f0 2020203b 20412067 726f7570 206f6620 ; A group of \n- 0x00248600 696e6469 76696475 616c730a 20202020 individuals. \n- 0x00248610 20202020 20202020 20202020 20202020 \n- 0x00248620 20202020 202f2022 5245534f 55524345 / \"RESOURCE\n- 0x00248630 22202020 20203b20 41207068 79736963 \" ; A physic\n- 0x00248640 616c2072 65736f75 7263650a 20202020 al resource. \n- 0x00248650 20202020 20202000 ff202020 20202020 .. \n- 0x00248660 20202020 2020202f 2022524f 4f4d2220 / \"ROOM\" \n- 0x00248670 20202020 20202020 3b204120 726f6f6d ; A room\n- 0x00248680 20726573 6f757263 650a2020 20202020 resource. \n- 0x00248690 20202020 20202020 20202020 20202020 \n- 0x002486a0 2020202f 2022554e 4b4e4f57 4e222020 / \"UNKNOWN\" \n- 0x002486b0 20202020 3b204f74 68657277 69736520 ; Otherwise \n- 0x002486c0 6e6f7420 6b6e6f77 6e0a2020 20202020 not known. \n- 0x002486d0 20202020 20202020 2000ff20 20202020 .. \n- 0x002486e0 20202020 202f2078 2d6e616d 65202020 / x-name \n- 0x002486f0 20202020 20203b20 45787065 72696d65 ; Experime\n- 0x00248700 6e74616c 20747970 650a2020 20202020 ntal type. \n- 0x00248710 20202020 20202020 20202020 20202020 \n- 0x00248720 2020202f 2069616e 612d746f 6b656e29 / iana-token)\n- 0x00248730 20202020 3b204f74 68657220 49414e41 ; Other IANA\n- 0x00248740 2d726567 69737465 7265640a 20202020 -registered. \n- 0x00248750 20202020 20202020 20202000 eb202020 .. \n- 0x00248760 20202020 20202020 20202020 20202020 \n- 0x00248770 20202020 20202020 3b207479 70650a20 ; type. \n- 0x00248780 20202020 20203b20 44656661 756c7420 ; Default \n- 0x00248790 69732049 4e444956 49445541 4c0a2020 is INDIVIDUAL. \n- 0x002487a0 20202020 3c2f7873 3a646f63 756d656e ...L../..\n- 0x002487d0 6275696c 642f7265 70726f64 75636962 build/reproducib\n- 0x002487e0 6c652d70 6174682f 6c69626b 6f6c6162 le-path/libkolab\n- 0x002487f0 786d6c2d 312e322e 312f7363 68656d61 xml-1.2.1/schema\n- 0x00248800 732f6963 616c2f69 43616c65 6e646172 s/ical/iCalendar\n- 0x00248810 2d706172 616d732e 78736476 00051200 -params.xsdv....\n- 0x00248820 06430300 01a00a00 00807405 00053c00 .C........t...<.\n- 0x00248830 ff78733a 616e6e6f 74617469 6f6e2078 .xs:annotation x\n- 0x00248840 6d6c6e73 3a78733d 22687474 703a2f2f mlns:xs=\"http://\n- 0x00248850 7777772e 77332e6f 72672f32 3030312f www.w3.org/2001/\n- 0x00248860 584d4c53 6368656d 61222078 6d6c6e73 XMLSchema\" xmlns\n- 0x00248870 3a786361 6c3d2275 726e3a69 6574663a :xcal=\"urn:ietf:\n- 0x00248880 70617261 6d733a78 6d6c3a6e 733a6963 params:xml:ns:ic\n- 0x00248890 616c656e 6461722d 322e3022 203e0a3c alendar-2.0\" >.<\n- 0x002488a0 78733a64 6f63756d 656e7461 74696f6e xs:documentation\n- 0x002488b0 2000ff78 6d6c3a6c 616e673d 22656e22 ..xml:lang=\"en\"\n- 0x002488c0 3e0a2020 20202020 20204475 72617469 >. Durati\n- 0x002488d0 6f6e7320 61726520 61207072 6f626c65 ons are a proble\n- 0x002488e0 6d3a200a 20202020 20202020 20202058 m: . X\n- 0x002488f0 4d4c2073 6368656d 61207479 70657320 ML schema types \n- 0x00248900 616c6c6f 77205965 6172732c 204d6f6e allow Years, Mon\n- 0x00248910 7468732c 20446179 732c2048 6f757273 ths, Days, Hours\n- 0x00248920 2c204d69 6e757465 732c2053 65636f6e , Minutes, Secon\n- 0x00248930 64730a00 ff202020 20202020 20202020 ds... \n- 0x00248940 4963616c 20616c6c 6f777320 5765656b Ical allows Week\n- 0x00248950 732c2044 6179732c 20486f75 72732c20 s, Days, Hours, \n- 0x00248960 4d696e75 7465732c 20536563 6f6e6473 Minutes, Seconds\n- 0x00248970 0a202020 20202020 20202020 0a202020 . . \n- 0x00248980 20202020 20546865 7365206f 7665726c These overl\n- 0x00248990 61702061 6e642077 65207265 616c6c79 ap and we really\n- 0x002489a0 206e6565 64206120 636f6d62 696e6174 need a combinat\n- 0x002489b0 696f6e20 6f00ff66 20626f74 682e0a20 ion o..f both.. \n- 0x002489c0 20202020 20202053 6f207468 6520636f So the co\n- 0x002489d0 6d70726f 6d697365 20697320 746f2068 mpromise is to h\n- 0x002489e0 61766520 61207061 74746572 6e207265 ave a pattern re\n- 0x002489f0 73747269 63746564 20537472 696e6720 stricted String \n- 0x00248a00 74797065 20616e64 206e6f74 650a2020 type and note. \n- 0x00248a10 20202020 20207468 61742069 66206461 that if da\n- 0x00248a20 74612069 7320746f 20626520 6578706f ta is to be expo\n- 0x00248a30 72746564 20696e00 ff746f20 74686520 rted in..to the \n- 0x00248a40 6963616c 656e6461 7220776f 726c6420 icalendar world \n- 0x00248a50 69742063 616e6e6f 74206861 7665200a it cannot have .\n- 0x00248a60 20202020 20202020 79656172 73206f72 years or\n- 0x00248a70 206d6f6e 7468732e 0a202020 20202020 months.. \n- 0x00248a80 200a2020 20202020 2020556c 74696d61 . Ultima\n- 0x00248a90 74656c79 20697420 69732074 6f206265 tely it is to be\n- 0x00248aa0 20686f70 65642074 68652074 776f2077 hoped the two w\n- 0x00248ab0 6f726c64 73206361 6e00ff20 62652061 orlds can.. be a\n- 0x00248ac0 6c69676e 65642e0a 20202020 20202020 ligned.. \n- 0x00248ad0 0a202020 20202020 20524643 35353435 . RFC5545\n- 0x00248ae0 20286963 616c656e 64617229 20737065 (icalendar) spe\n- 0x00248af0 63696669 65730a20 20202020 20202064 cifies. d\n- 0x00248b00 75722d76 616c7565 20203d20 285b222b ur-value = ([\"+\n- 0x00248b10 225d202f 20222d22 29202250 22202864 \"] / \"-\") \"P\" (d\n- 0x00248b20 75722d64 61746520 2f206475 722d7469 ur-date / dur-ti\n- 0x00248b30 6d65202f 20647572 2d776500 ff656b29 me / dur-we..ek)\n- 0x00248b40 0a0a2020 20202020 20206475 722d6461 .. dur-da\n- 0x00248b50 74652020 203d2064 75722d64 6179205b te = dur-day [\n- 0x00248b60 6475722d 74696d65 5d0a2020 20202020 dur-time]. \n- 0x00248b70 20206475 722d7469 6d652020 203d2022 dur-time = \"\n- 0x00248b80 54222028 6475722d 686f7572 202f2064 T\" (dur-hour / d\n- 0x00248b90 75722d6d 696e7574 65202f20 6475722d ur-minute / dur-\n- 0x00248ba0 7365636f 6e64290a 20202020 20202020 second). \n- 0x00248bb0 6475722d 7765656b 2020203d 2000ff31 dur-week = ..1\n- 0x00248bc0 2a444947 49542022 57220a20 20202020 *DIGIT \"W\". \n- 0x00248bd0 20202064 75722d68 6f757220 20203d20 dur-hour = \n- 0x00248be0 312a4449 47495420 22482220 5b647572 1*DIGIT \"H\" [dur\n- 0x00248bf0 2d6d696e 7574655d 0a202020 20202020 -minute]. \n- 0x00248c00 20647572 2d6d696e 75746520 3d20312a dur-minute = 1*\n- 0x00248c10 44494749 5420224d 22205b64 75722d73 DIGIT \"M\" [dur-s\n- 0x00248c20 65636f6e 645d0a20 20202020 20202064 econd]. d\n- 0x00248c30 75722d73 65636f6e 64203d20 312a4400 ur-second = 1*D.\n- 0x00248c40 ff494749 54202253 220a2020 20202020 .IGIT \"S\". \n- 0x00248c50 20206475 722d6461 79202020 203d2031 dur-day = 1\n- 0x00248c60 2a444947 49542022 44220a20 20202020 *DIGIT \"D\". \n- 0x00248c70 2020200a 20202020 20202020 536f2050 . So P\n- 0x00248c80 35572069 73207661 6c69643a 20503557 5W is valid: P5W\n- 0x00248c90 5431304d 20697320 6e6f742e 20496620 T10M is not. If \n- 0x00248ca0 7765656b 73207265 20737065 63696669 weeks re specifi\n- 0x00248cb0 6564206e 6f746869 6e672065 6c736520 ed nothing else \n- 0x00248cc0 6300ff61 6e206265 0a202020 20202020 c..an be. \n- 0x00248cd0 200a2020 20202020 2020584d 4c207370 . XML sp\n- 0x00248ce0 65636966 6965730a 20202020 20202020 ecifies. \n- 0x00248cf0 20202050 6e596e4d 6e44546e 486e4d6e PnYnMnDTnHnMn\n- 0x00248d00 530a2020 20202020 20200a20 20202020 S. . \n- 0x00248d10 20202054 68652065 6c656d65 6e747320 The elements \n- 0x00248d20 6d757374 20617070 65617220 696e2074 must appear in t\n- 0x00248d30 6865206f 72646572 20737065 63696669 he order specifi\n- 0x00248d40 65642000 f3616e64 20746865 20275427 ed ..and the 'T'\n- 0x00248d50 20697320 6f6d6974 74656420 0a202020 is omitted . \n- 0x00248d60 20202020 20696620 686f7572 73206d69 if hours mi\n- 0x00248d70 6e757465 7320616e 64207365 636f6e64 nutes and second\n- 0x00248d80 73206172 65206162 73656e74 2e0a2020 s are absent.. \n- 0x00248d90 20202020 3c2f7873 3a646f63 756d656e ...N../..\n- 0x00248dc0 6275696c 642f7265 70726f64 75636962 build/reproducib\n- 0x00248dd0 6c652d70 6174682f 6c69626b 6f6c6162 le-path/libkolab\n- 0x00248de0 786d6c2d 312e322e 312f7363 68656d61 xml-1.2.1/schema\n- 0x00248df0 732f6963 616c2f69 43616c65 6e646172 s/ical/iCalendar\n- 0x00248e00 2d76616c 74797065 732e7873 64440005 -valtypes.xsdD..\n- 0x00248e10 140006ff 060001a0 0a008280 0000003f ...............?\n- 0x00248e20 0100053c 00ff7873 3a616e6e 6f746174 ...<..xs:annotat\n- 0x00248e30 696f6e20 786d6c6e 733a7873 3d226874 ion xmlns:xs=\"ht\n- 0x00248e40 74703a2f 2f777777 2e77332e 6f72672f tp://www.w3.org/\n- 0x00248e50 32303031 2f584d4c 53636865 6d612220 2001/XMLSchema\" \n- 0x00248e60 786d6c6e 733a7863 616c3d22 75726e3a xmlns:xcal=\"urn:\n- 0x00248e70 69657466 3a706172 616d733a 786d6c3a ietf:params:xml:\n- 0x00248e80 6e733a69 63616c65 6e646172 2d322e30 ns:icalendar-2.0\n- 0x00248e90 22203e0a 3c78733a 646f6375 6d656e74 \" >.. S\n- 0x00248ec0 74616e64 61726420 76616c75 65730a20 tandard values. \n- 0x00248ed0 20202020 20202020 20202243 48414952 \"CHAIR\n- 0x00248ee0 22200a20 20202020 20202020 20202252 \" . \"R\n- 0x00248ef0 45512d50 41525449 43495041 4e542220 EQ-PARTICIPANT\" \n- 0x00248f00 0a202020 20202020 20202020 224f5054 . \"OPT\n- 0x00248f10 2d504152 54494349 50414e54 22200a20 -PARTICIPANT\" . \n- 0x00248f20 20202020 20202020 00be2020 224e4f4e .. \"NON\n- 0x00248f30 2d504152 54494349 50414e54 220a2020 -PARTICIPANT\". \n- 0x00248f40 20202020 3c2f7873 3a646f63 756d656e ...L../..\n- 0x00248f70 6275696c 642f7265 70726f64 75636962 build/reproducib\n- 0x00248f80 6c652d70 6174682f 6c69626b 6f6c6162 le-path/libkolab\n- 0x00248f90 786d6c2d 312e322e 312f7363 68656d61 xml-1.2.1/schema\n- 0x00248fa0 732f6963 616c2f69 43616c65 6e646172 s/ical/iCalendar\n- 0x00248fb0 2d706172 616d732e 78736435 01000512 -params.xsd5....\n- 0x00248fc0 00061408 0001a00a 00008060 0200053c ...........`...<\n- 0x00248fd0 00ff7873 3a616e6e 6f746174 696f6e20 ..xs:annotation \n- 0x00248fe0 786d6c6e 733a7873 3d226874 74703a2f xmlns:xs=\"http:/\n- 0x00248ff0 2f777777 2e77332e 6f72672f 32303031 /www.w3.org/2001\n- 0x00249000 2f584d4c 53636865 6d612220 786d6c6e /XMLSchema\" xmln\n- 0x00249010 733a7863 616c3d22 75726e3a 69657466 s:xcal=\"urn:ietf\n- 0x00249020 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i\n- 0x00249030 63616c65 6e646172 2d322e30 22203e0a calendar-2.0\" >.\n- 0x00249040 3c78733a 646f6375 6d656e74 6174696f . fbtype\n- 0x00249070 70617261 6d202020 20202020 203d2022 param = \"\n- 0x00249080 46425459 50452220 223d2220 0a202020 FBTYPE\" \"=\" . \n- 0x00249090 20202020 20202020 20202020 20202020 \n- 0x002490a0 20202020 20202822 46524545 22200a20 (\"FREE\" . \n- 0x002490b0 20202020 20202020 20202020 20202020 \n- 0x002490c0 20202020 20202020 202f2022 42555359 / \"BUSY\n- 0x002490d0 220a2020 00ff2020 20202020 20202020 \". .. \n- 0x002490e0 20202020 20202020 20202020 20202f20 / \n- 0x002490f0 22425553 592d554e 41564149 4c41424c \"BUSY-UNAVAILABL\n- 0x00249100 4522200a 20202020 20202020 20202020 E\" . \n- 0x00249110 20202020 20202020 20202020 20202f20 / \n- 0x00249120 22425553 592d5445 4e544154 49564522 \"BUSY-TENTATIVE\"\n- 0x00249130 0a202020 20202020 20202020 20202020 . \n- 0x00249140 20202020 20202020 2020202f 20782d6e / x-n\n- 0x00249150 616d6520 203b00ff 20536f6d 65206578 ame ;.. Some ex\n- 0x00249160 70657269 6d656e74 616c2069 43616c65 perimental iCale\n- 0x00249170 6e646172 20667265 652f6275 73792074 ndar free/busy t\n- 0x00249180 7970652e 0a202020 20202020 20202020 ype.. \n- 0x00249190 20202020 20202020 20202020 2020202f /\n- 0x002491a0 2069616e 612d746f 6b656e29 0a202020 iana-token). \n- 0x002491b0 20202020 20202020 20202020 203b2053 ; S\n- 0x002491c0 6f6d6520 6f746865 72204941 4e412d72 ome other IANA-r\n- 0x002491d0 65676973 74657265 00df6420 6943616c egistere..d iCal\n- 0x002491e0 656e6461 72206672 65652f62 75737920 endar free/busy \n- 0x002491f0 74797065 2e0a2020 20202020 203b2044 type.. ; D\n- 0x00249200 65666175 6c742069 73204255 53590a20 efault is BUSY. \n- 0x00249210 20202020 203c2f78 733a646f 63756d65 ...L../.\n- 0x00249240 cc627569 6c642f72 6570726f 64756369 .build/reproduci\n- 0x00249250 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola\n- 0x00249260 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem\n- 0x00249270 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda\n- 0x00249280 722d7061 72616d73 2e787364 b2000512 r-params.xsd....\n- 0x00249290 0006ab09 0001a00a 000080c6 0100053c ...............<\n- 0x002492a0 00ff7873 3a616e6e 6f746174 696f6e20 ..xs:annotation \n- 0x002492b0 786d6c6e 733a7873 3d226874 74703a2f xmlns:xs=\"http:/\n- 0x002492c0 2f777777 2e77332e 6f72672f 32303031 /www.w3.org/2001\n- 0x002492d0 2f584d4c 53636865 6d612220 786d6c6e /XMLSchema\" xmln\n- 0x002492e0 733a7863 616c3d22 75726e3a 69657466 s:xcal=\"urn:ietf\n- 0x002492f0 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i\n- 0x00249300 63616c65 6e646172 2d322e30 22203e0a calendar-2.0\" >.\n- 0x00249310 3c78733a 646f6375 6d656e74 6174696f . encodi\n- 0x00249340 6e677061 72616d20 20202020 203d2022 ngparam = \"\n- 0x00249350 454e434f 44494e47 2220223d 220a2020 ENCODING\" \"=\". \n- 0x00249360 20202020 20202020 20202020 20202020 \n- 0x00249370 20202020 20202020 28202238 42495422 ( \"8BIT\"\n- 0x00249380 0a202020 20202020 2020203b 20223862 . ; \"8b\n- 0x00249390 69742220 74657874 20656e63 6f64696e it\" text encodin\n- 0x002493a0 67206973 00ff2064 6566696e 65642069 g is.. defined i\n- 0x002493b0 6e205b52 46433230 34355d0a 20202020 n [RFC2045]. \n+ 0x00247b80 2f202244 454c4547 41544544 2200ff20 / \"DELEGATED\".. \n+ 0x00247b90 20202020 2020203b 20546f2d 646f2064 ; To-do d\n+ 0x00247ba0 656c6567 61746564 0a202020 20202020 elegated. \n+ 0x00247bb0 20202020 20202020 20202020 20202020 \n+ 0x00247bc0 202f2022 434f4d50 4c455445 44222020 / \"COMPLETED\" \n+ 0x00247bd0 20202020 20203b20 546f2d64 6f20636f ; To-do co\n+ 0x00247be0 6d706c65 7465640a 20202020 20202020 mpleted. \n+ 0x00247bf0 20202020 20202020 20202020 20202020 \n+ 0x00247c00 20202020 20202020 20202020 20202000 .\n+ 0x00247c10 ff202020 2020203b 20434f4d 504c4554 . ; COMPLET\n+ 0x00247c20 45442070 726f7065 72747920 6861730a ED property has.\n+ 0x00247c30 20202020 20202020 20202020 20202020 \n+ 0x00247c40 20202020 20202020 20202020 20202020 \n+ 0x00247c50 20202020 20202020 20202020 203b2044 ; D\n+ 0x00247c60 4154452d 54494d45 20636f6d 706c6574 ATE-TIME complet\n+ 0x00247c70 65640a20 20202020 20202020 20202020 ed. \n+ 0x00247c80 20202020 20202020 2020202f 2022494e / \"IN\n+ 0x00247c90 2d00ff50 524f4345 53532220 20202020 -..PROCESS\" \n+ 0x00247ca0 20203b20 546f2d64 6f20696e 2070726f ; To-do in pro\n+ 0x00247cb0 63657373 206f660a 20202020 20202020 cess of. \n+ 0x00247cc0 20202020 20202020 20202020 20202020 \n+ 0x00247cd0 20202020 20202020 20202020 20202020 \n+ 0x00247ce0 20202020 203b2062 65696e67 20636f6d ; being com\n+ 0x00247cf0 706c6574 65640a20 20202020 20202020 pleted. \n+ 0x00247d00 20202020 20202020 20202020 2020202f /\n+ 0x00247d10 20782d00 ff6e616d 65202020 20202020 x-..name \n+ 0x00247d20 20202020 20203b20 45787065 72696d65 ; Experime\n+ 0x00247d30 6e74616c 20737461 7475730a 20202020 ntal status. \n+ 0x00247d40 20202020 20202020 20202020 20202020 \n+ 0x00247d50 20202020 2f206961 6e612d74 6f6b656e / iana-token\n+ 0x00247d60 29202020 20202020 203b204f 74686572 ) ; Other\n+ 0x00247d70 2049414e 412d7265 67697374 65726564 IANA-registered\n+ 0x00247d80 0a202020 20202020 20202020 20202020 . \n+ 0x00247d90 20202020 2000ff20 20202020 20202020 .. \n+ 0x00247da0 20202020 20202020 20202020 20202020 \n+ 0x00247db0 3b207374 61747573 0a202020 20202020 ; status. \n+ 0x00247dc0 3b205468 65736520 61726520 74686520 ; These are the \n+ 0x00247dd0 70617274 69636970 6174696f 6e207374 participation st\n+ 0x00247de0 61747573 65732066 6f722061 20225654 atuses for a \"VT\n+ 0x00247df0 4f444f22 2e0a2020 20202020 203b2044 ODO\".. ; D\n+ 0x00247e00 65666175 6c742069 73204e45 4544532d efault is NEEDS-\n+ 0x00247e10 41435449 4f4e2e00 ff0a0a20 20202020 ACTION..... \n+ 0x00247e20 20207061 72747374 61742d6a 6f757220 partstat-jour \n+ 0x00247e30 2020203d 2028224e 45454453 2d414354 = (\"NEEDS-ACT\n+ 0x00247e40 494f4e22 20202020 3b204a6f 75726e61 ION\" ; Journa\n+ 0x00247e50 6c206e65 65647320 61637469 6f6e0a20 l needs action. \n+ 0x00247e60 20202020 20202020 20202020 20202020 \n+ 0x00247e70 20202020 2020202f 20224143 43455054 / \"ACCEPT\n+ 0x00247e80 45442220 20202020 20202020 3b204a6f ED\" ; Jo\n+ 0x00247e90 75726e61 6c206163 6300ff65 70746564 urnal acc..epted\n+ 0x00247ea0 0a202020 20202020 20202020 20202020 . \n+ 0x00247eb0 20202020 20202020 202f2022 4445434c / \"DECL\n+ 0x00247ec0 494e4544 22202020 20202020 20203b20 INED\" ; \n+ 0x00247ed0 4a6f7572 6e616c20 6465636c 696e6564 Journal declined\n+ 0x00247ee0 0a202020 20202020 20202020 20202020 . \n+ 0x00247ef0 20202020 20202020 202f2078 2d6e616d / x-nam\n+ 0x00247f00 65202020 20202020 20202020 20203b20 e ; \n+ 0x00247f10 45787065 72696d65 6e746100 ff6c2073 Experimenta..l s\n+ 0x00247f20 74617475 730a2020 20202020 20202020 tatus. \n+ 0x00247f30 20202020 20202020 20202020 20202f20 / \n+ 0x00247f40 69616e61 2d746f6b 656e2920 20202020 iana-token) \n+ 0x00247f50 2020203b 204f7468 65722049 414e412d ; Other IANA-\n+ 0x00247f60 72656769 73746572 65640a20 20202020 registered. \n+ 0x00247f70 20202020 20202020 20202020 20202020 \n+ 0x00247f80 20202020 20202020 20202020 20202020 \n+ 0x00247f90 20202020 20202020 3b207374 6100ff74 ; sta..t\n+ 0x00247fa0 75730a20 20202020 20203b20 54686573 us. ; Thes\n+ 0x00247fb0 65206172 65207468 65207061 72746963 e are the partic\n+ 0x00247fc0 69706174 696f6e20 73746174 75736573 ipation statuses\n+ 0x00247fd0 20666f72 20612022 564a4f55 524e414c for a \"VJOURNAL\n+ 0x00247fe0 222e0a20 20202020 20203b20 44656661 \".. ; Defa\n+ 0x00247ff0 756c7420 6973204e 45454453 2d414354 ult is NEEDS-ACT\n+ 0x00248000 494f4e2e 0a202020 2020203c 2f78733a ION.. ..\n+ 0x00248020 903c2f78 733a616e 6e6f7461 74696f6e ...L../..build/r\n+ 0x00248040 6570726f 64756369 626c652d 70617468 eproducible-path\n+ 0x00248050 2f6c6962 6b6f6c61 62786d6c 2d312e32 /libkolabxml-1.2\n+ 0x00248060 2e312f73 6368656d 61732f69 63616c2f .1/schemas/ical/\n+ 0x00248070 6943616c 656e6461 722d7061 72616d73 iCalendar-params\n+ 0x00248080 2e787364 d1000512 0006e809 0001a00a .xsd............\n+ 0x00248090 000080d2 0300053c 00ff7873 3a616e6e .......<..xs:ann\n+ 0x002480a0 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs\n+ 0x002480b0 3d226874 74703a2f 2f777777 2e77332e =\"http://www.w3.\n+ 0x002480c0 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche\n+ 0x002480d0 6d612220 786d6c6e 733a7863 616c3d22 ma\" xmlns:xcal=\"\n+ 0x002480e0 75726e3a 69657466 3a706172 616d733a urn:ietf:params:\n+ 0x002480f0 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar\n+ 0x00248100 2d322e30 22203e0a 3c78733a 646f6375 -2.0\" >.. \n+ 0x00248130 20207265 6c747970 65706172 616d2020 reltypeparam \n+ 0x00248140 20202020 203d2022 52454c54 59504522 = \"RELTYPE\"\n+ 0x00248150 20223d22 0a202020 20202020 20202020 \"=\". \n+ 0x00248160 20202020 20202020 20202020 20202020 \n+ 0x00248170 28225041 52454e54 22202020 203b2050 (\"PARENT\" ; P\n+ 0x00248180 6172656e 74207265 6c617469 6f6e7368 arent relationsh\n+ 0x00248190 6970202d 20446566 61756c74 00ff0a20 ip - Default... \n+ 0x002481a0 20202020 20202020 20202020 20202020 \n+ 0x002481b0 20202020 20202020 202f2022 4348494c / \"CHIL\n+ 0x002481c0 44222020 2020203b 20436869 6c642072 D\" ; Child r\n+ 0x002481d0 656c6174 696f6e73 6869700a 20202020 elationship. \n+ 0x002481e0 20202020 20202020 20202020 20202020 \n+ 0x002481f0 20202020 20202f20 22534942 4c494e47 / \"SIBLING\n+ 0x00248200 22202020 3b205369 626c696e 67207265 \" ; Sibling re\n+ 0x00248210 6c617469 6f6e7368 69700a20 202000ff lationship. ..\n+ 0x00248220 20202020 20202020 20202020 20202020 \n+ 0x00248230 20202020 2020202f 2069616e 612d746f / iana-to\n+ 0x00248240 6b656e20 203b2053 6f6d6520 6f746865 ken ; Some othe\n+ 0x00248250 72204941 4e412d72 65676973 74657265 r IANA-registere\n+ 0x00248260 640a2020 20202020 20202020 20202020 d. \n+ 0x00248270 20202020 20202020 20202020 20202020 \n+ 0x00248280 20202020 20202020 20203b20 6943616c ; iCal\n+ 0x00248290 656e6461 72207265 6c617469 6f6e7368 endar relationsh\n+ 0x002482a0 00ff6970 20747970 650a2020 20202020 ..ip type. \n+ 0x002482b0 20202020 20202020 20202020 20202020 \n+ 0x002482c0 20202020 2f20782d 6e616d65 29202020 / x-name) \n+ 0x002482d0 20203b20 41206e6f 6e2d7374 616e6461 ; A non-standa\n+ 0x002482e0 72642c20 65787065 72696d65 6e74616c rd, experimental\n+ 0x002482f0 0a202020 20202020 20202020 20202020 . \n+ 0x00248300 20202020 20202020 20202020 20202020 \n+ 0x00248310 20202020 20202020 203b2072 656c6174 ; relat\n+ 0x00248320 696f00ff 6e736869 70207479 70650a20 io..nship type. \n+ 0x00248330 20202020 20202057 732d4361 6c656e64 Ws-Calend\n+ 0x00248340 61722061 64647320 74686520 76616c75 ar adds the valu\n+ 0x00248350 65730a20 20202020 20202020 20202020 es. \n+ 0x00248360 20202020 20202020 20202020 20202f20 / \n+ 0x00248370 2246494e 49534854 4f535441 5254220a \"FINISHTOSTART\".\n+ 0x00248380 20202020 20202020 20202020 20202020 \n+ 0x00248390 20202020 20202020 2020202f 20224649 / \"FI\n+ 0x002483a0 4e495348 00ff544f 46494e49 5348220a NISH..TOFINISH\".\n+ 0x002483b0 20202020 20202020 20202020 20202020 \n+ 0x002483c0 20202020 20202020 2020202f 20225354 / \"ST\n+ 0x002483d0 41525454 4f46494e 49534822 0a202020 ARTTOFINISH\". \n+ 0x002483e0 20202020 20202020 20202020 20202020 \n+ 0x002483f0 20202020 20202020 2f202253 54415254 / \"START\n+ 0x00248400 544f5354 41525422 20202020 20202020 TOSTART\" \n+ 0x00248410 20202020 200a2020 20202020 20202020 . \n+ 0x00248420 20202020 202000d4 20202020 20202020 .. \n+ 0x00248430 2020200a 20202020 2020203b 20446566 . ; Def\n+ 0x00248440 61756c74 20697320 50415245 4e540a20 ault is PARENT. \n+ 0x00248450 20202020 203c2f78 733a646f 63756d65 ...L../.\n+ 0x00248480 cb627569 6c642f72 6570726f 64756369 .build/reproduci\n+ 0x00248490 626c652d 70617468 2f6c6962 6b6f6c61 ble-path/libkola\n+ 0x002484a0 62786d6c 2d312e32 2e312f73 6368656d bxml-1.2.1/schem\n+ 0x002484b0 61732f69 63616c2f 6943616c 656e6461 as/ical/iCalenda\n+ 0x002484c0 722d7061 72616d73 2e787364 1c010005 r-params.xsd....\n+ 0x002484d0 120006e6 040001a0 0a000080 36010005 ............6...\n+ 0x002484e0 3c00ff78 733a616e 6e6f7461 74696f6e <..xs:annotation\n+ 0x002484f0 20786d6c 6e733a78 733d2268 7474703a xmlns:xs=\"http:\n+ 0x00248500 2f2f7777 772e7733 2e6f7267 2f323030 //www.w3.org/200\n+ 0x00248510 312f584d 4c536368 656d6122 20786d6c 1/XMLSchema\" xml\n+ 0x00248520 6e733a78 63616c3d 2275726e 3a696574 ns:xcal=\"urn:iet\n+ 0x00248530 663a7061 72616d73 3a786d6c 3a6e733a f:params:xml:ns:\n+ 0x00248540 6963616c 656e6461 722d322e 3022203e icalendar-2.0\" >\n+ 0x00248550 0a3c7873 3a646f63 756d656e 74617469 .. class\n+ 0x00248580 76616c75 65203d20 22505542 4c494322 value = \"PUBLIC\"\n+ 0x00248590 202f2022 50524956 41544522 202f2022 / \"PRIVATE\" / \"\n+ 0x002485a0 434f4e46 4944454e 5449414c 22202f20 CONFIDENTIAL\" / \n+ 0x002485b0 69616e61 2d746f6b 656e0a20 20202020 iana-token. \n+ 0x002485c0 20202020 20202020 20202020 202f2078 / x\n+ 0x002485d0 2d6e616d 650a2020 20202020 203b4465 -name. ;De\n+ 0x002485e0 6661756c 7400b820 69732050 55424c49 fault.. is PUBLI\n+ 0x002485f0 430a2020 20202020 3c2f7873 3a646f63 C. ...K.\n+ 0x00248620 052f00ca 6275696c 642f7265 70726f64 ./..build/reprod\n+ 0x00248630 75636962 6c652d70 6174682f 6c69626b ucible-path/libk\n+ 0x00248640 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc\n+ 0x00248650 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale\n+ 0x00248660 6e646172 2d70726f 70732e78 73647b01 ndar-props.xsd{.\n+ 0x00248670 00051400 08250700 01a00a00 0080b601 .....%..........\n+ 0x00248680 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati\n+ 0x00248690 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs=\"htt\n+ 0x002486a0 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2\n+ 0x002486b0 3030312f 584d4c53 6368656d 61222078 001/XMLSchema\" x\n+ 0x002486c0 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal=\"urn:i\n+ 0x002486d0 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n+ 0x002486e0 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0\"\n+ 0x002486f0 203e0a3c 78733a64 6f63756d 656e7461 >.. sche\n+ 0x00248720 64756c65 666f7263 6573656e 64706172 duleforcesendpar\n+ 0x00248730 616d203d 20225343 48454455 4c452d46 am = \"SCHEDULE-F\n+ 0x00248740 4f524345 2d53454e 44222022 3d220a20 ORCE-SEND\" \"=\". \n+ 0x00248750 20202020 20202020 20202020 20202020 \n+ 0x00248760 20202020 20202020 20202020 20282252 (\"R\n+ 0x00248770 45515545 53542220 2020203b 20466f72 EQUEST\" ; For\n+ 0x00248780 63652061 20225200 ff455155 45535422 ce a \"R..EQUEST\"\n+ 0x00248790 0a202020 20202020 20202020 20202020 . \n+ 0x002487a0 20202020 20202020 20202020 20202f20 / \n+ 0x002487b0 22524550 4c592220 20202020 203b2046 \"REPLY\" ; F\n+ 0x002487c0 6f726365 20612022 5245504c 59220a20 orce a \"REPLY\". \n+ 0x002487d0 20202020 20202020 20202020 20202020 \n+ 0x002487e0 20202020 20202020 20202020 2f206961 / ia\n+ 0x002487f0 6e612d74 6f6b656e 2920203b 2049414e na-token) ; IAN\n+ 0x00248800 41207265 67697374 6500b872 6564206d A registe..red m\n+ 0x00248810 6574686f 640a2020 20202020 3c2f7873 ethod. .\n+ 0x00248830 3c2f7873 3a616e6e 6f746174 696f6e3e \n+ 0x00248840 00004c00 052f00cb 6275696c 642f7265 ..L../..build/re\n+ 0x00248850 70726f64 75636962 6c652d70 6174682f producible-path/\n+ 0x00248860 6c69626b 6f6c6162 786d6c2d 312e322e libkolabxml-1.2.\n+ 0x00248870 312f7363 68656d61 732f6963 616c2f69 1/schemas/ical/i\n+ 0x00248880 43616c65 6e646172 2d706172 616d732e Calendar-params.\n+ 0x00248890 78736467 01000512 0006e005 0001a00a xsdg............\n+ 0x002488a0 000080d5 0400053c 00ff7873 3a616e6e .......<..xs:ann\n+ 0x002488b0 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs\n+ 0x002488c0 3d226874 74703a2f 2f777777 2e77332e =\"http://www.w3.\n+ 0x002488d0 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche\n+ 0x002488e0 6d612220 786d6c6e 733a7863 616c3d22 ma\" xmlns:xcal=\"\n+ 0x002488f0 75726e3a 69657466 3a706172 616d733a urn:ietf:params:\n+ 0x00248900 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar\n+ 0x00248910 2d322e30 22203e0a 3c78733a 646f6375 -2.0\" >.. \n+ 0x00248940 20207374 61747573 20202020 20202020 status \n+ 0x00248950 20203d20 22535441 54555322 20737461 = \"STATUS\" sta\n+ 0x00248960 74706172 616d2022 3a222073 74617476 tparam \":\" statv\n+ 0x00248970 616c7565 2043524c 460a0a20 20202020 alue CRLF.. \n+ 0x00248980 20207374 61747061 72616d20 20202020 statparam \n+ 0x00248990 20203d20 2a28223b 22206f74 6865722d = *(\";\" other-\n+ 0x002489a0 70617261 6d290a0a 20202020 00ff2020 param).. .. \n+ 0x002489b0 20737461 7476616c 75652020 20202020 statvalue \n+ 0x002489c0 203d2028 73746174 76616c75 652d6576 = (statvalue-ev\n+ 0x002489d0 656e740a 20202020 20202020 20202020 ent. \n+ 0x002489e0 20202020 20202020 2020202f 20207374 / st\n+ 0x002489f0 61747661 6c75652d 746f646f 0a202020 atvalue-todo. \n+ 0x00248a00 20202020 20202020 20202020 20202020 \n+ 0x00248a10 20202020 2f202073 74617476 616c7565 / statvalue\n+ 0x00248a20 2d6a6f75 72290a0a 20202020 202000ff -jour).. ..\n+ 0x00248a30 20737461 7476616c 75652d65 76656e74 statvalue-event\n+ 0x00248a40 203d2022 54454e54 41544956 45222020 = \"TENTATIVE\" \n+ 0x00248a50 20203b49 6e646963 61746573 20657665 ;Indicates eve\n+ 0x00248a60 6e742069 73207465 6e746174 6976652e nt is tentative.\n+ 0x00248a70 0a202020 20202020 20202020 20202020 . \n+ 0x00248a80 20202020 20202020 2f202243 4f4e4649 / \"CONFI\n+ 0x00248a90 524d4544 22202020 203b496e 64696361 RMED\" ;Indica\n+ 0x00248aa0 74657320 6576656e 74206973 20646566 tes event is def\n+ 0x00248ab0 00ff696e 6974652e 0a202020 20202020 ..inite.. \n+ 0x00248ac0 20202020 20202020 20202020 20202020 \n+ 0x00248ad0 2f202243 414e4345 4c4c4544 22202020 / \"CANCELLED\" \n+ 0x00248ae0 203b496e 64696361 74657320 6576656e ;Indicates even\n+ 0x00248af0 74207761 73206361 6e63656c 6c65642e t was cancelled.\n+ 0x00248b00 0a202020 20202020 3b537461 74757320 . ;Status \n+ 0x00248b10 76616c75 65732066 6f722061 20225645 values for a \"VE\n+ 0x00248b20 56454e54 220a0a20 20202020 20207374 VENT\".. st\n+ 0x00248b30 617400ff 76616c75 652d746f 646f2020 at..value-todo \n+ 0x00248b40 3d20224e 45454453 2d414354 494f4e22 = \"NEEDS-ACTION\"\n+ 0x00248b50 203b496e 64696361 74657320 746f2d64 ;Indicates to-d\n+ 0x00248b60 6f206e65 65647320 61637469 6f6e2e0a o needs action..\n+ 0x00248b70 20202020 20202020 20202020 20202020 \n+ 0x00248b80 20202020 2020202f 2022434f 4d504c45 / \"COMPLE\n+ 0x00248b90 54454422 20202020 3b496e64 69636174 TED\" ;Indicat\n+ 0x00248ba0 65732074 6f2d646f 20636f6d 706c6574 es to-do complet\n+ 0x00248bb0 65642e0a 00ff2020 20202020 20202020 ed.... \n+ 0x00248bc0 20202020 20202020 20202020 202f2022 / \"\n+ 0x00248bd0 494e2d50 524f4345 53532220 20203b49 IN-PROCESS\" ;I\n+ 0x00248be0 6e646963 61746573 20746f2d 646f2069 ndicates to-do i\n+ 0x00248bf0 6e207072 6f636573 73206f66 2e0a2020 n process of.. \n+ 0x00248c00 20202020 20202020 20202020 20202020 \n+ 0x00248c10 20202020 202f2022 43414e43 454c4c45 / \"CANCELLE\n+ 0x00248c20 44222020 20203b49 6e646963 61746573 D\" ;Indicates\n+ 0x00248c30 20746f2d 646f00ff 20776173 2063616e to-do.. was can\n+ 0x00248c40 63656c6c 65642e0a 20202020 2020203b celled.. ;\n+ 0x00248c50 53746174 75732076 616c7565 7320666f Status values fo\n+ 0x00248c60 72202256 544f444f 222e0a0a 20202020 r \"VTODO\"... \n+ 0x00248c70 20202073 74617476 616c7565 2d6a6f75 statvalue-jou\n+ 0x00248c80 7220203d 20224452 41465422 20202020 r = \"DRAFT\" \n+ 0x00248c90 20202020 3b496e64 69636174 6573206a ;Indicates j\n+ 0x00248ca0 6f75726e 616c2069 73206472 6166742e ournal is draft.\n+ 0x00248cb0 0a202020 20202020 00ff2020 20202020 . .. \n+ 0x00248cc0 20202020 20202020 20202f20 2246494e / \"FIN\n+ 0x00248cd0 414c2220 20202020 2020203b 496e6469 AL\" ;Indi\n+ 0x00248ce0 63617465 73206a6f 75726e61 6c206973 cates journal is\n+ 0x00248cf0 2066696e 616c2e0a 20202020 20202020 final.. \n+ 0x00248d00 20202020 20202020 20202020 2020202f /\n+ 0x00248d10 20224341 4e43454c 4c454422 20202020 \"CANCELLED\" \n+ 0x00248d20 3b496e64 69636174 6573206a 6f75726e ;Indicates journ\n+ 0x00248d30 616c2069 73207265 6d6f00d4 7665642e al is remo..ved.\n+ 0x00248d40 0a202020 2020203b 53746174 75732076 . ;Status v\n+ 0x00248d50 616c7565 7320666f 72202256 4a4f5552 alues for \"VJOUR\n+ 0x00248d60 4e414c22 2e0a2020 20202020 3c2f7873 NAL\".. .\n+ 0x00248d80 3c2f7873 3a616e6e 6f746174 696f6e3e \n+ 0x00248d90 00054b00 062f00ca 6275696c 642f7265 ..K../..build/re\n+ 0x00248da0 70726f64 75636962 6c652d70 6174682f producible-path/\n+ 0x00248db0 6c69626b 6f6c6162 786d6c2d 312e322e libkolabxml-1.2.\n+ 0x00248dc0 312f7363 68656d61 732f6963 616c2f69 1/schemas/ical/i\n+ 0x00248dd0 43616c65 6e646172 2d70726f 70732e78 Calendar-props.x\n+ 0x00248de0 7364c201 00051400 08410700 01a00a00 sd.......A......\n+ 0x00248df0 00809e02 00053c00 ff78733a 616e6e6f ......<..xs:anno\n+ 0x00248e00 74617469 6f6e2078 6d6c6e73 3a78733d tation xmlns:xs=\n+ 0x00248e10 22687474 703a2f2f 7777772e 77332e6f \"http://www.w3.o\n+ 0x00248e20 72672f32 3030312f 584d4c53 6368656d rg/2001/XMLSchem\n+ 0x00248e30 61222078 6d6c6e73 3a786361 6c3d2275 a\" xmlns:xcal=\"u\n+ 0x00248e40 726e3a69 6574663a 70617261 6d733a78 rn:ietf:params:x\n+ 0x00248e50 6d6c3a6e 733a6963 616c656e 6461722d ml:ns:icalendar-\n+ 0x00248e60 322e3022 203e0a3c 78733a64 6f63756d 2.0\" >.. \n+ 0x00248e90 20207363 68656475 6c656167 656e7470 scheduleagentp\n+ 0x00248ea0 6172616d 203d2022 53434845 44554c45 aram = \"SCHEDULE\n+ 0x00248eb0 2d414745 4e542220 223d220a 20202020 -AGENT\" \"=\". \n+ 0x00248ec0 20202020 20202020 20202020 20202020 \n+ 0x00248ed0 20202020 28225345 52564552 22202020 (\"SERVER\" \n+ 0x00248ee0 2020203b 20546865 20736572 76657220 ; The server \n+ 0x00248ef0 68616e64 6c657320 73636800 ff656475 handles sch..edu\n+ 0x00248f00 6c696e67 0a202020 20202020 20202020 ling. \n+ 0x00248f10 20202020 20202020 20202020 2f202243 / \"C\n+ 0x00248f20 4c49454e 54222020 20202020 3b205468 LIENT\" ; Th\n+ 0x00248f30 6520636c 69656e74 2068616e 646c6573 e client handles\n+ 0x00248f40 20736368 6564756c 696e670a 20202020 scheduling. \n+ 0x00248f50 20202020 20202020 20202020 20202020 \n+ 0x00248f60 2020202f 20224e4f 4e452220 20202020 / \"NONE\" \n+ 0x00248f70 2020203b 204e6f20 6175746f 6d00ff61 ; No autom..a\n+ 0x00248f80 74696320 73636865 64756c69 6e670a20 tic scheduling. \n+ 0x00248f90 20202020 20202020 20202020 20202020 \n+ 0x00248fa0 20202020 20202f20 782d6e61 6d652020 / x-name \n+ 0x00248fb0 20202020 20203b20 45787065 72696d65 ; Experime\n+ 0x00248fc0 6e74616c 20747970 650a2020 20202020 ntal type. \n+ 0x00248fd0 20202020 20202020 20202020 20202020 \n+ 0x00248fe0 202f2069 616e612d 746f6b65 6e292020 / iana-token) \n+ 0x00248ff0 203b204f 74686572 2049414e 41207200 ; Other IANA r.\n+ 0x00249000 ff656769 73746572 65642074 7970650a .egistered type.\n+ 0x00249010 20202020 20202020 20202020 20202020 \n+ 0x00249020 20202020 20202020 20202020 20202020 \n+ 0x00249030 20202020 2020203b 0a202020 20202020 ;. \n+ 0x00249040 20202020 20202020 20202020 20202020 \n+ 0x00249050 20202020 20202020 20202020 20202020 \n+ 0x00249060 3b204465 6661756c 74206973 20534552 ; Default is SER\n+ 0x00249070 5645520a 20202020 20203c2f 78733a64 VER. .\n+ 0x00249090 3c2f7873 3a616e6e 6f746174 696f6e3e \n+ 0x002490a0 00004c00 052f00cb 6275696c 642f7265 ..L../..build/re\n+ 0x002490b0 70726f64 75636962 6c652d70 6174682f producible-path/\n+ 0x002490c0 6c69626b 6f6c6162 786d6c2d 312e322e libkolabxml-1.2.\n+ 0x002490d0 312f7363 68656d61 732f6963 616c2f69 1/schemas/ical/i\n+ 0x002490e0 43616c65 6e646172 2d706172 616d732e Calendar-params.\n+ 0x002490f0 78736456 01000512 00068203 0001a00a xsdV............\n+ 0x00249100 0000808d 0100053c 00ff7873 3a616e6e .......<..xs:ann\n+ 0x00249110 6f746174 696f6e20 786d6c6e 733a7873 otation xmlns:xs\n+ 0x00249120 3d226874 74703a2f 2f777777 2e77332e =\"http://www.w3.\n+ 0x00249130 6f72672f 32303031 2f584d4c 53636865 org/2001/XMLSche\n+ 0x00249140 6d612220 786d6c6e 733a7863 616c3d22 ma\" xmlns:xcal=\"\n+ 0x00249150 75726e3a 69657466 3a706172 616d733a urn:ietf:params:\n+ 0x00249160 786d6c3a 6e733a69 63616c65 6e646172 xml:ns:icalendar\n+ 0x00249170 2d322e30 22203e0a 3c78733a 646f6375 -2.0\" >.. \n+ 0x002491a0 20207472 616e7376 616c7565 203d2022 transvalue = \"\n+ 0x002491b0 4f504151 5545220a 20202020 20202020 OPAQUE\". \n+ 0x002491c0 20202020 20202020 2020203b 426c6f63 ;Bloc\n+ 0x002491d0 6b73206f 72206f70 61717565 206f6e20 ks or opaque on \n+ 0x002491e0 62757379 2074696d 65207365 61726368 busy time search\n+ 0x002491f0 65732e0a 20202020 20202020 20202020 es.. \n+ 0x00249200 20202020 2020202f 20225452 00ff414e / \"TR..AN\n+ 0x00249210 53504152 454e5422 0a202020 20202020 SPARENT\". \n+ 0x00249220 20202020 20202020 20202020 3b547261 ;Tra\n+ 0x00249230 6e737061 72656e74 206f6e20 62757379 nsparent on busy\n+ 0x00249240 2074696d 65207365 61726368 65732e0a time searches..\n+ 0x00249250 20202020 2020203b 44656661 756c7420 ;Default \n+ 0x00249260 76616c75 65206973 204f5041 5155450a value is OPAQUE.\n+ 0x00249270 20202020 20203c2f 78733a64 6f63756d ...K.\n+ 0x002492a0 062f00ca 6275696c 642f7265 70726f64 ./..build/reprod\n+ 0x002492b0 75636962 6c652d70 6174682f 6c69626b ucible-path/libk\n+ 0x002492c0 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc\n+ 0x002492d0 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale\n+ 0x002492e0 6e646172 2d70726f 70732e78 73641f02 ndar-props.xsd..\n+ 0x002492f0 00051400 081c0a00 01a00a00 00806401 ..............d.\n+ 0x00249300 00053c00 ff78733a 616e6e6f 74617469 ..<..xs:annotati\n+ 0x00249310 6f6e2078 6d6c6e73 3a78733d 22687474 on xmlns:xs=\"htt\n+ 0x00249320 703a2f2f 7777772e 77332e6f 72672f32 p://www.w3.org/2\n+ 0x00249330 3030312f 584d4c53 6368656d 61222078 001/XMLSchema\" x\n+ 0x00249340 6d6c6e73 3a786361 6c3d2275 726e3a69 mlns:xcal=\"urn:i\n+ 0x00249350 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n+ 0x00249360 733a6963 616c656e 6461722d 322e3022 s:icalendar-2.0\"\n+ 0x00249370 203e0a3c 78733a64 6f63756d 656e7461 >.. tri\n+ 0x002493a0 6772656c 70617261 6d202020 20202020 grelparam \n+ 0x002493b0 3d202252 454c4154 45442220 223d220a = \"RELATED\" \"=\".\n 0x002493c0 20202020 20202020 20202020 20202020 \n- 0x002493d0 20202020 20202f20 22424153 45363422 / \"BASE64\"\n- 0x002493e0 0a202020 20202020 2020203b 20224241 . ; \"BA\n- 0x002493f0 53453634 22206269 6e617279 20656e63 SE64\" binary enc\n- 0x00249400 6f64696e 6720666f 726d6174 20697320 oding format is \n- 0x00249410 64656669 6e656420 696e205b 52464334 defined in [RFC4\n- 0x00249420 3634385d 0a2000c8 20202020 20202020 648]. .. \n- 0x00249430 20202020 20202020 20202020 20202020 \n- 0x00249440 20290a20 20202020 203c2f78 733a646f ). ...L\n- 0x00249470 00052f00 cc627569 6c642f72 6570726f ../..build/repro\n- 0x00249480 64756369 626c652d 70617468 2f6c6962 ducible-path/lib\n- 0x00249490 6b6f6c61 62786d6c 2d312e32 2e312f73 kolabxml-1.2.1/s\n- 0x002494a0 6368656d 61732f69 63616c2f 6943616c chemas/ical/iCal\n- 0x002494b0 656e6461 722d7061 72616d73 2e787364 endar-params.xsd\n- 0x002494c0 9c000512 00062400 067500a8 726e3a69 ......$..u..rn:i\n+ 0x002493d0 20202020 20202020 20202028 22535441 (\"STA\n+ 0x002493e0 52542220 20202020 20203b20 54726967 RT\" ; Trig\n+ 0x002493f0 67657220 6f666620 6f662073 74617274 ger off of start\n+ 0x00249400 0a202020 20202000 e3202020 20202020 . .. \n+ 0x00249410 20202020 20202020 20202020 202f2022 / \"\n+ 0x00249420 454e4422 29202020 20202020 203b2054 END\") ; T\n+ 0x00249430 72696767 6572206f 6666206f 6620656e rigger off of en\n+ 0x00249440 640a2020 20202020 3c2f7873 3a646f63 d. ...L.\n+ 0x00249470 062f00cb 6275696c 642f7265 70726f64 ./..build/reprod\n+ 0x00249480 75636962 6c652d70 6174682f 6c69626b ucible-path/libk\n+ 0x00249490 6f6c6162 786d6c2d 312e322e 312f7363 olabxml-1.2.1/sc\n+ 0x002494a0 68656d61 732f6963 616c2f69 43616c65 hemas/ical/iCale\n+ 0x002494b0 6e646172 2d706172 616d732e 7873640f ndar-params.xsd.\n+ 0x002494c0 01000512 00062400 067500a8 726e3a69 ......$..u..rn:i\n 0x002494d0 6574663a 70617261 6d733a78 6d6c3a6e etf:params:xml:n\n 0x002494e0 733a6963 616c656e 6461722d 322e3001 s:icalendar-2.0.\n 0x002494f0 00030024 00057500 a3726e3a 69657466 ...$..u..rn:ietf\n 0x00249500 3a706172 616d733a 786d6c3a 6e733a69 :params:xml:ns:i\n 0x00249510 63616c65 6e646172 2d322e30 feffffff calendar-2.0....\n 0x00249520 01000a4c 00062f00 cb627569 6c642f72 ...L../..build/r\n 0x00249530 6570726f 64756369 626c652d 70617468 eproducible-path\n"}, {"source1": "readelf --wide --decompress --hex-dump=.gnu_debuglink {}", "source2": "readelf --wide --decompress --hex-dump=.gnu_debuglink {}", "comments": ["error from `readelf --wide --decompress --hex-dump=.gnu_debuglink {}`:", "readelf: Error: no .dynamic section in the dynamic segment"], "unified_diff": "@@ -1,7 +1,7 @@\n \n Hex dump of section '.gnu_debuglink':\n- 0x00000000 64626136 37643063 37656263 31643231 dba67d0c7ebc1d21\n- 0x00000010 36353661 61323731 66356534 34323336 656aa271f5e44236\n- 0x00000020 66303565 63612e64 65627567 00000000 f05eca.debug....\n- 0x00000030 c4416a81 .Aj.\n+ 0x00000000 66303930 39366262 33653836 62353366 f09096bb3e86b53f\n+ 0x00000010 62623361 62313435 38663233 61373035 bb3ab1458f23a705\n+ 0x00000020 61333461 32642e64 65627567 00000000 a34a2d.debug....\n+ 0x00000030 f4d7d420 ... \n \n"}]}]}]}]}, {"source1": "libkolabxml1v5-dbgsym_1.2.1-5_amd64.deb", "source2": "libkolabxml1v5-dbgsym_1.2.1-5_amd64.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2023-12-12 10:49:45.000000 debian-binary\n -rw-r--r-- 0 0 0 552 2023-12-12 10:49:45.000000 control.tar.xz\n--rw-r--r-- 0 0 0 6872752 2023-12-12 10:49:45.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 6872740 2023-12-12 10:49:45.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./control", "source2": "./control", "unified_diff": "@@ -6,8 +6,8 @@\n Maintainer: Debian Kolab Maintainers \n Installed-Size: 8111\n Depends: libkolabxml1v5 (= 1.2.1-5)\n Section: debug\n Priority: optional\n Multi-Arch: same\n Description: debug symbols for libkolabxml1v5\n-Build-Ids: a7dba67d0c7ebc1d21656aa271f5e44236f05eca\n+Build-Ids: 08f09096bb3e86b53fbb3ab1458f23a705a34a2d\n"}, {"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}, {"source1": "line order", "source2": "line order", "unified_diff": "@@ -1 +1 @@\n-usr/lib/debug/.build-id/a7/dba67d0c7ebc1d21656aa271f5e44236f05eca.debug\n+usr/lib/debug/.build-id/08/f09096bb3e86b53fbb3ab1458f23a705a34a2d.debug\n"}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,10 +1,10 @@\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/debug/\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/\n-drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/a7/\n--rw-r--r-- 0 root (0) root (0) 8294992 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/a7/dba67d0c7ebc1d21656aa271f5e44236f05eca.debug\n+drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/08/\n+-rw-r--r-- 0 root (0) root (0) 8294992 2023-12-12 10:49:45.000000 ./usr/lib/debug/.build-id/08/f09096bb3e86b53fbb3ab1458f23a705a34a2d.debug\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/share/\n drwxr-xr-x 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/share/doc/\n lrwxrwxrwx 0 root (0) root (0) 0 2023-12-12 10:49:45.000000 ./usr/share/doc/libkolabxml1v5-dbgsym -> libkolabxml1v5\n"}, {"source1": "./usr/lib/debug/.build-id/a7/dba67d0c7ebc1d21656aa271f5e44236f05eca.debug", "source2": "./usr/lib/debug/.build-id/08/f09096bb3e86b53fbb3ab1458f23a705a34a2d.debug", "comments": ["File has been modified after NT_GNU_BUILD_ID has been applied.", "Files 99% similar despite different names"], "unified_diff": null, "details": [{"source1": "readelf --wide --notes {}", "source2": "readelf --wide --notes {}", "unified_diff": "@@ -1,4 +1,4 @@\n \n Displaying notes found in: .note.gnu.build-id\n Owner Data size \tDescription\n- GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: a7dba67d0c7ebc1d21656aa271f5e44236f05eca\n+ GNU 0x00000014\tNT_GNU_BUILD_ID (unique build ID bitstring)\t Build ID: 08f09096bb3e86b53fbb3ab1458f23a705a34a2d\n"}, {"source1": "strings --all --bytes=8 {}", "source2": "strings --all --bytes=8 {}", "unified_diff": "@@ -1,8 +1,8 @@\n-GCC: (Debian 14.2.0-17) 14.2.0\n+J-GCC: (Debian 14.2.0-17) 14.2.0\n 2a|I%|3?\n \\=4-na+Q\n D9nD&^F\\\n Z895pD:>\n zFWFGk0d\n Yd6fREE>i\n 1dHBEF^|\\\n"}]}]}]}]}]}