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
Age
Commit message (
Collapse
)
Author
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
2020-11-24
Major rewrite
Jonas Smedegaard