diff --git a/Program.cs b/Program.cs index cac1fd6..1d44c61 100644 --- a/Program.cs +++ b/Program.cs @@ -103,8 +103,12 @@ namespace director Console.WriteLine($"calendars checked, looks like event {copy.Occurrence._event.Uid} thing is handled"); } } + else + { + Console.WriteLine($"{s.Occurrence._event.Summary} is a while out {s.Showtime}, will come back to it later."); + } } - Console.WriteLine("calendars checked"); + Console.WriteLine($"calendars checked, {scratch.agenda.Count()} items on agenda"); } private static async Task checkCalendar(string calendarUri) diff --git a/director.csproj b/director.csproj index 1495279..aeee517 100644 --- a/director.csproj +++ b/director.csproj @@ -7,7 +7,7 @@ - +