diff -Nru libical-parser-perl-1.16/MANIFEST libical-parser-perl-1.20/MANIFEST --- libical-parser-perl-1.16/MANIFEST 2008-05-30 23:53:34.000000000 +0000 +++ libical-parser-perl-1.20/MANIFEST 2013-06-15 12:42:05.000000000 +0000 @@ -1,7 +1,6 @@ ChangeLog lib/iCal/Parser.pm LICENSE -Makefile.PL MANIFEST This list of files META.yml README @@ -46,9 +45,13 @@ t/calendars/09recurrence-update.ics t/calendars/09recurrence-update.ics.dump t/calendars/10multi-cal.ics.dump +t/calendars/11complex.ics +t/calendars/11complex.ics.dump +t/calendars/11complex.ics.tz.dump t/calendars/t-months.ics.dump t/calendars/t-no-args.ics.dump t/calendars/t-start-end.ics.dump t/calendars/t-start.ics.dump t/calendars/t.ics t/Defrost.pm +Makefile.PL diff -Nru libical-parser-perl-1.16/META.yml libical-parser-perl-1.20/META.yml --- libical-parser-perl-1.16/META.yml 2008-05-30 23:53:34.000000000 +0000 +++ libical-parser-perl-1.20/META.yml 2013-06-15 12:42:05.000000000 +0000 @@ -1,26 +1,28 @@ --- -name: iCal-Parser -version: 1.16 +abstract: 'Parse iCalendar files into a data structure' author: - 'Rick Frankel, cpan@rickster.com' -abstract: Parse iCalendar files into a data structure +build_requires: + FreezeThaw: 0.43 + Test::More: 0.54 +configure_requires: + Module::Build: 0.36 +generated_by: 'Module::Build version 0.3603' license: perl -resources: - license: http://dev.perl.org/licenses/ +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: iCal-Parser +provides: + iCal::Parser: + file: lib/iCal/Parser.pm + version: 1.20 requires: DateTime::Format::ICal: 0.08 File::Basename: 0 IO::File: 1.1 IO::String: 0 Text::vFile::asData: 0.02 -build_requires: - FreezeThaw: 0.43 - Test::More: 0.54 -provides: - iCal::Parser: - file: lib/iCal/Parser.pm - version: 1.16 -generated_by: Module::Build version 0.2808 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.2.html - version: 1.2 +resources: + license: http://dev.perl.org/licenses/ +version: 1.20 diff -Nru libical-parser-perl-1.16/Makefile.PL libical-parser-perl-1.20/Makefile.PL --- libical-parser-perl-1.16/Makefile.PL 2008-05-30 23:53:34.000000000 +0000 +++ libical-parser-perl-1.20/Makefile.PL 2013-06-15 12:42:05.000000000 +0000 @@ -1,4 +1,4 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.03 +# Note: this file was auto-generated by Module::Build::Compat version 0.3603 use ExtUtils::MakeMaker; WriteMakefile ( diff -Nru libical-parser-perl-1.16/README libical-parser-perl-1.20/README --- libical-parser-perl-1.16/README 2008-05-30 23:53:34.000000000 +0000 +++ libical-parser-perl-1.20/README 2013-06-15 12:42:05.000000000 +0000 @@ -63,7 +63,6 @@ An example of each hash is below. Calendar Hash - { 'X-WR-CALNAME' => 'Test', 'index' => 1, @@ -76,7 +75,6 @@ } Event Hash - Note that `hours' and `allday' are mutually exclusive in the actual data. The `idref' field contains the `id' of the calendar the event came from, which is useful if the hash was created from multiple calendars. @@ -112,7 +110,6 @@ } Todo Hash - { 'URL' => 'mailto:me', 'SUMMARY' => 'todo 1', @@ -136,7 +133,6 @@ Methods new(%opt_args) - Optional Arguments start {yyymmdd|DateTime} Only include events on or after `yyymmdd'. Defaults to Jan of this @@ -157,7 +153,7 @@ `to' date is set to the `start' date plus this many months. The default is 60. - tz string + tz (string|DateTime::TimeZone) Use tz as timezone for date values. The default is 'local', which will adjust the parsed dates to the current timezone. @@ -165,7 +161,6 @@ Set to non-zero for some debugging output during processing. parse({file|file_handle}+) - Parse the input files or opened file handles and return the generated hash. @@ -174,11 +169,9 @@ calendar. parse_files({file|file_handle}+) - Alias for `parse()' parse_strings(string+) - Parse the input strings (each assumed to be a valid iCalendar) and return the generated hash. diff -Nru libical-parser-perl-1.16/debian/changelog libical-parser-perl-1.20/debian/changelog --- libical-parser-perl-1.16/debian/changelog 2013-10-22 07:48:20.000000000 +0000 +++ libical-parser-perl-1.20/debian/changelog 2013-09-10 08:58:14.000000000 +0000 @@ -1,3 +1,26 @@ +libical-parser-perl (1.20-1) unstable; urgency=low + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ Florian Schlichting ] + * Import Upstream version 1.20 + * Add build-dependency on Module::Build 0.36 + * Bump Standards-Version to 3.9.4 (directly link GPL-1) + * Bump dh compatibility to level 8 (no changes necessary) + * Switch to source format 3.0 (quilt) + * Add myself to uploaders and copyright + + -- Florian Schlichting Tue, 10 Sep 2013 10:56:31 +0200 + libical-parser-perl (1.16-1) unstable; urgency=low [ Jonathan Yu ] diff -Nru libical-parser-perl-1.16/debian/compat libical-parser-perl-1.20/debian/compat --- libical-parser-perl-1.16/debian/compat 2013-10-22 07:48:20.000000000 +0000 +++ libical-parser-perl-1.20/debian/compat 2013-09-10 08:55:33.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru libical-parser-perl-1.16/debian/control libical-parser-perl-1.20/debian/control --- libical-parser-perl-1.16/debian/control 2013-10-22 07:48:20.000000000 +0000 +++ libical-parser-perl-1.20/debian/control 2013-09-10 08:56:53.000000000 +0000 @@ -1,15 +1,17 @@ Source: libical-parser-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 8), + perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000) Build-Depends-Indep: perl, libfreezethaw-perl, libio-string-perl, libdatetime-format-ical-perl, libtext-vfile-asdata-perl Maintainer: Debian Perl Group -Uploaders: Jonathan Yu , David Bremner -Standards-Version: 3.8.4 -Homepage: http://search.cpan.org/dist/iCal-Parser/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libical-parser-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libical-parser-perl/ +Uploaders: Jonathan Yu , David Bremner , + Florian Schlichting +Standards-Version: 3.9.4 +Homepage: https://metacpan.org/release/iCal-Parser/ +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libical-parser-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libical-parser-perl.git Package: libical-parser-perl Architecture: all diff -Nru libical-parser-perl-1.16/debian/copyright libical-parser-perl-1.20/debian/copyright --- libical-parser-perl-1.16/debian/copyright 2013-10-22 07:48:20.000000000 +0000 +++ libical-parser-perl-1.20/debian/copyright 2013-09-10 08:57:04.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Maintainer: Rick Frankel -Source: http://search.cpan.org/dist/iCal-Parser/ -Name: iCal-Parser +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: iCal-Parser +Upstream-Contact: Rick Frankel +Source: https://metacpan.org/release/iCal-Parser/ Files: * Copyright: 2004-2010, Rick Frankel @@ -13,31 +13,32 @@ References: <87r5oh7wtr.fsf@rocinante.cs.unb.ca> In-Reply-To: <87r5oh7wtr.fsf@rocinante.cs.unb.ca> User-Agent: Mutt/1.5.20 (2009-06-14) - . + . On Fri, Feb 19, 2010 at 05:13:52PM -0400, David Bremner wrote: > Dear Rick; > In Debian we need copyright/license information for all of the packages > we upload. Could you give us (replying to this email is fine): years of > copyright, copyright holders' names, copyright holders' e-mail addresses. > Unfortunately without this information we cannot upload it. - . + . 2004-2010 (I think that's when i first released it). Rick Frankel - . - . + . + . thanx for including it. I am always suprised at the legs thing get on cpan! rick Files: debian/* Copyright: 2010, Jonathan Yu + 2013, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . - On Debian GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic' + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify @@ -45,5 +46,5 @@ the Free Software Foundation; either version 1, or (at your option) any later version. . - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libical-parser-perl-1.16/debian/source/format libical-parser-perl-1.20/debian/source/format --- libical-parser-perl-1.16/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libical-parser-perl-1.20/debian/source/format 2013-10-22 07:48:20.382564258 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libical-parser-perl-1.16/debian/watch libical-parser-perl-1.20/debian/watch --- libical-parser-perl-1.16/debian/watch 2013-10-22 07:48:20.000000000 +0000 +++ libical-parser-perl-1.20/debian/watch 2013-01-27 17:51:55.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/iCal-Parser/ .*/iCal-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/iCal-Parser/ .*/iCal-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -Nru libical-parser-perl-1.16/lib/iCal/Parser.pm libical-parser-perl-1.20/lib/iCal/Parser.pm --- libical-parser-perl-1.16/lib/iCal/Parser.pm 2008-05-30 23:53:34.000000000 +0000 +++ libical-parser-perl-1.20/lib/iCal/Parser.pm 2013-06-15 12:42:05.000000000 +0000 @@ -1,13 +1,13 @@ -# $Id: Parser.pm 464 2008-05-30 23:49:01Z rick $ +# $Id$ package iCal::Parser; use strict; -# Get version from subversion url of tag or branch. -our $VERSION= do {(q$URL: svn+ssh://xpc/var/lib/svn/rick/perl/ical/iCal-Parser/tags/1.16/lib/iCal/Parser.pm $=~ m$.*/(?:tags|branches)/([^/ \t]+)$)[0] || "0.01"}; +our $VERSION='1.20'; our @ISA = qw (Exporter); use DateTime::Format::ICal; +use DateTime::TimeZone; use Text::vFile::asData; use File::Basename; use IO::File; @@ -41,6 +41,9 @@ $end=$dfmt->parse_datetime($end) unless ref $end; $self->{span}||=DateTime::Span->new(start=>$start, end=>$end); + $self->{tz}=DateTime::TimeZone->new(name=>$self->{tz}) + unless ref $self->{tz}; + return ($self); } sub parse { @@ -74,7 +77,7 @@ my %props=(); $self->{recurrences}=[]; $self->map_properties(\%props,$cal); - $props{'X-WR-TIMEZONE'}||=$self->{tz}; + $props{'X-WR-TIMEZONE'}||=$self->{tz}->name; $props{index}=++$self->{_calid}; $props{'X-WR-RELCALID'}||=$self->{_calid}; $props{'X-WR-CALNAME'}||= ref $file @@ -531,7 +534,7 @@ C date is set to the C date plus this many months. The default is 60. -=item tz string +=item tz (string|DateTime::TimeZone) Use tz as timezone for date values. The default is 'local', which will adjust the parsed dates to the current timezone. diff -Nru libical-parser-perl-1.16/t/01args.t libical-parser-perl-1.20/t/01args.t --- libical-parser-perl-1.16/t/01args.t 2008-05-30 23:53:34.000000000 +0000 +++ libical-parser-perl-1.20/t/01args.t 2013-06-15 12:42:05.000000000 +0000 @@ -1,5 +1,5 @@ # -*-cperl -*- -# $Id: 01args.t 6 2005-03-20 00:35:17Z rick $ +# $Id$ use Test::More tests => 6; use iCal::Parser; use DateTime; diff -Nru libical-parser-perl-1.16/t/02parse.t libical-parser-perl-1.20/t/02parse.t --- libical-parser-perl-1.16/t/02parse.t 2008-05-30 23:53:34.000000000 +0000 +++ libical-parser-perl-1.20/t/02parse.t 2013-06-15 12:42:05.000000000 +0000 @@ -1,15 +1,17 @@ # -*-cperl -*- -# $Id: 02parse.t 464 2008-05-30 23:49:01Z rick $ +# $Id$ use Test::More; use iCal::Parser; require "t/Defrost.pm"; my @files=glob("t/calendars/[0-9]*.ics"); -plan tests => scalar @files + 3; +plan tests => scalar @files + 4; + my $tz='UTC'; my $VAR1; + foreach my $f (@files) { my $h = iCal::Parser->new(start=>'20040101',tz=>$tz)->parse($f); if($ENV{_DUMP}) {ice("$f.dump", $h);} @@ -42,3 +44,9 @@ $h=iCal::Parser->new(start=>'20040101',tz=>$tz)->parse_strings(@s); is_deeply($h,$VAR1,"multiple calendars (parse_strings)"); +my $f="t/calendars/11complex.ics"; +$h = iCal::Parser->new(start=>'20040101',tz=>'America/New_York')->parse($f); +if($ENV{_DUMP}) {ice("$f.tz.dump", $h);} +$VAR1=defrost("$f.tz.dump"); +is_deeply($h,$VAR1, 'set timezone'); + diff -Nru libical-parser-perl-1.16/t/Defrost.pm libical-parser-perl-1.20/t/Defrost.pm --- libical-parser-perl-1.16/t/Defrost.pm 2008-05-30 23:53:34.000000000 +0000 +++ libical-parser-perl-1.20/t/Defrost.pm 2013-06-15 12:42:05.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: Defrost.pm 464 2008-05-30 23:49:01Z rick $ +# $Id$ use FreezeThaw qw(thaw freeze); sub defrost { diff -Nru libical-parser-perl-1.16/t/calendars/11complex.ics libical-parser-perl-1.20/t/calendars/11complex.ics --- libical-parser-perl-1.16/t/calendars/11complex.ics 1970-01-01 00:00:00.000000000 +0000 +++ libical-parser-perl-1.20/t/calendars/11complex.ics 2013-06-15 12:42:05.000000000 +0000 @@ -0,0 +1,302 @@ +BEGIN:VCALENDAR +VERSION:2.0 +X-WR-CALNAME:Test +PRODID:-//Apple Computer\, Inc//iCal 1.5//EN +X-WR-RELCALID:7CCE8555-3516-11D9-8A43-000D93C45D90 +X-WR-TIMEZONE:America/New_York +CALSCALE:GREGORIAN +X-WR-CALDESC:My Test Calendar +BEGIN:VEVENT +DURATION:PT1H +ATTENDEE;CN="Lindsey Biel":mailto:lindsey +ATTENDEE;CN="Jay Frankel":mailto:jayfrankel +ATTENDEE;CN="someone else":invalid:nomail +DTSTAMP:20041113T220634Z +UID:823732B9-3516-11D9-8A43-000D93C45D90 +SEQUENCE:3 +URL;VALUE=URI:http://foo +STATUS:TENTATIVE +DTSTART;TZID=America/New_York:20041112T210000 +SUMMARY:1 hr event +DESCRIPTION:this is a note\nline 2\nand a longer line for line three. ma + ke it wrap +X-WR-ITIPSTATUSML:UNCLEAN +ORGANIZER;CN="Rick Frankel":mailto:rick +BEGIN:VALARM +TRIGGER:-PT15M +DESCRIPTION:Event reminder +ACTION:DISPLAY +END:VALARM +END:VEVENT +BEGIN:VEVENT +DTSTART;VALUE=DATE:20041115 +DTEND;VALUE=DATE:20041116 +SUMMARY:all day +UID:A4E57872-3516-11D9-8A43-000D93C45D90 +SEQUENCE:2 +DTSTAMP:20041113T015226Z +END:VEVENT +BEGIN:VEVENT +DURATION:PT1H +ATTENDEE;CN="Biel Lindsey":mailto:lindsey +ATTENDEE;CN="Frankel Jay":mailto:jayfrankel +DTSTAMP:20041130T224644Z +ORGANIZER;CN="Frankel Rick":mailto:rick +UID:B347D452-3516-11D9-8A43-000D93C45D90 +SEQUENCE:7 +DTSTART;TZID=America/New_York:20041116T210000 +SUMMARY:weekly +X-WR-ITIPSTATUSML:UNCLEAN +RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20041202T045959Z +END:VEVENT +BEGIN:VEVENT +DURATION:PT1H +ATTENDEE;CN="Lindsey Biel":mailto:lindsey +DTSTAMP:20041117T024941Z +ORGANIZER;CN="Rick Frankel":mailto:rick +UID:D5EEE785-3516-11D9-8A43-000D93C45D90 +SEQUENCE:5 +DTSTART;TZID=America/New_York:20041117T210000 +SUMMARY:daily +X-WR-ITIPSTATUSML:UNCLEAN +RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20041121T045959Z +END:VEVENT +BEGIN:VEVENT +DTSTART;VALUE=DATE:20041124 +DTEND;VALUE=DATE:20041125 +SUMMARY:all day repeat +UID:E7E912A0-3516-11D9-8A43-000D93C45D90 +SEQUENCE:5 +DTSTAMP:20041113T162820Z +RRULE:FREQ=DAILY;INTERVAL=1;COUNT=3 +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041117T210000 +STATUS:CONFIRMED +UID:D5EEE785-3516-11D9-8A43-000D93C45D90 +DTSTAMP:20041126T220730Z +RECURRENCE-ID;TZID=America/New_York:20041117T210000 +DURATION:PT1H +BEGIN:VALARM +ACTION:EMAIL +SUMMARY:Alarm notification +TRIGGER:-P1D +ATTENDEE:mailto:rick +DESCRIPTION:This is an event reminder +END:VALARM +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041118T210000 +STATUS:CANCELLED +DTEND;TZID=America/New_York:20041118T230000 +UID:D5EEE785-3516-11D9-8A43-000D93C45D90 +SEQUENCE:5 +RECURRENCE-ID;TZID=America/New_York:20041118T210000 +DTSTAMP:20041113T203354Z +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041201T180000 +SUMMARY:mon/wed +UID:1C98FD62-35C6-11D9-8110-000D93C45D90 +SEQUENCE:4 +DTSTAMP:20041114T024527Z +RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=6;BYDAY=MO,WE;WKST=SU +DURATION:PT1H +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041127T190000 +EXDATE;TZID=America/New_York:20041204T190000 +EXDATE;TZID=America/New_York:20041218T190000 +DTEND;TZID=America/New_York:20041127T200000 +SUMMARY:another weekly +UID:EE9B2B93-35CC-11D9-8110-000D93C45D90 +SEQUENCE:8 +DTSTAMP:20041114T002037Z +RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20041228T045959Z +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041108T190000 +LOCATION:here +DTEND;TZID=America/New_York:20041110T200000 +SUMMARY:long1 +UID:783BF902-35CD-11D9-8110-000D93C45D90 +SEQUENCE:4 +DTSTAMP:20041114T202430Z +END:VEVENT +BEGIN:VEVENT +DTSTART;VALUE=DATE:20041107 +DTEND;VALUE=DATE:20041111 +SUMMARY:span +UID:AA403AC0-35CD-11D9-8110-000D93C45D90 +SEQUENCE:5 +DTSTAMP:20041209T004711Z +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041202T000000 +DTEND;TZID=America/New_York:20041202T010000 +SUMMARY:weird +UID:5A4E636A-35E7-11D9-9E64-000D93C45D90 +SEQUENCE:108 +DTSTAMP:20041117T023708Z +RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20050105T045959Z;BYDAY=TH,FR;WKST=SU +BEGIN:VALARM +ACTION:DISPLAY +DESCRIPTION:Event reminder +TRIGGER:-PT15M +END:VALARM +BEGIN:VALARM +ACTION:DISPLAY +DESCRIPTION:Event reminder +TRIGGER:-PT30M +END:VALARM +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041201T180000 +SUMMARY:mon/wed-changed +UID:1C98FD62-35C6-11D9-8110-000D93C45D90 +RECURRENCE-ID;TZID=America/New_York:20041201T180000 +DURATION:PT1H +END:VEVENT +BEGIN:VTODO +PRIORITY:9 +DTSTAMP:20041114T024952Z +UID:B78E68F2-35E7-11D9-9E64-000D93C45D90 +SEQUENCE:2 +URL;VALUE=URI:mailto:me +STATUS:COMPLETED +DTSTART;TZID=America/New_York:20041113T000000 +SUMMARY:todo 1 +COMPLETED:20041113T050000Z +END:VTODO +BEGIN:VTODO +DTSTART;TZID=America/New_York:20041113T000000 +SUMMARY:todo 2 +UID:BC83F9D2-35E7-11D9-9E64-000D93C45D90 +SEQUENCE:5 +DTSTAMP:20041211T040210Z +PRIORITY:1 +DUE;VALUE=DATE:20041120 +BEGIN:VALARM +ACTION:PROCEDURE +ATTACH;VALUE=URI:file://localhost/Applications/iCal.app/ +TRIGGER:PT2M +END:VALARM +BEGIN:VALARM +ACTION:EMAIL +SUMMARY:Alarm notification +TRIGGER:-PT15M +ATTENDEE:mailto:rick +DESCRIPTION:This is an event reminder +END:VALARM +END:VTODO +BEGIN:VTODO +DTSTART;TZID=America/New_York:20041112T000000 +SUMMARY:todo 3 +UID:0BC74A86-35E9-11D9-9E64-000D93C45D90 +SEQUENCE:5 +DTSTAMP:20041117T021921Z +PRIORITY:5 +DUE;VALUE=DATE:20041114 +BEGIN:VALARM +ACTION:PROCEDURE +ATTACH;VALUE=URI:file://localhost/Users/rick/Documents/businesscard.bcar + d +TRIGGER:-PT15M +END:VALARM +BEGIN:VALARM +TRIGGER:-PT15M +DESCRIPTION:Event reminder +ACTION:DISPLAY +END:VALARM +END:VTODO +BEGIN:VTODO +DTSTART;TZID=America/New_York:20041113T000000 +SUMMARY:todo 4 +UID:FF6841B4-35ED-11D9-98FE-000D93C45D90 +SEQUENCE:1 +DTSTAMP:20041114T033428Z +DESCRIPTION:not much +END:VTODO +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041111T090000 +DTEND;TZID=America/New_York:20041112T140000 +SUMMARY:overnight +UID:95CCBF98-3685-11D9-8CA5-000D93C45D90 +SEQUENCE:8 +DTSTAMP:20041114T214258Z +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041113T170000 +DTEND;TZID=America/New_York:20041114T163000 +SUMMARY:short overnight +UID:4D97CFCB-3687-11D9-8CA5-000D93C45D90 +SEQUENCE:13 +DTSTAMP:20041114T215137Z +END:VEVENT +BEGIN:VEVENT +DTSTART;VALUE=DATE:20041231 +DTEND;VALUE=DATE:20050101 +SUMMARY:eoy all +UID:D97AFD6E-3DCB-11D9-A9BF-000D93C45D90 +SEQUENCE:28 +DTSTAMP:20041124T035246Z +END:VEVENT +BEGIN:VEVENT +DTSTART;VALUE=DATE:20041130 +LOCATION:here +DTEND;VALUE=DATE:20041201 +SUMMARY:eom allday +UID:0C86E2CB-3DCC-11D9-A9BF-000D93C45D90 +SEQUENCE:6 +DTSTAMP:20041130T231246Z +DESCRIPTION:this is < a note +END:VEVENT +BEGIN:VEVENT +DTSTART;VALUE=DATE:20041129 +DTEND;VALUE=DATE:20041130 +SUMMARY:monday +UID:4F2C757A-431A-11D9-B3AF-000D93C45D90 +SEQUENCE:2 +DTSTAMP:20041130T215351Z +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041212T170000 +SUMMARY:sunday +UID:A94F4AE4-431A-11D9-9399-000D93C45D90 +SEQUENCE:1 +DTSTAMP:20041130T215623Z +DURATION:PT1H +END:VEVENT +BEGIN:VEVENT +DTSTART;VALUE=DATE:20041110 +DTEND;VALUE=DATE:20041113 +SUMMARY:overlapping span +UID:CC534437-4977-11D9-B3AD-000D93C45D90 +SEQUENCE:5 +DTSTAMP:20041209T004703Z +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041112T110000 +DTEND;TZID=America/New_York:20041112T154500 +SUMMARY:third overlap +UID:FFB5DD62-4991-11D9-B3AD-000D93C45D90 +SEQUENCE:5 +DTSTAMP:20041209T032845Z +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041112T030000 +DTEND;TZID=America/New_York:20041112T043000 +SUMMARY:mid-overlap +UID:A29A6C78-4A34-11D9-B3AD-000D93C45D90 +SEQUENCE:1 +DTSTAMP:20041209T224956Z +END:VEVENT +BEGIN:VEVENT +DTSTART;TZID=America/New_York:20041112T160000 +SUMMARY:another +UID:40E3266B-4A36-11D9-B3AD-000D93C45D90 +SEQUENCE:3 +DTSTAMP:20041209T230232Z +DURATION:PT1H +END:VEVENT +END:VCALENDAR diff -Nru libical-parser-perl-1.16/t/calendars/11complex.ics.dump libical-parser-perl-1.20/t/calendars/11complex.ics.dump --- libical-parser-perl-1.16/t/calendars/11complex.ics.dump 1970-01-01 00:00:00.000000000 +0000 +++ libical-parser-perl-1.20/t/calendars/11complex.ics.dump 2013-06-15 12:42:05.000000000 +0000 @@ -0,0 +1 @@ +FrT;!49|{>0|$20|DateTime::Locale::en%0|{>1|$23|DateTime::TimeZone::UTC%0|{>2|$8|DateTime%0|{)2|%0|{)1|%0|{)2|%0|{)2|%0|{)1|%0|{)1|%0|{)2|%0|{)1|%0|{)1|%0|{)1|%0|{)2|%0|{)2|%0|{)1|%0|{)1|%0|{)1|%0|{)2|%0|@0|%0|{)1|%0|{)2|%0|@0|{)2|%0|%0|{)1|%0|{)2|%0|{)2|%0|{)2|%0|{)1|%0|{)1|%0|{)2|%0|{)1|%0|{)2|%0|{)2|%0|{)1|%0|{)2|%0|{)2|%0|{)1|%0|{)1|%0|{)2|%0|{)1|%0|{)2|%0|{)1|%0|{)2|%0|{)2|%0|{)2|%0|{)1|%0|{)2|%0|})0|%20|$26|default_date_format_length$26|default_time_format_length$16|en_complete_name$11|en_language$12|en_territory$2|id$20|native_complete_name$15|native_language$16|native_territory$10|real_class$6|medium$6|medium$21|English United States$7|English$13|United States$5|en_US$21|English United States$7|English$13|United States$2|en})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|41$1|3$3|315$1|0$1|0$2|11$1|4$1|0$4|2004$6|731895$1|0<0|$1|0$1|0<33|$6|731895$1|0$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|42$1|4$3|316$1|0$1|0$2|11$1|4$1|0$4|2004$6|731896$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731896$1|0$4|2005})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$1|0$1|0$2|11$1|4$1|0$4|2004$6|731897$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731897$1|0$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$1|0$2|47$2|12$1|4$1|3$4|2004$6|731924$4|2823<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731924$4|2823$4|2005})1|%2|$4|name$3|UTC})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$2|21$2|42$2|11$1|4$2|58$4|2004$6|731899$5|78178<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$5|78178$4|2005})1|%2|$4|name$3|UTC})1|%2|$4|name$3|UTC})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$2|21$2|51$2|11$1|4$2|37$4|2004$6|731899$5|78697<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$5|78697$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$1|0$1|0$2|11$1|4$1|0$4|2004$6|731899$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$1|0$4|2005})1|%2|$4|name$3|UTC})1|%2|$4|name$3|UTC})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$2|21$1|0$2|11$1|4$1|0$4|2004$6|731901$5|75600<0|$1|0$1|0<17|$6|731901$5|75600$4|2005@1|%4|$2|CN$5|value$12|Lindsey Biel$14|mailto:lindsey%4|$2|CN$5|value$12|Rick Frankel$11|mailto:rick})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|48$1|3$3|322$1|2$2|49$2|11$1|4$2|41$4|2004$6|731902$5|10181<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731902$5|10181$4|2005@2|%4|$2|CN$5|value$12|Biel Lindsey$14|mailto:lindsey%4|$2|CN$5|value$11|Frankel Jay$17|mailto:jayfrankel})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|22$2|46$2|11$1|4$2|44$4|2004$6|731915$5|82004<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731915$5|82004$4|2005%4|$2|CN$5|value$12|Frankel Rick$11|mailto:rick})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|16$2|28$2|11$1|4$2|20$4|2004$6|731898$5|59300<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731898$5|59300$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|25$2|56$1|4$3|330$1|0$1|0$2|11$1|4$1|0$4|2004$6|731910$1|0<0|$1|0$1|0<26|$6|731910$1|0$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|26$2|57$1|5$3|331$1|0$1|0$2|11$1|4$1|0$4|2004$6|731911$1|0<0|$1|0$1|0<26|$6|731911$1|0$4|2005})1|%2|$4|name$3|UTC})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$1|0$1|0$2|11$1|4$1|0$4|2004$6|731915$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731915$1|0$4|2005})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$1|0$2|47$2|12$1|4$2|11$4|2004$6|731924$4|2831<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731924$4|2831$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$2|20$2|24$2|11$1|4$2|30$4|2004$6|731899$5|73470<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$5|73470$4|2005})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|40$1|2$3|314$1|0$1|0$2|11$1|4$1|0$4|2004$6|731894$1|0<0|$1|0$1|0<33|$6|731894$1|0$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|39$1|1$3|313$1|0$1|0$2|11$1|4$1|0$4|2004$6|731893$1|0<0|$1|0$1|0<33|$6|731893$1|0$4|2005})1|%2|$4|name$3|UTC})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$1|0$2|20$2|11$1|4$2|37$4|2004$6|731899$4|1237<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$4|1237$4|2005})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$1|2$2|45$2|11$1|4$2|27$4|2004$6|731899$4|9927<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$4|9927$4|2005})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|48$1|3$3|322$1|2$2|37$2|11$1|4$1|8$4|2004$6|731902$4|9428<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731902$4|9428$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|31$2|92$1|5$3|366$1|0$1|0$2|12$1|4$1|0$4|2004$6|731946$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731946$1|0$4|2005})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$1|0$1|0$2|11$1|4$1|0$4|2004$6|731898$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731898$1|0$4|2005})1|%2|$4|name$3|UTC})2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|42$1|4$3|316$2|23$2|45$2|11$1|4$1|0$4|2004$6|731896$5|85500<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731896$5|85500$4|2005@1|%6|$4|cals$6|events$5|todos@1|%16|$8|CALSCALE$6|PRODID$7|VERSION$12|X-WR-CALDESC$12|X-WR-CALNAME$13|X-WR-RELCALID$13|X-WR-TIMEZONE$5|index$9|GREGORIAN$37|-//Apple Computer\, Inc//iCal 1.5//EN$3|2.0$16|My Test Calendar$4|Test$36|7CCE8555-3516-11D9-8A43-000D93C45D90$16|America/New_York$1|1%2|$4|2004%4|$2|11$2|12%42|$2|10$2|11$2|12$2|13$2|14$2|15$2|16$2|17$2|18$2|19$2|20$2|23$2|24$2|25$2|26$2|27$2|29$2|30$1|7$1|8$1|9%6|$36|783BF902-35CD-11D9-8110-000D93C45D90$36|AA403AC0-35CD-11D9-8110-000D93C45D90$36|CC534437-4977-11D9-B3AD-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$8|LOCATION$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|41$1|3$3|315$2|20$1|0$2|11$1|4$1|0$4|2004$6|731895$5|72000<0|$1|0$1|0<1|$6|731895$5|72000$4|2005<35|<2|$4|here$5|long1$36|783BF902-35CD-11D9-8110-000D93C45D90$5|20.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<3|<34|<2|$4|span$36|AA403AC0-35CD-11D9-8110-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<3|<6|<2|$16|overlapping span$36|CC534437-4977-11D9-B3AD-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|95CCBF98-3685-11D9-8CA5-000D93C45D90$36|CC534437-4977-11D9-B3AD-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref<5|<9|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|42$1|4$3|316$1|9$1|0$2|11$1|4$1|0$4|2004$6|731896$5|32400<0|$1|0$1|0<4|$6|731896$5|32400$4|2005$9|overnight$36|95CCBF98-3685-11D9-8CA5-000D93C45D90$5|15.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<5|<6|<3|$16|overlapping span$36|CC534437-4977-11D9-B3AD-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%12|$36|40E3266B-4A36-11D9-B3AD-000D93C45D90$36|823732B9-3516-11D9-8A43-000D93C45D90$36|95CCBF98-3685-11D9-8CA5-000D93C45D90$36|A29A6C78-4A34-11D9-B3AD-000D93C45D90$36|CC534437-4977-11D9-B3AD-000D93C45D90$36|FFB5DD62-4991-11D9-B3AD-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|17$1|0$2|11$1|4$1|0$4|2004$6|731897$5|61200<0|$1|0$1|0<7|$6|731897$5|61200$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$2|23$1|2$2|12$1|4$2|32$4|2004$6|731924$5|82952<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731924$5|82952$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|16$1|0$2|11$1|4$1|0$4|2004$6|731897$5|57600<0|$1|0$1|0<7|$6|731897$5|57600$4|2005$7|another$36|40E3266B-4A36-11D9-B3AD-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%28|$8|ATTENDEE$11|DESCRIPTION$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$6|STATUS$7|SUMMARY$3|UID$3|URL$6|VALARM$17|X-WR-ITIPSTATUSML$5|hours$5|idref@3|%4|$2|CN$5|value$12|Lindsey Biel$14|mailto:lindsey%4|$2|CN$5|value$11|Jay Frankel$17|mailto:jayfrankel%4|$2|CN$5|value$12|someone else$14|invalid:nomail$70|this is a note\nline 2\nand a longer line for line three. make it wrap>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|22$1|0$2|11$1|4$1|0$4|2004$6|731897$5|79200<0|$1|0$1|0<8|$6|731897$5|79200$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|22$1|6$2|11$1|4$2|34$4|2004$6|731898$5|79594<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731898$5|79594$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|21$1|0$2|11$1|4$1|0$4|2004$6|731897$5|75600<0|$1|0$1|0<8|$6|731897$5|75600$4|2005%4|$2|CN$5|value$12|Rick Frankel$11|mailto:rick$9|TENTATIVE$10|1 hr event$36|823732B9-3516-11D9-8A43-000D93C45D90$10|http://foo@1|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|20$2|45$2|11$1|4$1|0$4|2004$6|731897$5|74700<0|$1|0$1|0<8|$6|731897$5|74700$4|2005$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|14$1|0$2|11$1|4$1|0$4|2004$6|731897$5|50400<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731897$5|50400$4|2005<9|<5|$9|overnight$36|95CCBF98-3685-11D9-8CA5-000D93C45D90$5|14.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$1|4$2|30$2|11$1|4$1|0$4|2004$6|731897$5|16200<0|$1|0$1|0<10|$6|731897$5|16200$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$2|22$2|49$2|12$1|4$2|56$4|2004$6|731924$5|82196<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731924$5|82196$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$1|3$1|0$2|11$1|4$1|0$4|2004$6|731897$5|10800<0|$1|0$1|0<10|$6|731897$5|10800$4|2005$11|mid-overlap$36|A29A6C78-4A34-11D9-B3AD-000D93C45D90$4|1.50$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<47|<6|<5|$16|overlapping span$36|CC534437-4977-11D9-B3AD-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|15$2|45$2|11$1|4$1|0$4|2004$6|731897$5|56700<0|$1|0$1|0<11|$6|731897$5|56700$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$1|3$2|28$2|12$1|4$2|45$4|2004$6|731924$5|12525<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731924$5|12525$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|11$1|0$2|11$1|4$1|0$4|2004$6|731897$5|39600<0|$1|0$1|0<11|$6|731897$5|39600$4|2005$13|third overlap$36|FFB5DD62-4991-11D9-B3AD-000D93C45D90$4|4.75$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|4D97CFCB-3687-11D9-8CA5-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref<14|<13|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|17$1|0$2|11$1|4$1|0$4|2004$6|731898$5|61200<0|$1|0$1|0<12|$6|731898$5|61200$4|2005$15|short overnight$36|4D97CFCB-3687-11D9-8CA5-000D93C45D90$4|7.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|4D97CFCB-3687-11D9-8CA5-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$2|16$2|30$2|11$1|4$1|0$4|2004$6|731899$5|59400<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$5|59400$4|2005<13|<14|$15|short overnight$36|4D97CFCB-3687-11D9-8CA5-000D93C45D90$5|16.50$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|A4E57872-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$1|0$1|0$2|11$1|4$1|0$4|2004$6|731901$1|0<0|$1|0$1|0<15|$6|731901$1|0$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$1|1$2|52$2|11$1|4$2|26$4|2004$6|731898$4|6746<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731898$4|6746$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|46$1|1$3|320$1|0$1|0$2|11$1|4$1|0$4|2004$6|731900$1|0<0|$1|0$1|0<15|$6|731900$1|0$4|2005$7|all day$36|A4E57872-3516-11D9-8A43-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|B347D452-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<23|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$2|22$1|0$2|11$1|4$1|0$4|2004$6|731901$5|79200<0|$1|0$1|0<16|$6|731901$5|79200$4|2005<24|<18|<25|$6|weekly$36|B347D452-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|D5EEE785-3516-11D9-8A43-000D93C45D90%24|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$6|STATUS$7|SUMMARY$3|UID$6|VALARM$17|X-WR-ITIPSTATUSML$5|hours$5|idref<19|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|48$1|3$3|322$2|22$1|0$2|11$1|4$1|0$4|2004$6|731902$5|79200<0|$1|0$1|0<17|$6|731902$5|79200$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|26$2|57$1|5$3|331$2|22$1|7$2|11$1|4$2|30$4|2004$6|731911$5|79650<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731911$5|79650$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|48$1|3$3|322$2|21$1|0$2|11$1|4$1|0$4|2004$6|731902$5|75600<0|$1|0$1|0<17|$6|731902$5|75600$4|2005<20|$9|CONFIRMED$5|daily$36|D5EEE785-3516-11D9-8A43-000D93C45D90@1|%10|$6|ACTION$8|ATTENDEE$11|DESCRIPTION$7|SUMMARY$4|when$5|EMAIL@1|%2|$5|value$11|mailto:rick$25|This is an event reminder$18|Alarm notification<18|$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|D5EEE785-3516-11D9-8A43-000D93C45D90%22|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$6|STATUS$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<19|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|18$2|49$1|4$3|323$2|23$1|0$2|11$1|4$1|0$4|2004$6|731903$5|82800<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731903$5|82800$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|20$2|33$2|11$1|4$2|54$4|2004$6|731898$5|74034<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731898$5|74034$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|18$2|49$1|4$3|323$2|21$1|0$2|11$1|4$1|0$4|2004$6|731903$5|75600<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731903$5|75600$4|2005<20|$9|CANCELLED$5|daily$36|D5EEE785-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|2.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|D5EEE785-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<19|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|19$2|50$1|5$3|324$2|22$1|0$2|11$1|4$1|0$4|2004$6|731904$5|79200<0|$1|0$1|0<21|$6|731904$5|79200$4|2005<22|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|19$2|50$1|5$3|324$2|21$1|0$2|11$1|4$1|0$4|2004$6|731904$5|75600<0|$1|0$1|0<21|$6|731904$5|75600$4|2005<20|$5|daily$36|D5EEE785-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|D5EEE785-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<19|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|51$1|6$3|325$2|22$1|0$2|11$1|4$1|0$4|2004$6|731905$5|79200<0|$1|0$1|0<21|$6|731905$5|79200$4|2005<22|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|51$1|6$3|325$2|21$1|0$2|11$1|4$1|0$4|2004$6|731905$5|75600<0|$1|0$1|0<21|$6|731905$5|75600$4|2005<20|$5|daily$36|D5EEE785-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|B347D452-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<23|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|54$1|2$3|328$2|22$1|0$2|11$1|4$1|0$4|2004$6|731908$5|79200<0|$1|0$1|0<16|$6|731908$5|79200$4|2005<24|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|54$1|2$3|328$2|21$1|0$2|11$1|4$1|0$4|2004$6|731908$5|75600<0|$1|0$1|0<16|$6|731908$5|75600$4|2005<25|$6|weekly$36|B347D452-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|E7E912A0-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<28|<27|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|24$2|55$1|3$3|329$1|0$1|0$2|11$1|4$1|0$4|2004$6|731909$1|0<0|$1|0$1|0<26|$6|731909$1|0$4|2005$14|all day repeat$36|E7E912A0-3516-11D9-8A43-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|E7E912A0-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<29|<27|<28|$14|all day repeat$36|E7E912A0-3516-11D9-8A43-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|E7E912A0-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|27$2|58$1|6$3|332$1|0$1|0$2|11$1|4$1|0$4|2004$6|731912$1|0<0|$1|0$1|0<26|$6|731912$1|0$4|2005<27|<29|$14|all day repeat$36|E7E912A0-3516-11D9-8A43-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|EE9B2B93-35CC-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|27$2|58$1|6$3|332$2|20$1|0$2|11$1|4$1|0$4|2004$6|731912$5|72000<0|$1|0$1|0<30|$6|731912$5|72000$4|2005<41|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|27$2|58$1|6$3|332$2|19$1|0$2|11$1|4$1|0$4|2004$6|731912$5|68400<0|$1|0$1|0<30|$6|731912$5|68400$4|2005$14|another weekly$36|EE9B2B93-35CC-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|4F2C757A-431A-11D9-B3AF-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<32|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|21$2|53$2|11$1|4$2|51$4|2004$6|731915$5|78831<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731915$5|78831$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|29$2|60$1|1$3|334$1|0$1|0$2|11$1|4$1|0$4|2004$6|731914$1|0<0|$1|0$1|0<31|$6|731914$1|0$4|2005$6|monday$36|4F2C757A-431A-11D9-B3AF-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|0C86E2CB-3DCC-11D9-A9BF-000D93C45D90$36|B347D452-3516-11D9-8A43-000D93C45D90%18|$11|DESCRIPTION$5|DTEND$7|DTSTAMP$7|DTSTART$8|LOCATION$7|SUMMARY$3|UID$6|allday$5|idref$16|this is < a note>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$1|0$1|0$2|12$1|4$1|0$4|2004$6|731916$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731916$1|0$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|23$2|12$2|11$1|4$2|46$4|2004$6|731915$5|83566<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731915$5|83566$4|2005<32|$4|here$10|eom allday$36|0C86E2CB-3DCC-11D9-A9BF-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<23|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|22$1|0$2|11$1|4$1|0$4|2004$6|731915$5|79200<0|$1|0$1|0<16|$6|731915$5|79200$4|2005<24|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|21$1|0$2|11$1|4$1|0$4|2004$6|731915$5|75600<0|$1|0$1|0<16|$6|731915$5|75600$4|2005<25|$6|weekly$36|B347D452-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|AA403AC0-35CD-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<38|<34|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|7$2|38$1|7$3|312$1|0$1|0$2|11$1|4$1|0$4|2004$6|731892$1|0<0|$1|0$1|0<33|$6|731892$1|0$4|2005$4|span$36|AA403AC0-35CD-11D9-8110-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|783BF902-35CD-11D9-8110-000D93C45D90$36|AA403AC0-35CD-11D9-8110-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$8|LOCATION$7|SUMMARY$3|UID$5|hours$5|idref<37|<35|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|39$1|1$3|313$2|19$1|0$2|11$1|4$1|0$4|2004$6|731893$5|68400<0|$1|0$1|0<36|$6|731893$5|68400$4|2005$4|here$5|long1$36|783BF902-35CD-11D9-8110-000D93C45D90$4|5.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<37|<34|<38|$4|span$36|AA403AC0-35CD-11D9-8110-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|783BF902-35CD-11D9-8110-000D93C45D90$36|AA403AC0-35CD-11D9-8110-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$8|LOCATION$7|SUMMARY$3|UID$5|hours$5|idref<2|<35|<37|$4|here$5|long1$36|783BF902-35CD-11D9-8110-000D93C45D90$5|24.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<2|<34|<37|$4|span$36|AA403AC0-35CD-11D9-8110-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%38|$1|1$2|10$2|11$2|12$2|13$2|15$2|16$2|17$1|2$2|20$2|23$2|24$2|25$1|3$2|30$2|31$1|6$1|8$1|9%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$2|19$1|0$2|12$1|4$1|0$4|2004$6|731916$5|68400<0|$1|0$1|0<39|$6|731916$5|68400$4|2005<43|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$2|18$1|0$2|12$1|4$1|0$4|2004$6|731916$5|64800<0|$1|0$1|0<39|$6|731916$5|64800$4|2005$15|mon/wed-changed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|71$1|5$3|345$1|1$1|0$2|12$1|4$1|0$4|2004$6|731925$4|3600<0|$1|0$1|0<40|$6|731925$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|71$1|5$3|345$1|0$1|0$2|12$1|4$1|0$4|2004$6|731925$1|0<0|$1|0$1|0<40|$6|731925$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$2|23$2|45$2|12$1|4$1|0$4|2004$6|731924$5|85500<0|$1|0$1|0<40|$6|731924$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$2|23$2|30$2|12$1|4$1|0$4|2004$6|731924$5|84600<0|$1|0$1|0<40|$6|731924$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|EE9B2B93-35CC-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|72$1|6$3|346$2|20$1|0$2|12$1|4$1|0$4|2004$6|731926$5|72000<0|$1|0$1|0<30|$6|731926$5|72000$4|2005<41|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|72$1|6$3|346$2|19$1|0$2|12$1|4$1|0$4|2004$6|731926$5|68400<0|$1|0$1|0<30|$6|731926$5|68400$4|2005$14|another weekly$36|EE9B2B93-35CC-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|A94F4AE4-431A-11D9-9399-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|73$1|7$3|347$2|18$1|0$2|12$1|4$1|0$4|2004$6|731927$5|64800<0|$1|0$1|0<42|$6|731927$5|64800$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|21$2|56$2|11$1|4$2|23$4|2004$6|731915$5|78983<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731915$5|78983$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|73$1|7$3|347$2|17$1|0$2|12$1|4$1|0$4|2004$6|731927$5|61200<0|$1|0$1|0<42|$6|731927$5|61200$4|2005$6|sunday$36|A94F4AE4-431A-11D9-9399-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|74$1|1$3|348$2|19$1|0$2|12$1|4$1|0$4|2004$6|731928$5|68400<0|$1|0$1|0<44|$6|731928$5|68400$4|2005<43|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|74$1|1$3|348$2|18$1|0$2|12$1|4$1|0$4|2004$6|731928$5|64800<0|$1|0$1|0<44|$6|731928$5|64800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|76$1|3$3|350$2|19$1|0$2|12$1|4$1|0$4|2004$6|731930$5|68400<0|$1|0$1|0<44|$6|731930$5|68400$4|2005<43|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|76$1|3$3|350$2|18$1|0$2|12$1|4$1|0$4|2004$6|731930$5|64800<0|$1|0$1|0<44|$6|731930$5|64800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|77$1|4$3|351$1|1$1|0$2|12$1|4$1|0$4|2004$6|731931$4|3600<0|$1|0$1|0<40|$6|731931$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|77$1|4$3|351$1|0$1|0$2|12$1|4$1|0$4|2004$6|731931$1|0<0|$1|0$1|0<40|$6|731931$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|76$1|3$3|350$2|23$2|45$2|12$1|4$1|0$4|2004$6|731930$5|85500<0|$1|0$1|0<40|$6|731930$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|76$1|3$3|350$2|23$2|30$2|12$1|4$1|0$4|2004$6|731930$5|84600<0|$1|0$1|0<40|$6|731930$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|78$1|5$3|352$1|1$1|0$2|12$1|4$1|0$4|2004$6|731932$4|3600<0|$1|0$1|0<40|$6|731932$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|78$1|5$3|352$1|0$1|0$2|12$1|4$1|0$4|2004$6|731932$1|0<0|$1|0$1|0<40|$6|731932$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|77$1|4$3|351$2|23$2|45$2|12$1|4$1|0$4|2004$6|731931$5|85500<0|$1|0$1|0<40|$6|731931$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|77$1|4$3|351$2|23$2|30$2|12$1|4$1|0$4|2004$6|731931$5|84600<0|$1|0$1|0<40|$6|731931$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|2$2|63$1|4$3|337$1|1$1|0$2|12$1|4$1|0$4|2004$6|731917$4|3600<0|$1|0$1|0<40|$6|731917$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|2$2|63$1|4$3|337$1|0$1|0$2|12$1|4$1|0$4|2004$6|731917$1|0<0|$1|0$1|0<40|$6|731917$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$2|23$2|45$2|12$1|4$1|0$4|2004$6|731916$5|85500<0|$1|0$1|0<40|$6|731916$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$2|23$2|30$2|12$1|4$1|0$4|2004$6|731916$5|84600<0|$1|0$1|0<40|$6|731916$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|81$1|1$3|355$2|19$1|0$2|12$1|4$1|0$4|2004$6|731935$5|68400<0|$1|0$1|0<44|$6|731935$5|68400$4|2005<43|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|81$1|1$3|355$2|18$1|0$2|12$1|4$1|0$4|2004$6|731935$5|64800<0|$1|0$1|0<44|$6|731935$5|64800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|84$1|4$3|358$1|1$1|0$2|12$1|4$1|0$4|2004$6|731938$4|3600<0|$1|0$1|0<40|$6|731938$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|84$1|4$3|358$1|0$1|0$2|12$1|4$1|0$4|2004$6|731938$1|0<0|$1|0$1|0<40|$6|731938$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|22$2|83$1|3$3|357$2|23$2|45$2|12$1|4$1|0$4|2004$6|731937$5|85500<0|$1|0$1|0<40|$6|731937$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|22$2|83$1|3$3|357$2|23$2|30$2|12$1|4$1|0$4|2004$6|731937$5|84600<0|$1|0$1|0<40|$6|731937$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|24$2|85$1|5$3|359$1|1$1|0$2|12$1|4$1|0$4|2004$6|731939$4|3600<0|$1|0$1|0<40|$6|731939$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|24$2|85$1|5$3|359$1|0$1|0$2|12$1|4$1|0$4|2004$6|731939$1|0<0|$1|0$1|0<40|$6|731939$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|84$1|4$3|358$2|23$2|45$2|12$1|4$1|0$4|2004$6|731938$5|85500<0|$1|0$1|0<40|$6|731938$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|84$1|4$3|358$2|23$2|30$2|12$1|4$1|0$4|2004$6|731938$5|84600<0|$1|0$1|0<40|$6|731938$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|EE9B2B93-35CC-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|25$2|86$1|6$3|360$2|20$1|0$2|12$1|4$1|0$4|2004$6|731940$5|72000<0|$1|0$1|0<30|$6|731940$5|72000$4|2005<41|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|25$2|86$1|6$3|360$2|19$1|0$2|12$1|4$1|0$4|2004$6|731940$5|68400<0|$1|0$1|0<30|$6|731940$5|68400$4|2005$14|another weekly$36|EE9B2B93-35CC-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|3$2|64$1|5$3|338$1|1$1|0$2|12$1|4$1|0$4|2004$6|731918$4|3600<0|$1|0$1|0<40|$6|731918$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|3$2|64$1|5$3|338$1|0$1|0$2|12$1|4$1|0$4|2004$6|731918$1|0<0|$1|0$1|0<40|$6|731918$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|2$2|63$1|4$3|337$2|23$2|45$2|12$1|4$1|0$4|2004$6|731917$5|85500<0|$1|0$1|0<40|$6|731917$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|2$2|63$1|4$3|337$2|23$2|30$2|12$1|4$1|0$4|2004$6|731917$5|84600<0|$1|0$1|0<40|$6|731917$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|91$1|4$3|365$1|1$1|0$2|12$1|4$1|0$4|2004$6|731945$4|3600<0|$1|0$1|0<40|$6|731945$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|91$1|4$3|365$1|0$1|0$2|12$1|4$1|0$4|2004$6|731945$1|0<0|$1|0$1|0<40|$6|731945$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|29$2|90$1|3$3|364$2|23$2|45$2|12$1|4$1|0$4|2004$6|731944$5|85500<0|$1|0$1|0<40|$6|731944$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|29$2|90$1|3$3|364$2|23$2|30$2|12$1|4$1|0$4|2004$6|731944$5|84600<0|$1|0$1|0<40|$6|731944$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90$36|D97AFD6E-3DCB-11D9-A9BF-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|31$2|92$1|5$3|366$1|1$1|0$2|12$1|4$1|0$4|2004$6|731946$4|3600<0|$1|0$1|0<40|$6|731946$4|3600$4|2005<45|<46|$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|91$1|4$3|365$2|23$2|45$2|12$1|4$1|0$4|2004$6|731945$5|85500<0|$1|0$1|0<40|$6|731945$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|91$1|4$3|365$2|23$2|30$2|12$1|4$1|0$4|2004$6|731945$5|84600<0|$1|0$1|0<40|$6|731945$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$1|1$1|6$1|1$1|0$1|0$1|1$1|1$1|0$4|2005$6|731947$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731947$1|0$4|2006>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|24$2|55$1|3$3|329$1|3$2|52$2|11$1|4$2|46$4|2004$6|731909$5|13966<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731909$5|13966$4|2005<46|$8|eoy all$36|D97AFD6E-3DCB-11D9-A9BF-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|6$2|67$1|1$3|341$2|19$1|0$2|12$1|4$1|0$4|2004$6|731921$5|68400<0|$1|0$1|0<44|$6|731921$5|68400$4|2005<43|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|6$2|67$1|1$3|341$2|18$1|0$2|12$1|4$1|0$4|2004$6|731921$5|64800<0|$1|0$1|0<44|$6|731921$5|64800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|19$1|0$2|12$1|4$1|0$4|2004$6|731923$5|68400<0|$1|0$1|0<44|$6|731923$5|68400$4|2005<43|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|18$1|0$2|12$1|4$1|0$4|2004$6|731923$5|64800<0|$1|0$1|0<44|$6|731923$5|64800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$1|1$1|0$2|12$1|4$1|0$4|2004$6|731924$4|3600<0|$1|0$1|0<40|$6|731924$4|3600$4|2005<45|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$1|0$1|0$2|12$1|4$1|0$4|2004$6|731924$1|0<0|$1|0$1|0<40|$6|731924$1|0$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|23$2|45$2|12$1|4$1|0$4|2004$6|731923$5|85500<0|$1|0$1|0<40|$6|731923$5|85500$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|23$2|30$2|12$1|4$1|0$4|2004$6|731923$5|84600<0|$1|0$1|0<40|$6|731923$5|84600$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90@4|%18|$9|COMPLETED$7|DTSTAMP$7|DTSTART$8|PRIORITY$6|STATUS$7|SUMMARY$3|UID$3|URL$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$1|5$1|0$2|11$1|4$1|0$4|2004$6|731898$5|18000<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731898$5|18000$4|2005>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$1|2$2|49$2|11$1|4$2|52$4|2004$6|731899$5|10192<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$5|10192$4|2005<47|$1|9$9|COMPLETED$6|todo 1$36|B78E68F2-35E7-11D9-9E64-000D93C45D90$9|mailto:me$36|7CCE8555-3516-11D9-8A43-000D93C45D90%16|$7|DTSTAMP$7|DTSTART$3|DUE$8|PRIORITY$7|SUMMARY$3|UID$6|VALARM$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|72$1|6$3|346$1|4$1|2$2|12$1|4$2|10$4|2004$6|731926$5|14530<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731926$5|14530$4|2005<47|>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|51$1|6$3|325$1|0$1|0$2|11$1|4$1|0$4|2004$6|731905$1|0<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731905$1|0$4|2005$1|1$6|todo 2$36|BC83F9D2-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$6|ATTACH$4|when$9|PROCEDURE$39|file://localhost/Applications/iCal.app/>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$1|0$1|2$2|11$1|4$1|0$4|2004$6|731898$3|120<0|$1|0$1|0<48|$6|731898$3|120$4|2005%10|$6|ACTION$8|ATTENDEE$11|DESCRIPTION$7|SUMMARY$4|when$5|EMAIL@1|%2|$5|value$11|mailto:rick$25|This is an event reminder$18|Alarm notification>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|23$2|45$2|11$1|4$1|0$4|2004$6|731897$5|85500<0|$1|0$1|0<48|$6|731897$5|85500$4|2005$36|7CCE8555-3516-11D9-8A43-000D93C45D90%16|$7|DTSTAMP$7|DTSTART$3|DUE$8|PRIORITY$7|SUMMARY$3|UID$6|VALARM$5|idref>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|48$1|3$3|322$1|2$2|19$2|11$1|4$2|21$4|2004$6|731902$4|8361<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731902$4|8361$4|2005<5|<14|$1|5$6|todo 3$36|0BC74A86-35E9-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$6|ATTACH$4|when$9|PROCEDURE$56|file://localhost/Users/rick/Documents/businesscard.bcard<49|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder<49|$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$11|DESCRIPTION$7|DTSTAMP$7|DTSTART$8|PRIORITY$7|SUMMARY$3|UID$5|idref$8|not much>)2|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$1|3$2|34$2|11$1|4$2|28$4|2004$6|731899$5|12868<0|$1|0$1|0>)1|%2|$4|name$3|UTC$6|731899$5|12868$4|2005<47|$2|99$6|todo 4$36|FF6841B4-35ED-11D9-98FE-000D93C45D90$36|7CCE8555-3516-11D9-8A43-000D93C45D90 \ No newline at end of file diff -Nru libical-parser-perl-1.16/t/calendars/11complex.ics.tz.dump libical-parser-perl-1.20/t/calendars/11complex.ics.tz.dump --- libical-parser-perl-1.16/t/calendars/11complex.ics.tz.dump 1970-01-01 00:00:00.000000000 +0000 +++ libical-parser-perl-1.20/t/calendars/11complex.ics.tz.dump 2013-06-15 12:42:05.000000000 +0000 @@ -0,0 +1 @@ +FrT;!30|{>0|$8|DateTime%0|{>1|$20|DateTime::Locale::en%0|{>2|$37|DateTime::TimeZone::America::New_York%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|@0|%0|{)0|%0|@0|{)0|%0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|{)0|%0|})0|%20|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%0|$6|718067$5|18000$1|0$1|0>>3|$28|DateTime::TimeZone::Floating%4|$4|name$6|offset$8|floating$1|0$6|718067$5|18000$4|1968})1|%20|$26|default_date_format_length$26|default_time_format_length$16|en_complete_name$11|en_language$12|en_territory$2|id$20|native_complete_name$15|native_language$16|native_territory$10|real_class$6|medium$6|medium$21|English United States$7|English$13|United States$5|en_US$21|English United States$7|English$13|United States$2|en})2|%14|$8|is_olson$15|last_observance$11|last_offset$8|max_year$4|name$5|rules$5|spans$1|1>>4|$39|DateTime::TimeZone::OlsonDB::Observance%14|$6|format$6|gmtoff$20|local_start_datetime$15|offset_from_std$15|offset_from_utc$5|until$18|utc_start_datetime$4|E%sT$5|-5:00<0|$1|0$6|-18000@0|<0|$6|-18000$4|2017$16|America/New_York@2|>>5|$33|DateTime::TimeZone::OlsonDB::Rule%20|$2|at$4|from$2|in$6|letter$4|name$15|offset_from_std$2|on$4|save$2|to$4|type$4|2:00$4|2007$3|Mar$1|D$2|US$4|3600$6|Sun>=8$4|1:00$3|max_>)5|%20|$2|at$4|from$2|in$6|letter$4|name$15|offset_from_std$2|on$4|save$2|to$4|type$4|2:00$4|2007$3|Nov$1|S$2|US$1|0$6|Sun>=1$1|0$3|max_@202|@7|$4|-inf$11|59418032400$4|-inf$11|59418014638$6|-17762$1|0$3|LMT@7|$11|59418032400$11|60502402800$11|59418014400$11|60502384800$6|-18000$1|0$2|ET@7|$11|60502402800$11|60520543200$11|60502388400$11|60520528800$6|-14400$1|1$3|EDT@7|$11|60520543200$11|60533852400$11|60520525200$11|60533834400$6|-18000$1|0$3|EST@7|$11|60533852400$11|60551992800$11|60533838000$11|60551978400$6|-14400$1|1$3|EDT@7|$11|60551992800$11|60557778000$11|60551974800$11|60557760000$6|-18000$1|0$3|EST@7|$11|60557778000$11|60565302000$11|60557760000$11|60565284000$6|-18000$1|0$2|ET@7|$11|60565302000$11|60584047200$11|60565287600$11|60584032800$6|-14400$1|1$3|EDT@7|$11|60584047200$11|60599170800$11|60584029200$11|60599152800$6|-18000$1|0$3|EST@7|$11|60599170800$11|60612472800$11|60599156400$11|60612458400$6|-14400$1|1$3|EDT@7|$11|60612472800$11|60631225200$11|60612454800$11|60631207200$6|-18000$1|0$3|EST@7|$11|60631225200$11|60643922400$11|60631210800$11|60643908000$6|-14400$1|1$3|EDT@7|$11|60643922400$11|60662674800$11|60643904400$11|60662656800$6|-18000$1|0$3|EST@7|$11|60662674800$11|60675976800$11|60662660400$11|60675962400$6|-14400$1|1$3|EDT@7|$11|60675976800$11|60694124400$11|60675958800$11|60694106400$6|-18000$1|0$3|EST@7|$11|60694124400$11|60707426400$11|60694110000$11|60707412000$6|-14400$1|1$3|EDT@7|$11|60707426400$11|60725574000$11|60707408400$11|60725556000$6|-18000$1|0$3|EST@7|$11|60725574000$11|60738876000$11|60725559600$11|60738861600$6|-14400$1|1$3|EDT@7|$11|60738876000$11|60757023600$11|60738858000$11|60757005600$6|-18000$1|0$3|EST@7|$11|60757023600$11|60770325600$11|60757009200$11|60770311200$6|-14400$1|1$3|EDT@7|$11|60770325600$11|60788473200$11|60770307600$11|60788455200$6|-18000$1|0$3|EST@7|$11|60788473200$11|60801775200$11|60788458800$11|60801760800$6|-14400$1|1$3|EDT@7|$11|60801775200$11|60820527600$11|60801757200$11|60820509600$6|-18000$1|0$3|EST@7|$11|60820527600$11|60833829600$11|60820513200$11|60833815200$6|-14400$1|1$3|EDT@7|$11|60833829600$11|60851977200$11|60833811600$11|60851959200$6|-18000$1|0$3|EST@7|$11|60851977200$11|60865279200$11|60851962800$11|60865264800$6|-14400$1|1$3|EDT@7|$11|60865279200$11|60883426800$11|60865261200$11|60883408800$6|-18000$1|0$3|EST@7|$11|60883426800$11|60896728800$11|60883412400$11|60896714400$6|-14400$1|1$3|EDT@7|$11|60896728800$11|60914876400$11|60896710800$11|60914858400$6|-18000$1|0$3|EST@7|$11|60914876400$11|60928178400$11|60914862000$11|60928164000$6|-14400$1|1$3|EDT@7|$11|60928178400$11|60946326000$11|60928160400$11|60946308000$6|-18000$1|0$3|EST@7|$11|60946326000$11|60959628000$11|60946311600$11|60959613600$6|-14400$1|1$3|EDT@7|$11|60959628000$11|60978380400$11|60959610000$11|60978362400$6|-18000$1|0$3|EST@7|$11|60978380400$11|60991077600$11|60978366000$11|60991063200$6|-14400$1|1$3|EDT@7|$11|60991077600$11|61009830000$11|60991059600$11|61009812000$6|-18000$1|0$3|EST@7|$11|61009830000$11|61023132000$11|61009815600$11|61023117600$6|-14400$1|1$3|EDT@7|$11|61023132000$11|61041279600$11|61023114000$11|61041261600$6|-18000$1|0$3|EST@7|$11|61041279600$11|61054581600$11|61041265200$11|61054567200$6|-14400$1|1$3|EDT@7|$11|61054581600$11|61072729200$11|61054563600$11|61072711200$6|-18000$1|0$3|EST@7|$11|61072729200$11|61086031200$11|61072714800$11|61086016800$6|-14400$1|1$3|EDT@7|$11|61086031200$11|61104178800$11|61086013200$11|61104160800$6|-18000$1|0$3|EST@7|$11|61104178800$11|61117480800$11|61104164400$11|61117466400$6|-14400$1|1$3|EDT@7|$11|61117480800$11|61135628400$11|61117462800$11|61135610400$6|-18000$1|0$3|EST@7|$11|61135628400$11|61148930400$11|61135614000$11|61148916000$6|-14400$1|1$3|EDT@7|$11|61148930400$11|61167682800$11|61148912400$11|61167664800$6|-18000$1|0$3|EST@7|$11|61167682800$11|61180380000$11|61167668400$11|61180365600$6|-14400$1|1$3|EDT@7|$11|61180380000$11|61199132400$11|61180362000$11|61199114400$6|-18000$1|0$3|EST@7|$11|61199132400$11|61212434400$11|61199118000$11|61212420000$6|-14400$1|1$3|EDT@7|$11|61212434400$11|61230582000$11|61212416400$11|61230564000$6|-18000$1|0$3|EST@7|$11|61230582000$11|61243884000$11|61230567600$11|61243869600$6|-14400$1|1$3|EDT@7|$11|61243884000$11|61252088400$11|61243866000$11|61252070400$6|-18000$1|0$3|EST@7|$11|61252088400$11|61255465200$11|61252070400$11|61255447200$6|-18000$1|0$3|EST@7|$11|61255465200$11|61366287600$11|61255450800$11|61366273200$6|-14400$1|1$3|EWT@7|$11|61366287600$11|61370287200$11|61366273200$11|61370272800$6|-14400$1|1$3|EPT@7|$11|61370287200$11|61378318800$11|61370269200$11|61378300800$6|-18000$1|0$3|EST@7|$11|61378318800$11|61388434800$11|61378300800$11|61388416800$6|-18000$1|0$3|EST@7|$11|61388434800$11|61401736800$11|61388420400$11|61401722400$6|-14400$1|1$3|EDT@7|$11|61401736800$11|61419884400$11|61401718800$11|61419866400$6|-18000$1|0$3|EST@7|$11|61419884400$11|61433186400$11|61419870000$11|61433172000$6|-14400$1|1$3|EDT@7|$11|61433186400$11|61451334000$11|61433168400$11|61451316000$6|-18000$1|0$3|EST@7|$11|61451334000$11|61464636000$11|61451319600$11|61464621600$6|-14400$1|1$3|EDT@7|$11|61464636000$11|61482783600$11|61464618000$11|61482765600$6|-18000$1|0$3|EST@7|$11|61482783600$11|61496085600$11|61482769200$11|61496071200$6|-14400$1|1$3|EDT@7|$11|61496085600$11|61514838000$11|61496067600$11|61514820000$6|-18000$1|0$3|EST@7|$11|61514838000$11|61527535200$11|61514823600$11|61527520800$6|-14400$1|1$3|EDT@7|$11|61527535200$11|61546287600$11|61527517200$11|61546269600$6|-18000$1|0$3|EST@7|$11|61546287600$11|61559589600$11|61546273200$11|61559575200$6|-14400$1|1$3|EDT@7|$11|61559589600$11|61577737200$11|61559571600$11|61577719200$6|-18000$1|0$3|EST@7|$11|61577737200$11|61591039200$11|61577722800$11|61591024800$6|-14400$1|1$3|EDT@7|$11|61591039200$11|61609186800$11|61591021200$11|61609168800$6|-18000$1|0$3|EST@7|$11|61609186800$11|61622488800$11|61609172400$11|61622474400$6|-14400$1|1$3|EDT@7|$11|61622488800$11|61640636400$11|61622470800$11|61640618400$6|-18000$1|0$3|EST@7|$11|61640636400$11|61653938400$11|61640622000$11|61653924000$6|-14400$1|1$3|EDT@7|$11|61653938400$11|61672086000$11|61653920400$11|61672068000$6|-18000$1|0$3|EST@7|$11|61672086000$11|61688412000$11|61672071600$11|61688397600$6|-14400$1|1$3|EDT@7|$11|61688412000$11|61704140400$11|61688394000$11|61704122400$6|-18000$1|0$3|EST@7|$11|61704140400$11|61719861600$11|61704126000$11|61719847200$6|-14400$1|1$3|EDT@7|$11|61719861600$11|61735590000$11|61719843600$11|61735572000$6|-18000$1|0$3|EST@7|$11|61735590000$11|61751311200$11|61735575600$11|61751296800$6|-14400$1|1$3|EDT@7|$11|61751311200$11|61767039600$11|61751293200$11|61767021600$6|-18000$1|0$3|EST@7|$11|61767039600$11|61782760800$11|61767025200$11|61782746400$6|-14400$1|1$3|EDT@7|$11|61782760800$11|61798489200$11|61782742800$11|61798471200$6|-18000$1|0$3|EST@7|$11|61798489200$11|61814210400$11|61798474800$11|61814196000$6|-14400$1|1$3|EDT@7|$11|61814210400$11|61829938800$11|61814192400$11|61829920800$6|-18000$1|0$3|EST@7|$11|61829938800$11|61846264800$11|61829924400$11|61846250400$6|-14400$1|1$3|EDT@7|$11|61846264800$11|61861993200$11|61846246800$11|61861975200$6|-18000$1|0$3|EST@7|$11|61861993200$11|61877714400$11|61861978800$11|61877700000$6|-14400$1|1$3|EDT@7|$11|61877714400$11|61893442800$11|61877696400$11|61893424800$6|-18000$1|0$3|EST@7|$11|61893442800$11|61909164000$11|61893428400$11|61909149600$6|-14400$1|1$3|EDT@7|$11|61909164000$11|61924892400$11|61909146000$11|61924874400$6|-18000$1|0$3|EST@7|$11|61924892400$11|61940613600$11|61924878000$11|61940599200$6|-14400$1|1$3|EDT@7|$11|61940613600$11|61956342000$11|61940595600$11|61956324000$6|-18000$1|0$3|EST@7|$11|61956342000$11|61972063200$11|61956327600$11|61972048800$6|-14400$1|1$3|EDT@7|$11|61972063200$11|61987791600$11|61972045200$11|61987773600$6|-18000$1|0$3|EST@7|$11|61987791600$11|62004117600$11|61987777200$11|62004103200$6|-14400$1|1$3|EDT@7|$11|62004117600$11|62019241200$11|62004099600$11|62019223200$6|-18000$1|0$3|EST@7|$11|62019241200$11|62035567200$11|62019226800$11|62035552800$6|-14400$1|1$3|EDT@7|$11|62035567200$11|62041006800$11|62035549200$11|62040988800$6|-18000$1|0$3|EST@7|$11|62041006800$11|62051295600$11|62040988800$11|62051277600$6|-18000$1|0$3|EST@7|$11|62051295600$11|62067016800$11|62051281200$11|62067002400$6|-14400$1|1$3|EDT@7|$11|62067016800$11|62082745200$11|62066998800$11|62082727200$6|-18000$1|0$3|EST@7|$11|62082745200$11|62098466400$11|62082730800$11|62098452000$6|-14400$1|1$3|EDT@7|$11|62098466400$11|62114194800$11|62098448400$11|62114176800$6|-18000$1|0$3|EST@7|$11|62114194800$11|62129916000$11|62114180400$11|62129901600$6|-14400$1|1$3|EDT@7|$11|62129916000$11|62145644400$11|62129898000$11|62145626400$6|-18000$1|0$3|EST@7|$11|62145644400$11|62161365600$11|62145630000$11|62161351200$6|-14400$1|1$3|EDT@7|$11|62161365600$11|62177094000$11|62161347600$11|62177076000$6|-18000$1|0$3|EST@7|$11|62177094000$11|62193420000$11|62177079600$11|62193405600$6|-14400$1|1$3|EDT@7|$11|62193420000$11|62209148400$11|62193402000$11|62209130400$6|-18000$1|0$3|EST@7|$11|62209148400$11|62224869600$11|62209134000$11|62224855200$6|-14400$1|1$3|EDT@7|$11|62224869600$11|62240598000$11|62224851600$11|62240580000$6|-18000$1|0$3|EST@7|$11|62240598000$11|62256319200$11|62240583600$11|62256304800$6|-14400$1|1$3|EDT@7|$11|62256319200$11|62262370800$11|62256301200$11|62262352800$6|-18000$1|0$3|EST@7|$11|62262370800$11|62287768800$11|62262356400$11|62287754400$6|-14400$1|1$3|EDT@7|$11|62287768800$11|62298054000$11|62287750800$11|62298036000$6|-18000$1|0$3|EST@7|$11|62298054000$11|62319218400$11|62298039600$11|62319204000$6|-14400$1|1$3|EDT@7|$11|62319218400$11|62334946800$11|62319200400$11|62334928800$6|-18000$1|0$3|EST@7|$11|62334946800$11|62351272800$11|62334932400$11|62351258400$6|-14400$1|1$3|EDT@7|$11|62351272800$11|62366396400$11|62351254800$11|62366378400$6|-18000$1|0$3|EST@7|$11|62366396400$11|62382722400$11|62366382000$11|62382708000$6|-14400$1|1$3|EDT@7|$11|62382722400$11|62398450800$11|62382704400$11|62398432800$6|-18000$1|0$3|EST@7|$11|62398450800$11|62414172000$11|62398436400$11|62414157600$6|-14400$1|1$3|EDT@7|$11|62414172000$11|62429900400$11|62414154000$11|62429882400$6|-18000$1|0$3|EST@7|$11|62429900400$11|62445621600$11|62429886000$11|62445607200$6|-14400$1|1$3|EDT@7|$11|62445621600$11|62461350000$11|62445603600$11|62461332000$6|-18000$1|0$3|EST@7|$11|62461350000$11|62477071200$11|62461335600$11|62477056800$6|-14400$1|1$3|EDT@7|$11|62477071200$11|62492799600$11|62477053200$11|62492781600$6|-18000$1|0$3|EST@7|$11|62492799600$11|62508520800$11|62492785200$11|62508506400$6|-14400$1|1$3|EDT@7|$11|62508520800$11|62524249200$11|62508502800$11|62524231200$6|-18000$1|0$3|EST@7|$11|62524249200$11|62540575200$11|62524234800$11|62540560800$6|-14400$1|1$3|EDT@7|$11|62540575200$11|62555698800$11|62540557200$11|62555680800$6|-18000$1|0$3|EST@7|$11|62555698800$11|62572024800$11|62555684400$11|62572010400$6|-14400$1|1$3|EDT@7|$11|62572024800$11|62587753200$11|62572006800$11|62587735200$6|-18000$1|0$3|EST@7|$11|62587753200$11|62603474400$11|62587738800$11|62603460000$6|-14400$1|1$3|EDT@7|$11|62603474400$11|62619202800$11|62603456400$11|62619184800$6|-18000$1|0$3|EST@7|$11|62619202800$11|62634924000$11|62619188400$11|62634909600$6|-14400$1|1$3|EDT@7|$11|62634924000$11|62650652400$11|62634906000$11|62650634400$6|-18000$1|0$3|EST@7|$11|62650652400$11|62666373600$11|62650638000$11|62666359200$6|-14400$1|1$3|EDT@7|$11|62666373600$11|62680287600$11|62666355600$11|62680269600$6|-18000$1|0$3|EST@7|$11|62680287600$11|62697823200$11|62680273200$11|62697808800$6|-14400$1|1$3|EDT@7|$11|62697823200$11|62711737200$11|62697805200$11|62711719200$6|-18000$1|0$3|EST@7|$11|62711737200$11|62729877600$11|62711722800$11|62729863200$6|-14400$1|1$3|EDT@7|$11|62729877600$11|62743186800$11|62729859600$11|62743168800$6|-18000$1|0$3|EST@7|$11|62743186800$11|62761327200$11|62743172400$11|62761312800$6|-14400$1|1$3|EDT@7|$11|62761327200$11|62774636400$11|62761309200$11|62774618400$6|-18000$1|0$3|EST@7|$11|62774636400$11|62792776800$11|62774622000$11|62792762400$6|-14400$1|1$3|EDT@7|$11|62792776800$11|62806690800$11|62792758800$11|62806672800$6|-18000$1|0$3|EST@7|$11|62806690800$11|62824226400$11|62806676400$11|62824212000$6|-14400$1|1$3|EDT@7|$11|62824226400$11|62838140400$11|62824208400$11|62838122400$6|-18000$1|0$3|EST@7|$11|62838140400$11|62855676000$11|62838126000$11|62855661600$6|-14400$1|1$3|EDT@7|$11|62855676000$11|62869590000$11|62855658000$11|62869572000$6|-18000$1|0$3|EST@7|$11|62869590000$11|62887730400$11|62869575600$11|62887716000$6|-14400$1|1$3|EDT@7|$11|62887730400$11|62901039600$11|62887712400$11|62901021600$6|-18000$1|0$3|EST@7|$11|62901039600$11|62919180000$11|62901025200$11|62919165600$6|-14400$1|1$3|EDT@7|$11|62919180000$11|62932489200$11|62919162000$11|62932471200$6|-18000$1|0$3|EST@7|$11|62932489200$11|62950629600$11|62932474800$11|62950615200$6|-14400$1|1$3|EDT@7|$11|62950629600$11|62964543600$11|62950611600$11|62964525600$6|-18000$1|0$3|EST@7|$11|62964543600$11|62982079200$11|62964529200$11|62982064800$6|-14400$1|1$3|EDT@7|$11|62982079200$11|62995993200$11|62982061200$11|62995975200$6|-18000$1|0$3|EST@7|$11|62995993200$11|63013528800$11|62995978800$11|63013514400$6|-14400$1|1$3|EDT@7|$11|63013528800$11|63027442800$11|63013510800$11|63027424800$6|-18000$1|0$3|EST@7|$11|63027442800$11|63044978400$11|63027428400$11|63044964000$6|-14400$1|1$3|EDT@7|$11|63044978400$11|63058892400$11|63044960400$11|63058874400$6|-18000$1|0$3|EST@7|$11|63058892400$11|63077032800$11|63058878000$11|63077018400$6|-14400$1|1$3|EDT@7|$11|63077032800$11|63090342000$11|63077014800$11|63090324000$6|-18000$1|0$3|EST@7|$11|63090342000$11|63108482400$11|63090327600$11|63108468000$6|-14400$1|1$3|EDT@7|$11|63108482400$11|63121791600$11|63108464400$11|63121773600$6|-18000$1|0$3|EST@7|$11|63121791600$11|63139932000$11|63121777200$11|63139917600$6|-14400$1|1$3|EDT@7|$11|63139932000$11|63153846000$11|63139914000$11|63153828000$6|-18000$1|0$3|EST@7|$11|63153846000$11|63171381600$11|63153831600$11|63171367200$6|-14400$1|1$3|EDT@7|$11|63171381600$11|63185295600$11|63171363600$11|63185277600$6|-18000$1|0$3|EST@7|$11|63185295600$11|63202831200$11|63185281200$11|63202816800$6|-14400$1|1$3|EDT@7|$11|63202831200$11|63216745200$11|63202813200$11|63216727200$6|-18000$1|0$3|EST@7|$11|63216745200$11|63234885600$11|63216730800$11|63234871200$6|-14400$1|1$3|EDT@7|$11|63234885600$11|63248194800$11|63234867600$11|63248176800$6|-18000$1|0$3|EST@7|$11|63248194800$11|63266335200$11|63248180400$11|63266320800$6|-14400$1|1$3|EDT@7|$11|63266335200$11|63279644400$11|63266317200$11|63279626400$6|-18000$1|0$3|EST@7|$11|63279644400$11|63297784800$11|63279630000$11|63297770400$6|-14400$1|1$3|EDT@7|$11|63297784800$11|63309279600$11|63297766800$11|63309261600$6|-18000$1|0$3|EST@7|$11|63309279600$11|63329839200$11|63309265200$11|63329824800$6|-14400$1|1$3|EDT@7|$11|63329839200$11|63340729200$11|63329821200$11|63340711200$6|-18000$1|0$3|EST@7|$11|63340729200$11|63361288800$11|63340714800$11|63361274400$6|-14400$1|1$3|EDT@7|$11|63361288800$11|63372178800$11|63361270800$11|63372160800$6|-18000$1|0$3|EST@7|$11|63372178800$11|63392738400$11|63372164400$11|63392724000$6|-14400$1|1$3|EDT@7|$11|63392738400$11|63404233200$11|63392720400$11|63404215200$6|-18000$1|0$3|EST@7|$11|63404233200$11|63424792800$11|63404218800$11|63424778400$6|-14400$1|1$3|EDT@7|$11|63424792800$11|63435682800$11|63424774800$11|63435664800$6|-18000$1|0$3|EST@7|$11|63435682800$11|63456242400$11|63435668400$11|63456228000$6|-14400$1|1$3|EDT@7|$11|63456242400$11|63467132400$11|63456224400$11|63467114400$6|-18000$1|0$3|EST@7|$11|63467132400$11|63487692000$11|63467118000$11|63487677600$6|-14400$1|1$3|EDT@7|$11|63487692000$11|63498582000$11|63487674000$11|63498564000$6|-18000$1|0$3|EST@7|$11|63498582000$11|63519141600$11|63498567600$11|63519127200$6|-14400$1|1$3|EDT@7|$11|63519141600$11|63530031600$11|63519123600$11|63530013600$6|-18000$1|0$3|EST@7|$11|63530031600$11|63550591200$11|63530017200$11|63550576800$6|-14400$1|1$3|EDT@7|$11|63550591200$11|63561481200$11|63550573200$11|63561463200$6|-18000$1|0$3|EST@7|$11|63561481200$11|63582040800$11|63561466800$11|63582026400$6|-14400$1|1$3|EDT@7|$11|63582040800$11|63593535600$11|63582022800$11|63593517600$6|-18000$1|0$3|EST@7|$11|63593535600$11|63614095200$11|63593521200$11|63614080800$6|-14400$1|1$3|EDT@7|$11|63614095200$11|63624985200$11|63614077200$11|63624967200$6|-18000$1|0$3|EST@7|$11|63624985200$11|63645544800$11|63624970800$11|63645530400$6|-14400$1|1$3|EDT@7|$11|63645544800$11|63656434800$11|63645526800$11|63656416800$6|-18000$1|0$3|EST@7|$11|63656434800$11|63676994400$11|63656420400$11|63676980000$6|-14400$1|1$3|EDT})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|41$1|3$3|315$1|0$1|0$2|11$1|4$1|0$4|2004$6|731895$1|0<1|$1|0$1|0<2|$6|731895$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|42$1|4$3|316$1|0$1|0$2|11$1|4$1|0$4|2004$6|731896$1|0<1|$1|0$1|0<2|$6|731896$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$1|0$1|0$2|11$1|4$1|0$4|2004$6|731897$1|0<1|$1|0$1|0<2|$6|731897$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|19$2|47$2|12$1|4$1|3$4|2004$6|731923$5|71223<1|$1|0$1|0<2|$6|731924$4|2823$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$2|16$2|42$2|11$1|4$2|58$4|2004$6|731899$5|60178<1|$1|0$1|0<2|$6|731899$5|78178$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$2|16$2|51$2|11$1|4$2|37$4|2004$6|731899$5|60697<1|$1|0$1|0<2|$6|731899$5|78697$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$1|0$1|0$2|11$1|4$1|0$4|2004$6|731899$1|0<1|$1|0$1|0<2|$6|731899$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$2|21$1|0$2|11$1|4$1|0$4|2004$6|731901$5|75600<1|$1|0$1|0<2|$6|731902$4|7200$4|2005@1|%4|$2|CN$5|value$12|Lindsey Biel$14|mailto:lindsey%4|$2|CN$5|value$12|Rick Frankel$11|mailto:rick})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$2|21$2|49$2|11$1|4$2|41$4|2004$6|731901$5|78581<1|$1|0$1|0<2|$6|731902$5|10181$4|2005@2|%4|$2|CN$5|value$12|Biel Lindsey$14|mailto:lindsey%4|$2|CN$5|value$11|Frankel Jay$17|mailto:jayfrankel})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|17$2|46$2|11$1|4$2|44$4|2004$6|731915$5|64004<1|$1|0$1|0<2|$6|731915$5|82004$4|2005%4|$2|CN$5|value$12|Frankel Rick$11|mailto:rick})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|11$2|28$2|11$1|4$2|20$4|2004$6|731898$5|41300<1|$1|0$1|0<2|$6|731898$5|59300$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|25$2|56$1|4$3|330$1|0$1|0$2|11$1|4$1|0$4|2004$6|731910$1|0<1|$1|0$1|0<2|$6|731910$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|26$2|57$1|5$3|331$1|0$1|0$2|11$1|4$1|0$4|2004$6|731911$1|0<1|$1|0$1|0<2|$6|731911$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$1|0$1|0$2|11$1|4$1|0$4|2004$6|731915$1|0<1|$1|0$1|0<2|$6|731915$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|19$2|47$2|12$1|4$2|11$4|2004$6|731923$5|71231<1|$1|0$1|0<2|$6|731924$4|2831$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$2|15$2|24$2|11$1|4$2|30$4|2004$6|731899$5|55470<1|$1|0$1|0<2|$6|731899$5|73470$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|40$1|2$3|314$1|0$1|0$2|11$1|4$1|0$4|2004$6|731894$1|0<1|$1|0$1|0<2|$6|731894$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|39$1|1$3|313$1|0$1|0$2|11$1|4$1|0$4|2004$6|731893$1|0<1|$1|0$1|0<2|$6|731893$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|19$2|20$2|11$1|4$2|37$4|2004$6|731898$5|69637<1|$1|0$1|0<2|$6|731899$4|1237$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|21$2|45$2|11$1|4$2|27$4|2004$6|731898$5|78327<1|$1|0$1|0<2|$6|731899$4|9927$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$2|21$2|37$2|11$1|4$1|8$4|2004$6|731901$5|77828<1|$1|0$1|0<2|$6|731902$4|9428$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|31$2|92$1|5$3|366$1|0$1|0$2|12$1|4$1|0$4|2004$6|731946$1|0<1|$1|0$1|0<2|$6|731946$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$1|0$1|0$2|11$1|4$1|0$4|2004$6|731898$1|0<1|$1|0$1|0<2|$6|731898$5|18000$4|2005})0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|42$1|4$3|316$2|23$2|45$2|11$1|4$1|0$4|2004$6|731896$5|85500<1|$1|0$1|0<2|$6|731897$5|17100$4|2005@1|%6|$4|cals$6|events$5|todos@1|%16|$8|CALSCALE$6|PRODID$7|VERSION$12|X-WR-CALDESC$12|X-WR-CALNAME$13|X-WR-RELCALID$13|X-WR-TIMEZONE$5|index$9|GREGORIAN$37|-//Apple Computer\, Inc//iCal 1.5//EN$3|2.0$16|My Test Calendar$4|Test$36|7CCE8555-3516-11D9-8A43-000D93C45D90$16|America/New_York$1|1%2|$4|2004%4|$2|11$2|12%42|$2|10$2|11$2|12$2|13$2|14$2|15$2|16$2|17$2|18$2|19$2|20$2|23$2|24$2|25$2|26$2|27$2|29$2|30$1|7$1|8$1|9%6|$36|783BF902-35CD-11D9-8110-000D93C45D90$36|AA403AC0-35CD-11D9-8110-000D93C45D90$36|CC534437-4977-11D9-B3AD-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$8|LOCATION$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|41$1|3$3|315$2|20$1|0$2|11$1|4$1|0$4|2004$6|731895$5|72000<1|$1|0$1|0<2|$6|731896$4|3600$4|2005<22|<3|$4|here$5|long1$36|783BF902-35CD-11D9-8110-000D93C45D90$5|20.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<4|<21|<3|$4|span$36|AA403AC0-35CD-11D9-8110-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<4|<6|<3|$16|overlapping span$36|CC534437-4977-11D9-B3AD-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|95CCBF98-3685-11D9-8CA5-000D93C45D90$36|CC534437-4977-11D9-B3AD-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref<5|<7|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|42$1|4$3|316$1|9$1|0$2|11$1|4$1|0$4|2004$6|731896$5|32400<1|$1|0$1|0<2|$6|731896$5|50400$4|2005$9|overnight$36|95CCBF98-3685-11D9-8CA5-000D93C45D90$5|15.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<5|<6|<4|$16|overlapping span$36|CC534437-4977-11D9-B3AD-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%12|$36|40E3266B-4A36-11D9-B3AD-000D93C45D90$36|823732B9-3516-11D9-8A43-000D93C45D90$36|95CCBF98-3685-11D9-8CA5-000D93C45D90$36|A29A6C78-4A34-11D9-B3AD-000D93C45D90$36|CC534437-4977-11D9-B3AD-000D93C45D90$36|FFB5DD62-4991-11D9-B3AD-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|17$1|0$2|11$1|4$1|0$4|2004$6|731897$5|61200<1|$1|0$1|0<2|$6|731897$5|79200$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$2|18$1|2$2|12$1|4$2|32$4|2004$6|731924$5|64952<1|$1|0$1|0<2|$6|731924$5|82952$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|16$1|0$2|11$1|4$1|0$4|2004$6|731897$5|57600<1|$1|0$1|0<2|$6|731897$5|75600$4|2005$7|another$36|40E3266B-4A36-11D9-B3AD-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%28|$8|ATTENDEE$11|DESCRIPTION$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$6|STATUS$7|SUMMARY$3|UID$3|URL$6|VALARM$17|X-WR-ITIPSTATUSML$5|hours$5|idref@3|%4|$2|CN$5|value$12|Lindsey Biel$14|mailto:lindsey%4|$2|CN$5|value$11|Jay Frankel$17|mailto:jayfrankel%4|$2|CN$5|value$12|someone else$14|invalid:nomail$70|this is a note\nline 2\nand a longer line for line three. make it wrap>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|22$1|0$2|11$1|4$1|0$4|2004$6|731897$5|79200<1|$1|0$1|0<2|$6|731898$5|10800$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|17$1|6$2|11$1|4$2|34$4|2004$6|731898$5|61594<1|$1|0$1|0<2|$6|731898$5|79594$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|21$1|0$2|11$1|4$1|0$4|2004$6|731897$5|75600<1|$1|0$1|0<2|$6|731898$4|7200$4|2005%4|$2|CN$5|value$12|Rick Frankel$11|mailto:rick$9|TENTATIVE$10|1 hr event$36|823732B9-3516-11D9-8A43-000D93C45D90$10|http://foo@1|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|20$2|45$2|11$1|4$1|0$4|2004$6|731897$5|74700<1|$1|0$1|0<2|$6|731898$4|6300$4|2005$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|14$1|0$2|11$1|4$1|0$4|2004$6|731897$5|50400<1|$1|0$1|0<2|$6|731897$5|68400$4|2005<7|<5|$9|overnight$36|95CCBF98-3685-11D9-8CA5-000D93C45D90$5|14.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$1|4$2|30$2|11$1|4$1|0$4|2004$6|731897$5|16200<1|$1|0$1|0<2|$6|731897$5|34200$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$2|17$2|49$2|12$1|4$2|56$4|2004$6|731924$5|64196<1|$1|0$1|0<2|$6|731924$5|82196$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$1|3$1|0$2|11$1|4$1|0$4|2004$6|731897$5|10800<1|$1|0$1|0<2|$6|731897$5|28800$4|2005$11|mid-overlap$36|A29A6C78-4A34-11D9-B3AD-000D93C45D90$4|1.50$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<29|<6|<5|$16|overlapping span$36|CC534437-4977-11D9-B3AD-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|15$2|45$2|11$1|4$1|0$4|2004$6|731897$5|56700<1|$1|0$1|0<2|$6|731897$5|74700$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|22$2|28$2|12$1|4$2|45$4|2004$6|731923$5|80925<1|$1|0$1|0<2|$6|731924$5|12525$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|11$1|0$2|11$1|4$1|0$4|2004$6|731897$5|39600<1|$1|0$1|0<2|$6|731897$5|57600$4|2005$13|third overlap$36|FFB5DD62-4991-11D9-B3AD-000D93C45D90$4|4.75$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|4D97CFCB-3687-11D9-8CA5-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref<9|<8|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|17$1|0$2|11$1|4$1|0$4|2004$6|731898$5|61200<1|$1|0$1|0<2|$6|731898$5|79200$4|2005$15|short overnight$36|4D97CFCB-3687-11D9-8CA5-000D93C45D90$4|7.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|4D97CFCB-3687-11D9-8CA5-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|14$2|45$1|7$3|319$2|16$2|30$2|11$1|4$1|0$4|2004$6|731899$5|59400<1|$1|0$1|0<2|$6|731899$5|77400$4|2005<8|<9|$15|short overnight$36|4D97CFCB-3687-11D9-8CA5-000D93C45D90$5|16.50$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|A4E57872-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$1|0$1|0$2|11$1|4$1|0$4|2004$6|731901$1|0<1|$1|0$1|0<2|$6|731901$5|18000$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|20$2|52$2|11$1|4$2|26$4|2004$6|731897$5|75146<1|$1|0$1|0<2|$6|731898$4|6746$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|46$1|1$3|320$1|0$1|0$2|11$1|4$1|0$4|2004$6|731900$1|0<1|$1|0$1|0<2|$6|731900$5|18000$4|2005$7|all day$36|A4E57872-3516-11D9-8A43-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|B347D452-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<14|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$2|22$1|0$2|11$1|4$1|0$4|2004$6|731901$5|79200<1|$1|0$1|0<2|$6|731902$5|10800$4|2005<15|<10|<16|$6|weekly$36|B347D452-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|D5EEE785-3516-11D9-8A43-000D93C45D90%24|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$6|STATUS$7|SUMMARY$3|UID$6|VALARM$17|X-WR-ITIPSTATUSML$5|hours$5|idref<11|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|48$1|3$3|322$2|22$1|0$2|11$1|4$1|0$4|2004$6|731902$5|79200<1|$1|0$1|0<2|$6|731903$5|10800$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|26$2|57$1|5$3|331$2|17$1|7$2|11$1|4$2|30$4|2004$6|731911$5|61650<1|$1|0$1|0<2|$6|731911$5|79650$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|48$1|3$3|322$2|21$1|0$2|11$1|4$1|0$4|2004$6|731902$5|75600<1|$1|0$1|0<2|$6|731903$4|7200$4|2005<12|$9|CONFIRMED$5|daily$36|D5EEE785-3516-11D9-8A43-000D93C45D90@1|%10|$6|ACTION$8|ATTENDEE$11|DESCRIPTION$7|SUMMARY$4|when$5|EMAIL@1|%2|$5|value$11|mailto:rick$25|This is an event reminder$18|Alarm notification<10|$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|D5EEE785-3516-11D9-8A43-000D93C45D90%22|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$6|STATUS$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<11|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|18$2|49$1|4$3|323$2|23$1|0$2|11$1|4$1|0$4|2004$6|731903$5|82800<1|$1|0$1|0<2|$6|731904$5|14400$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|15$2|33$2|11$1|4$2|54$4|2004$6|731898$5|56034<1|$1|0$1|0<2|$6|731898$5|74034$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|18$2|49$1|4$3|323$2|21$1|0$2|11$1|4$1|0$4|2004$6|731903$5|75600<1|$1|0$1|0<2|$6|731904$4|7200$4|2005<12|$9|CANCELLED$5|daily$36|D5EEE785-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|2.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|D5EEE785-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<11|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|19$2|50$1|5$3|324$2|22$1|0$2|11$1|4$1|0$4|2004$6|731904$5|79200<1|$1|0$1|0<2|$6|731905$5|10800$4|2005<13|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|19$2|50$1|5$3|324$2|21$1|0$2|11$1|4$1|0$4|2004$6|731904$5|75600<1|$1|0$1|0<2|$6|731905$4|7200$4|2005<12|$5|daily$36|D5EEE785-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|D5EEE785-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<11|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|51$1|6$3|325$2|22$1|0$2|11$1|4$1|0$4|2004$6|731905$5|79200<1|$1|0$1|0<2|$6|731906$5|10800$4|2005<13|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|51$1|6$3|325$2|21$1|0$2|11$1|4$1|0$4|2004$6|731905$5|75600<1|$1|0$1|0<2|$6|731906$4|7200$4|2005<12|$5|daily$36|D5EEE785-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|B347D452-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<14|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|54$1|2$3|328$2|22$1|0$2|11$1|4$1|0$4|2004$6|731908$5|79200<1|$1|0$1|0<2|$6|731909$5|10800$4|2005<15|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|54$1|2$3|328$2|21$1|0$2|11$1|4$1|0$4|2004$6|731908$5|75600<1|$1|0$1|0<2|$6|731909$4|7200$4|2005<16|$6|weekly$36|B347D452-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|E7E912A0-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<18|<17|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|24$2|55$1|3$3|329$1|0$1|0$2|11$1|4$1|0$4|2004$6|731909$1|0<1|$1|0$1|0<2|$6|731909$5|18000$4|2005$14|all day repeat$36|E7E912A0-3516-11D9-8A43-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|E7E912A0-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<19|<17|<18|$14|all day repeat$36|E7E912A0-3516-11D9-8A43-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|E7E912A0-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|27$2|58$1|6$3|332$1|0$1|0$2|11$1|4$1|0$4|2004$6|731912$1|0<1|$1|0$1|0<2|$6|731912$5|18000$4|2005<17|<19|$14|all day repeat$36|E7E912A0-3516-11D9-8A43-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|EE9B2B93-35CC-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|27$2|58$1|6$3|332$2|20$1|0$2|11$1|4$1|0$4|2004$6|731912$5|72000<1|$1|0$1|0<2|$6|731913$4|3600$4|2005<25|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|27$2|58$1|6$3|332$2|19$1|0$2|11$1|4$1|0$4|2004$6|731912$5|68400<1|$1|0$1|0<2|$6|731913$1|0$4|2005$14|another weekly$36|EE9B2B93-35CC-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|4F2C757A-431A-11D9-B3AF-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<20|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|16$2|53$2|11$1|4$2|51$4|2004$6|731915$5|60831<1|$1|0$1|0<2|$6|731915$5|78831$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|29$2|60$1|1$3|334$1|0$1|0$2|11$1|4$1|0$4|2004$6|731914$1|0<1|$1|0$1|0<2|$6|731914$5|18000$4|2005$6|monday$36|4F2C757A-431A-11D9-B3AF-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|0C86E2CB-3DCC-11D9-A9BF-000D93C45D90$36|B347D452-3516-11D9-8A43-000D93C45D90%18|$11|DESCRIPTION$5|DTEND$7|DTSTAMP$7|DTSTART$8|LOCATION$7|SUMMARY$3|UID$6|allday$5|idref$16|this is < a note>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$1|0$1|0$2|12$1|4$1|0$4|2004$6|731916$1|0<1|$1|0$1|0<2|$6|731916$5|18000$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|18$2|12$2|11$1|4$2|46$4|2004$6|731915$5|65566<1|$1|0$1|0<2|$6|731915$5|83566$4|2005<20|$4|here$10|eom allday$36|0C86E2CB-3DCC-11D9-A9BF-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%20|$8|ATTENDEE$5|DTEND$7|DTSTAMP$7|DTSTART$9|ORGANIZER$7|SUMMARY$3|UID$17|X-WR-ITIPSTATUSML$5|hours$5|idref<14|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|22$1|0$2|11$1|4$1|0$4|2004$6|731915$5|79200<1|$1|0$1|0<2|$6|731916$5|10800$4|2005<15|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|21$1|0$2|11$1|4$1|0$4|2004$6|731915$5|75600<1|$1|0$1|0<2|$6|731916$4|7200$4|2005<16|$6|weekly$36|B347D452-3516-11D9-8A43-000D93C45D90$7|UNCLEAN$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|AA403AC0-35CD-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<24|<21|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|7$2|38$1|7$3|312$1|0$1|0$2|11$1|4$1|0$4|2004$6|731892$1|0<1|$1|0$1|0<2|$6|731892$5|18000$4|2005$4|span$36|AA403AC0-35CD-11D9-8110-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|783BF902-35CD-11D9-8110-000D93C45D90$36|AA403AC0-35CD-11D9-8110-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$8|LOCATION$7|SUMMARY$3|UID$5|hours$5|idref<23|<22|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|39$1|1$3|313$2|19$1|0$2|11$1|4$1|0$4|2004$6|731893$5|68400<1|$1|0$1|0<2|$6|731894$1|0$4|2005$4|here$5|long1$36|783BF902-35CD-11D9-8110-000D93C45D90$4|5.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<23|<21|<24|$4|span$36|AA403AC0-35CD-11D9-8110-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|783BF902-35CD-11D9-8110-000D93C45D90$36|AA403AC0-35CD-11D9-8110-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$8|LOCATION$7|SUMMARY$3|UID$5|hours$5|idref<3|<22|<23|$4|here$5|long1$36|783BF902-35CD-11D9-8110-000D93C45D90$5|24.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref<3|<21|<23|$4|span$36|AA403AC0-35CD-11D9-8110-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%38|$1|1$2|10$2|11$2|12$2|13$2|15$2|16$2|17$1|2$2|20$2|23$2|24$2|25$1|3$2|30$2|31$1|6$1|8$1|9%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$2|19$1|0$2|12$1|4$1|0$4|2004$6|731916$5|68400<1|$1|0$1|0<2|$6|731917$1|0$4|2005<26|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$2|18$1|0$2|12$1|4$1|0$4|2004$6|731916$5|64800<1|$1|0$1|0<2|$6|731916$5|82800$4|2005$15|mon/wed-changed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|71$1|5$3|345$1|1$1|0$2|12$1|4$1|0$4|2004$6|731925$4|3600<1|$1|0$1|0<2|$6|731925$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|71$1|5$3|345$1|0$1|0$2|12$1|4$1|0$4|2004$6|731925$1|0<1|$1|0$1|0<2|$6|731925$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$2|23$2|45$2|12$1|4$1|0$4|2004$6|731924$5|85500<1|$1|0$1|0<2|$6|731925$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$2|23$2|30$2|12$1|4$1|0$4|2004$6|731924$5|84600<1|$1|0$1|0<2|$6|731925$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|EE9B2B93-35CC-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|72$1|6$3|346$2|20$1|0$2|12$1|4$1|0$4|2004$6|731926$5|72000<1|$1|0$1|0<2|$6|731927$4|3600$4|2005<25|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|11$2|72$1|6$3|346$2|19$1|0$2|12$1|4$1|0$4|2004$6|731926$5|68400<1|$1|0$1|0<2|$6|731927$1|0$4|2005$14|another weekly$36|EE9B2B93-35CC-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|A94F4AE4-431A-11D9-9399-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|73$1|7$3|347$2|18$1|0$2|12$1|4$1|0$4|2004$6|731927$5|64800<1|$1|0$1|0<2|$6|731927$5|82800$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|61$1|2$3|335$2|16$2|56$2|11$1|4$2|23$4|2004$6|731915$5|60983<1|$1|0$1|0<2|$6|731915$5|78983$4|2005>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|73$1|7$3|347$2|17$1|0$2|12$1|4$1|0$4|2004$6|731927$5|61200<1|$1|0$1|0<2|$6|731927$5|79200$4|2005$6|sunday$36|A94F4AE4-431A-11D9-9399-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|74$1|1$3|348$2|19$1|0$2|12$1|4$1|0$4|2004$6|731928$5|68400<1|$1|0$1|0<2|$6|731929$1|0$4|2005<26|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|74$1|1$3|348$2|18$1|0$2|12$1|4$1|0$4|2004$6|731928$5|64800<1|$1|0$1|0<2|$6|731928$5|82800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|76$1|3$3|350$2|19$1|0$2|12$1|4$1|0$4|2004$6|731930$5|68400<1|$1|0$1|0<2|$6|731931$1|0$4|2005<26|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|76$1|3$3|350$2|18$1|0$2|12$1|4$1|0$4|2004$6|731930$5|64800<1|$1|0$1|0<2|$6|731930$5|82800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|77$1|4$3|351$1|1$1|0$2|12$1|4$1|0$4|2004$6|731931$4|3600<1|$1|0$1|0<2|$6|731931$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|77$1|4$3|351$1|0$1|0$2|12$1|4$1|0$4|2004$6|731931$1|0<1|$1|0$1|0<2|$6|731931$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|76$1|3$3|350$2|23$2|45$2|12$1|4$1|0$4|2004$6|731930$5|85500<1|$1|0$1|0<2|$6|731931$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|15$2|76$1|3$3|350$2|23$2|30$2|12$1|4$1|0$4|2004$6|731930$5|84600<1|$1|0$1|0<2|$6|731931$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|78$1|5$3|352$1|1$1|0$2|12$1|4$1|0$4|2004$6|731932$4|3600<1|$1|0$1|0<2|$6|731932$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|17$2|78$1|5$3|352$1|0$1|0$2|12$1|4$1|0$4|2004$6|731932$1|0<1|$1|0$1|0<2|$6|731932$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|77$1|4$3|351$2|23$2|45$2|12$1|4$1|0$4|2004$6|731931$5|85500<1|$1|0$1|0<2|$6|731932$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|77$1|4$3|351$2|23$2|30$2|12$1|4$1|0$4|2004$6|731931$5|84600<1|$1|0$1|0<2|$6|731932$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|2$2|63$1|4$3|337$1|1$1|0$2|12$1|4$1|0$4|2004$6|731917$4|3600<1|$1|0$1|0<2|$6|731917$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|2$2|63$1|4$3|337$1|0$1|0$2|12$1|4$1|0$4|2004$6|731917$1|0<1|$1|0$1|0<2|$6|731917$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$2|23$2|45$2|12$1|4$1|0$4|2004$6|731916$5|85500<1|$1|0$1|0<2|$6|731917$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$2|62$1|3$3|336$2|23$2|30$2|12$1|4$1|0$4|2004$6|731916$5|84600<1|$1|0$1|0<2|$6|731917$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|81$1|1$3|355$2|19$1|0$2|12$1|4$1|0$4|2004$6|731935$5|68400<1|$1|0$1|0<2|$6|731936$1|0$4|2005<26|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|81$1|1$3|355$2|18$1|0$2|12$1|4$1|0$4|2004$6|731935$5|64800<1|$1|0$1|0<2|$6|731935$5|82800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|84$1|4$3|358$1|1$1|0$2|12$1|4$1|0$4|2004$6|731938$4|3600<1|$1|0$1|0<2|$6|731938$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|84$1|4$3|358$1|0$1|0$2|12$1|4$1|0$4|2004$6|731938$1|0<1|$1|0$1|0<2|$6|731938$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|22$2|83$1|3$3|357$2|23$2|45$2|12$1|4$1|0$4|2004$6|731937$5|85500<1|$1|0$1|0<2|$6|731938$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|22$2|83$1|3$3|357$2|23$2|30$2|12$1|4$1|0$4|2004$6|731937$5|84600<1|$1|0$1|0<2|$6|731938$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|24$2|85$1|5$3|359$1|1$1|0$2|12$1|4$1|0$4|2004$6|731939$4|3600<1|$1|0$1|0<2|$6|731939$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|24$2|85$1|5$3|359$1|0$1|0$2|12$1|4$1|0$4|2004$6|731939$1|0<1|$1|0$1|0<2|$6|731939$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|84$1|4$3|358$2|23$2|45$2|12$1|4$1|0$4|2004$6|731938$5|85500<1|$1|0$1|0<2|$6|731939$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|84$1|4$3|358$2|23$2|30$2|12$1|4$1|0$4|2004$6|731938$5|84600<1|$1|0$1|0<2|$6|731939$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|EE9B2B93-35CC-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|25$2|86$1|6$3|360$2|20$1|0$2|12$1|4$1|0$4|2004$6|731940$5|72000<1|$1|0$1|0<2|$6|731941$4|3600$4|2005<25|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|25$2|86$1|6$3|360$2|19$1|0$2|12$1|4$1|0$4|2004$6|731940$5|68400<1|$1|0$1|0<2|$6|731941$1|0$4|2005$14|another weekly$36|EE9B2B93-35CC-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|3$2|64$1|5$3|338$1|1$1|0$2|12$1|4$1|0$4|2004$6|731918$4|3600<1|$1|0$1|0<2|$6|731918$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|3$2|64$1|5$3|338$1|0$1|0$2|12$1|4$1|0$4|2004$6|731918$1|0<1|$1|0$1|0<2|$6|731918$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|2$2|63$1|4$3|337$2|23$2|45$2|12$1|4$1|0$4|2004$6|731917$5|85500<1|$1|0$1|0<2|$6|731918$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|2$2|63$1|4$3|337$2|23$2|30$2|12$1|4$1|0$4|2004$6|731917$5|84600<1|$1|0$1|0<2|$6|731918$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|91$1|4$3|365$1|1$1|0$2|12$1|4$1|0$4|2004$6|731945$4|3600<1|$1|0$1|0<2|$6|731945$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|91$1|4$3|365$1|0$1|0$2|12$1|4$1|0$4|2004$6|731945$1|0<1|$1|0$1|0<2|$6|731945$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|29$2|90$1|3$3|364$2|23$2|45$2|12$1|4$1|0$4|2004$6|731944$5|85500<1|$1|0$1|0<2|$6|731945$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|29$2|90$1|3$3|364$2|23$2|30$2|12$1|4$1|0$4|2004$6|731944$5|84600<1|$1|0$1|0<2|$6|731945$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%4|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90$36|D97AFD6E-3DCB-11D9-A9BF-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|31$2|92$1|5$3|366$1|1$1|0$2|12$1|4$1|0$4|2004$6|731946$4|3600<1|$1|0$1|0<2|$6|731946$5|21600$4|2005<27|<28|$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|91$1|4$3|365$2|23$2|45$2|12$1|4$1|0$4|2004$6|731945$5|85500<1|$1|0$1|0<2|$6|731946$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|30$2|91$1|4$3|365$2|23$2|30$2|12$1|4$1|0$4|2004$6|731945$5|84600<1|$1|0$1|0<2|$6|731946$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|allday$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|1$1|1$1|6$1|1$1|0$1|0$1|1$1|1$1|0$4|2005$6|731947$1|0<1|$1|0$1|0<2|$6|731947$5|18000$4|2006>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|23$2|54$1|2$3|328$2|22$2|52$2|11$1|4$2|46$4|2004$6|731908$5|82366<1|$1|0$1|0<2|$6|731909$5|13966$4|2005<28|$8|eoy all$36|D97AFD6E-3DCB-11D9-A9BF-000D93C45D90$1|1$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|6$2|67$1|1$3|341$2|19$1|0$2|12$1|4$1|0$4|2004$6|731921$5|68400<1|$1|0$1|0<2|$6|731922$1|0$4|2005<26|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|6$2|67$1|1$3|341$2|18$1|0$2|12$1|4$1|0$4|2004$6|731921$5|64800<1|$1|0$1|0<2|$6|731921$5|82800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|1C98FD62-35C6-11D9-8110-000D93C45D90%14|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|19$1|0$2|12$1|4$1|0$4|2004$6|731923$5|68400<1|$1|0$1|0<2|$6|731924$1|0$4|2005<26|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|18$1|0$2|12$1|4$1|0$4|2004$6|731923$5|64800<1|$1|0$1|0<2|$6|731923$5|82800$4|2005$7|mon/wed$36|1C98FD62-35C6-11D9-8110-000D93C45D90$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90%2|$36|5A4E636A-35E7-11D9-9E64-000D93C45D90%16|$5|DTEND$7|DTSTAMP$7|DTSTART$7|SUMMARY$3|UID$6|VALARM$5|hours$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$1|1$1|0$2|12$1|4$1|0$4|2004$6|731924$4|3600<1|$1|0$1|0<2|$6|731924$5|21600$4|2005<27|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|9$2|70$1|4$3|344$1|0$1|0$2|12$1|4$1|0$4|2004$6|731924$1|0<1|$1|0$1|0<2|$6|731924$5|18000$4|2005$5|weird$36|5A4E636A-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|23$2|45$2|12$1|4$1|0$4|2004$6|731923$5|85500<1|$1|0$1|0<2|$6|731924$5|17100$4|2005%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$1|8$2|69$1|3$3|343$2|23$2|30$2|12$1|4$1|0$4|2004$6|731923$5|84600<1|$1|0$1|0<2|$6|731924$5|16200$4|2005$4|1.00$36|7CCE8555-3516-11D9-8A43-000D93C45D90@4|%18|$9|COMPLETED$7|DTSTAMP$7|DTSTART$8|PRIORITY$6|STATUS$7|SUMMARY$3|UID$3|URL$5|idref<29|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|21$2|49$2|11$1|4$2|52$4|2004$6|731898$5|78592<1|$1|0$1|0<2|$6|731899$5|10192$4|2005<29|$1|9$9|COMPLETED$6|todo 1$36|B78E68F2-35E7-11D9-9E64-000D93C45D90$9|mailto:me$36|7CCE8555-3516-11D9-8A43-000D93C45D90%16|$7|DTSTAMP$7|DTSTART$3|DUE$8|PRIORITY$7|SUMMARY$3|UID$6|VALARM$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|10$2|71$1|5$3|345$2|23$1|2$2|12$1|4$2|10$4|2004$6|731925$5|82930<1|$1|0$1|0<2|$6|731926$5|14530$4|2005<29|>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|20$2|51$1|6$3|325$1|0$1|0$2|11$1|4$1|0$4|2004$6|731905$1|0<1|$1|0$1|0<2|$6|731905$5|18000$4|2005$1|1$6|todo 2$36|BC83F9D2-35E7-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$6|ATTACH$4|when$9|PROCEDURE$39|file://localhost/Applications/iCal.app/>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$1|0$1|2$2|11$1|4$1|0$4|2004$6|731898$3|120<1|$1|0$1|0<2|$6|731898$5|18120$4|2005%10|$6|ACTION$8|ATTENDEE$11|DESCRIPTION$7|SUMMARY$4|when$5|EMAIL@1|%2|$5|value$11|mailto:rick$25|This is an event reminder$18|Alarm notification>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|12$2|43$1|5$3|317$2|23$2|45$2|11$1|4$1|0$4|2004$6|731897$5|85500<1|$1|0$1|0<2|$6|731898$5|17100$4|2005$36|7CCE8555-3516-11D9-8A43-000D93C45D90%16|$7|DTSTAMP$7|DTSTART$3|DUE$8|PRIORITY$7|SUMMARY$3|UID$6|VALARM$5|idref>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|16$2|47$1|2$3|321$2|21$2|19$2|11$1|4$2|21$4|2004$6|731901$5|76761<1|$1|0$1|0<2|$6|731902$4|8361$4|2005<5|<9|$1|5$6|todo 3$36|0BC74A86-35E9-11D9-9E64-000D93C45D90@2|%6|$6|ACTION$6|ATTACH$4|when$9|PROCEDURE$56|file://localhost/Users/rick/Documents/businesscard.bcard<30|%6|$6|ACTION$11|DESCRIPTION$4|when$7|DISPLAY$14|Event reminder<30|$36|7CCE8555-3516-11D9-8A43-000D93C45D90%14|$11|DESCRIPTION$7|DTSTAMP$7|DTSTART$8|PRIORITY$7|SUMMARY$3|UID$5|idref$8|not much>)0|%22|$9|formatter$7|local_c$13|local_rd_days$13|local_rd_secs$6|locale$15|offset_modifier$11|rd_nanosecs$2|tz$11|utc_rd_days$11|utc_rd_secs$8|utc_year_%20|$3|day$14|day_of_quarter$11|day_of_week$11|day_of_year$4|hour$6|minute$5|month$7|quarter$6|second$4|year$2|13$2|44$1|6$3|318$2|22$2|34$2|11$1|4$2|28$4|2004$6|731898$5|81268<1|$1|0$1|0<2|$6|731899$5|12868$4|2005<29|$2|99$6|todo 4$36|FF6841B4-35ED-11D9-98FE-000D93C45D90$36|7CCE8555-3516-11D9-8A43-000D93C45D90 \ No newline at end of file