summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/events2md.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/events2md.pl b/bin/events2md.pl
index c694d9a..afef569 100755
--- a/bin/events2md.pl
+++ b/bin/events2md.pl
@@ -141,7 +141,7 @@ if ( $log->is_trace ) {
# serialize calendar events
$log->debug('serialize calendar events...');
my $start = DateTime->now;
-my $end = $start->clone->add( months => 1 );
+my $end = $start->clone->add( months => 6 );
my $parser = iCal::Parser->new( start => $start, end => $end );
my $events = $parser->parse_strings( $calendar->as_string );
if ( $log->is_trace ) {