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/cybozu2ical

    r520 r521  
    193193      if $opt{url}; 
    194194 
     195    # $args{class}  = $item->is_private ? 'PRIVATE'     : 'PUBLIC'; 
     196    # $args{transp} = $item->is_private ? 'TRANSPARENT' : 'OPAQUE'; 
     197 
    195198    $args{comment} = decode_utf8( $item->comment ) 
    196199      if $opt{debug} && $item->comment;