diff options
Diffstat (limited to 'bin/events2md.pl')
-rwxr-xr-x | bin/events2md.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl index a83fd13..05081d1 100755 --- a/bin/events2md.pl +++ b/bin/events2md.pl @@ -212,7 +212,7 @@ if ( $log->is_trace ) { # 3. PROPFIND with depth: 1 # as documented at <https://stackoverflow.com/a/11673483> -# serialize calendar events +# select subset of calendar events $log->debug('serialize calendar events...'); my $start; if ( $ENV{CAL_DAV_NOW} ) { @@ -241,6 +241,8 @@ if ( $log->is_trace ) { use DDP; p @events; } + +# serialize calendar view my $output_path; if ($OUTPUT_FILE) { $output_path = path($OUTPUT_FILE); |