Changeset 379
- Timestamp:
- 06/25/07 12:21:29 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cybozu2ical/trunk/lib/WWW/CybozuOffice6/Calendar.pm
r375 r379 60 60 # [ 0] id? | id? 61 61 # [ 1] created | created 62 # [ 2] <BLANK> x modified start_date63 # [ 3] start_date x start_date / end_date62 # [ 2] <BLANK> x start_date / end_date 63 # [ 3] start_date x initial start_date? 64 64 # [ 4] end_date x until_date 65 65 # [ 5] start_time | start_time … … 82 82 $item = WWW::CybozuOffice6::Calendar::Event->new(%param); 83 83 } else { 84 @param{qw(start_date end_date until_date)} = @fields[ 3,3,4];84 @param{qw(start_date end_date until_date)} = @fields[2,2,4]; 85 85 if ($num_fields > 13) { 86 86 my @exdates = @fields[14..$num_fields];
