index
:
event
master
Redpill: Scheduling of calendar events
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
events2md.pl
Age
Commit message (
Collapse
)
Author
2024-08-27
tidy script
Jonas Smedegaard
2024-08-27
use Feature::Compat::Try (not Try::Tiny); log failure to parse URI
Jonas Smedegaard
2024-08-27
handle event without end time
Jonas Smedegaard
2024-08-27
tidy script
Jonas Smedegaard
2024-08-27
skip events without subject
Jonas Smedegaard
2024-08-27
use Data::ICal::DateTime (not iCal::Parser)
Jonas Smedegaard
2024-08-27
render 6 months (not 1 month)
Jonas Smedegaard
2024-08-27
stop use List::MoreUtils
Jonas Smedegaard
2024-08-27
simplify event sorting using the Schwartzian Transform
Jonas Smedegaard
2024-08-27
fix tolerate missing summary
Jonas Smedegaard
2024-08-27
support passing local file/dir URI instead of CalDAV URIs
Jonas Smedegaard
2024-08-27
restructure: wrap credentials resolving and calendar fetching in URI check
Jonas Smedegaard
2024-08-27
tidy: define scope start and end when used
Jonas Smedegaard
2024-08-27
restructure: pass start and end times to print_event() (not whole ↵
Jonas Smedegaard
iCal::Parser object)
2024-08-27
fix 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-27
tidy: rename internal variable calendar_event -> entry
Jonas Smedegaard
2024-08-27
restructure composition of output
Jonas Smedegaard
2024-08-27
fix add newline betwen description and guides in output
Jonas Smedegaard
2024-08-27
fix separate description from trailing single-line notes in output
Jonas Smedegaard
2024-08-27
add 'Læs mere her' URLs to output
Jonas Smedegaard
2024-08-27
tidy newlines in output
Jonas Smedegaard
2024-08-27
add script events2md.pl
Jonas Smedegaard