aboutsummaryrefslogtreecommitdiff
path: root/bin/events2md.pl
AgeCommit message (Collapse)Author
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 ↵Jonas Smedegaard
iCal::Parser object)
2024-08-27fix use string entries from Data::ICal object (iCal::Parser is broken: not ↵Jonas Smedegaard
only fails to unescape characters but rewraps raw octets which breaks UTF-8 e.g. when danish å is first character after an auto-wrap that gets rewrapped)
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