Changeset 315
- Timestamp:
- 04/21/06 13:43:25 (2 years ago)
- Files:
-
- cybozu2ical/trunk/cybozu2ical (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cybozu2ical/trunk/cybozu2ical
- Property svn:executable set to *
r314 r315 47 47 my $vcalendar = Data::ICal->new(); 48 48 $vcalendar->add_properties( 49 prodid => 'Cybozu2ICal', 50 version => $VERSION, 49 prodid => "-//as-is.net/Cybozu2ICal $VERSION//EN", 51 50 calscale => 'GREGORIAN', 52 51 method => 'PUBLISH', … … 63 62 my @fields = $csv->fields; 64 63 next if $#fields < 13; # num. of fields 64 65 next if $fields[2]; # skip recurrent events 65 66 66 67 my $epoch = $fields[1];
