Changeset 379

Show
Ignore:
Timestamp:
06/25/07 12:21:29 (1 year ago)
Author:
ogawa
Message:

See http://as-is.net/blog/archives/001121.html#comment-6355

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cybozu2ical/trunk/lib/WWW/CybozuOffice6/Calendar.pm

    r375 r379  
    6060        # [ 0] id?         | id? 
    6161        # [ 1] created     | created 
    62         # [ 2] <BLANK>     x modified start_date 
    63         # [ 3] start_date  x start_date / end_date 
     62        # [ 2] <BLANK>     x start_date / end_date 
     63        # [ 3] start_date  x initial start_date? 
    6464        # [ 4] end_date    x until_date 
    6565        # [ 5] start_time  | start_time 
     
    8282            $item = WWW::CybozuOffice6::Calendar::Event->new(%param); 
    8383        } 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]; 
    8585            if ($num_fields > 13) { 
    8686                my @exdates = @fields[14..$num_fields];