bump franz to more cooperative version

This commit is contained in:
Adam R. Grey 2021-12-09 11:13:34 -05:00
parent d6e26f4543
commit 9f6be9c751
2 changed files with 6 additions and 2 deletions

View File

@ -103,8 +103,12 @@ namespace director
Console.WriteLine($"calendars checked, looks like event {copy.Occurrence._event.Uid} thing is handled"); 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) private static async Task checkCalendar(string calendarUri)

View File

@ -7,7 +7,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="silvermeddlists.franz" Version="0.0.7" /> <PackageReference Include="silvermeddlists.franz" Version="0.0.8" />
<PackageReference Include="Ical.Net" Version="4.2.0" /> <PackageReference Include="Ical.Net" Version="4.2.0" />
</ItemGroup> </ItemGroup>