aboutsummaryrefslogtreecommitdiff
path: root/bin/events2md.pl
AgeCommit message (Expand)Author
2024-08-27tidy scriptJonas Smedegaard
2024-08-27use Feature::Compat::Try (not Try::Tiny); log failure to parse URIJonas Smedegaard
2024-08-27handle event without end timeJonas Smedegaard
2024-08-27tidy scriptJonas Smedegaard
2024-08-27skip events without subjectJonas Smedegaard
2024-08-27use Data::ICal::DateTime (not iCal::Parser)Jonas Smedegaard
2024-08-27render 6 months (not 1 month)Jonas Smedegaard
2024-08-27stop use List::MoreUtilsJonas Smedegaard
2024-08-27simplify event sorting using the Schwartzian TransformJonas Smedegaard
2024-08-27fix tolerate missing summaryJonas Smedegaard
2024-08-27support passing local file/dir URI instead of CalDAV URIsJonas Smedegaard
2024-08-27restructure: wrap credentials resolving and calendar fetching in URI checkJonas Smedegaard
2024-08-27tidy: define scope start and end when usedJonas Smedegaard
2024-08-27restructure: pass start and end times to print_event() (not whole iCal::Parse...Jonas Smedegaard
2024-08-27fix use string entries from Data::ICal object (iCal::Parser is broken: not on...Jonas Smedegaard
2024-08-27tidy: rename internal variable calendar_event -> entryJonas Smedegaard
2024-08-27restructure composition of outputJonas Smedegaard
2024-08-27fix add newline betwen description and guides in outputJonas Smedegaard
2024-08-27fix separate description from trailing single-line notes in outputJonas Smedegaard
2024-08-27add 'Læs mere her' URLs to outputJonas Smedegaard
2024-08-27tidy newlines in outputJonas Smedegaard
2024-08-27add script events2md.plJonas Smedegaard