Help for this page

Select Code to Download


  1. or download this
      use Data::ICal;
      use Data::ICal::Entry::Event;
    ...
      );
      $calendar->add_entry($vtodo);
      print $calendar->as_string;
    
  2. or download this
    BEGIN:VCALENDAR
    PRODID:Data::ICal 0.07
    ...
    SUMMARY:some fun
    END:VEVENT
    END:VCALENDAR