index
:
bynu
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
events2md.pl
Age
Commit message (
Expand
)
Author
2024-06-19
support holdbar.com link attachments
Jonas Smedegaard
2024-03-10
parse time shift from environment variable CAL_DAV_NOW
Jonas Smedegaard
2024-03-10
log time scope
Jonas Smedegaard
2024-03-10
tidy script
Jonas Smedegaard
2024-03-10
use Feature::Compat::Try (not Try::Tiny); log failure to parse URI
Jonas Smedegaard
2024-03-10
handle event without end time
Jonas Smedegaard
2024-03-10
tidy script
Jonas Smedegaard
2024-03-10
skip events without subject
Jonas Smedegaard
2024-03-10
use Data::ICal::DateTime (not iCal::Parser)
Jonas Smedegaard
2023-10-08
render 6 months (not 1 month)
Jonas Smedegaard
2021-06-29
stop use List::MoreUtils
Jonas Smedegaard
2021-06-29
simplify event sorting using the Schwartzian Transform
Jonas Smedegaard
2021-06-29
fix tolerate missing summary
Jonas Smedegaard
2021-05-20
support passing local file/dir URI instead of CalDAV URIs
Jonas Smedegaard
2021-05-20
restructure: wrap credentials resolving and calendar fetching in URI check
Jonas Smedegaard
2021-05-20
tidy: define scope start and end when used
Jonas Smedegaard
2021-05-20
restructure: pass start and end times to print_event() (not whole iCal::Parse...
Jonas Smedegaard
2021-05-20
fix use string entries from Data::ICal object (iCal::Parser is broken: not on...
Jonas Smedegaard
2021-05-20
tidy: rename internal variable calendar_event -> entry
Jonas Smedegaard
2021-05-20
restructure composition of output
Jonas Smedegaard
2021-05-19
fix add newline betwen description and guides in output
Jonas Smedegaard
2021-05-19
fix separate description from trailing single-line notes in output
Jonas Smedegaard
2021-05-19
add 'Læs mere her' URLs to output
Jonas Smedegaard
2021-05-19
tidy newlines in output
Jonas Smedegaard
2021-05-19
add script events2md.pl
Jonas Smedegaard