summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/events2md.pl1
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, );
}