Show
Ignore:
Timestamp:
09/05/08 19:50:24 (4 months ago)
Author:
ogawa
Message:

Add is_private and is_shared methods to Calendar::Entry class.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cybozu2ical/trunk/lib/WWW/CybozuOffice6/CalendarDriver/ApiCalendar.pm

    r518 r521  
    106106        my %param; 
    107107        @param{ 
    108             qw(id timestamp type day set_date end_date set_time end_time event detail memo) 
    109           } = @fields[ 0, 1, 4, 5, 8 .. 11, 12 .. 14 ]; 
     108            qw(id timestamp shared type day private banner set_date end_date set_time end_time event detail memo) 
     109          } = @fields[ 0 .. 2, 4 .. 14 ]; 
    110110 
    111111        $param{time_zone} = $cal->{time_zone} || 'Asia/Tokyo';