Changeset 231
- Timestamp:
- 08/22/06 16:35:58 (2 years ago)
- Files:
-
- plagger/trunk/lib/Plagger/Plugin/Publish/iCal.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plagger/trunk/lib/Plagger/Plugin/Publish/iCal.pm
r230 r231 40 40 description => $entry->summary || $entry->body, 41 41 organizer => $entry->author, 42 url => $entry->link, 42 43 dtstart => join('', split('-', $date->ymd)), 43 44 dtend => join('', split('-', Plagger::Date->from_epoch(epoch => $date->epoch + 60*60*24)->ymd)),
