Changeset 231

Show
Ignore:
Timestamp:
08/22/06 16:35:58 (2 years ago)
Author:
miya
Message:

Publish::iCal: add url property

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plagger/trunk/lib/Plagger/Plugin/Publish/iCal.pm

    r230 r231  
    4040            description => $entry->summary || $entry->body, 
    4141            organizer   => $entry->author, 
     42            url         => $entry->link, 
    4243            dtstart     => join('', split('-', $date->ymd)), 
    4344            dtend       => join('', split('-', Plagger::Date->from_epoch(epoch => $date->epoch + 60*60*24)->ymd)),