bump franz to more cooperative version
This commit is contained in:
parent
d6e26f4543
commit
9f6be9c751
@ -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)
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user