Changeset 363
- Timestamp:
- 03/22/07 16:34:31 (20 months ago)
- Location:
- cybozu2ical/trunk
- Files:
-
- 2 modified
-
cybozu2ical (modified) (2 diffs)
-
lib/WWW/CybozuOffice6/Calendar.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cybozu2ical/trunk/cybozu2ical
r361 r363 21 21 22 22 my %opt = (conf => 'config.yaml'); 23 GetOptions(\%opt, 'help', ' conf=s') or pod2usage(2);23 GetOptions(\%opt, 'help', 'debug', 'conf=s') or pod2usage(2); 24 24 pod2usage(1) if $opt{help}; 25 25 … … 44 44 description => decode_utf8($item->{description}), 45 45 created => to_icaldate($item->{created}), 46 dtstamp => to_icaldate($item->{modified}) 46 dtstamp => to_icaldate($item->{modified}), 47 47 ); 48 49 $args{comment} = decode_utf8($item->{debug_info}) 50 if $opt{debug} && $item->{debug_info}; 48 51 49 52 if ($item->{is_full_day}) { -
cybozu2ical/trunk/lib/WWW/CybozuOffice6/Calendar.pm
r359 r363 54 54 $this->_parse_recurrent_event(@fields) : 55 55 $this->_parse_general_event(@fields); 56 $item->{debug_info} = $line; # save the CSV line as for debug info. 56 57 push @items, $item if $item; 57 58 }
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)