Changeset 521 for cybozu2ical/trunk/lib/WWW/CybozuOffice6/Calendar/Event.pm
- Timestamp:
- 09/05/08 19:50:24 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cybozu2ical/trunk/lib/WWW/CybozuOffice6/Calendar/Event.pm
r520 r521 19 19 20 20 __PACKAGE__->mk_accessors( 21 qw( id start end summary description created time_zone modified is_ full_day comment )21 qw( id start end summary description created time_zone modified is_shared is_private is_full_day comment ) 22 22 ); 23 23 … … 52 52 $this->summary($summary); 53 53 $this->description( $param{memo} || $summary ); 54 55 $this->is_shared(1) if $param{shared}; 56 $this->is_private(1) if $param{private}; 54 57 1; 55 58 } … … 63 66 return 64 67 unless $ymd 65 && ( $ymd =~ m!^da\.(\d+)\.(\d+)\.(\d+)$!66 || $ymd =~ m!^(\d+)/(\d+)/(\d+)$! );68 && ( $ymd =~ m!^da\.(\d+)\.(\d+)\.(\d+)$! 69 || $ymd =~ m!^(\d+)/(\d+)/(\d+)$! ); 67 70 @args{qw(year month day)} = ( $1, $2, $3 ); 68 71
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)