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/SyncCalendar.pm

    r518 r521  
    6969 
    7070        my %param; 
    71         @param{ qw(id timestamp set_time end_time type day event detail memo) 
    72           } = @fields[ 0, 1, 5 .. 8, 11 .. 13 ]; 
     71        @param{ 
     72            qw(id timestamp set_time end_time type day private banner event detail memo) 
     73          } = @fields[ 0, 1, 5 .. 13 ]; 
    7374 
    7475        $param{time_zone} = $cal->{time_zone} || 'Asia/Tokyo';