diff options
Diffstat (limited to 'bin/events2md.pl')
-rwxr-xr-x | bin/events2md.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl index d7a4eb4..7cb41f0 100755 --- a/bin/events2md.pl +++ b/bin/events2md.pl @@ -141,6 +141,7 @@ if ($OUTPUT_FILE) { } for (@events) { + next unless $_->summary; print_event( $_, $_->start, $_->end, $output_path, ); } |