mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-06-15 09:45:07 -04:00
Add another national day source since DOTY is broken
This commit is contained in:
13
Calendar/Service/Models/HolidayCalendar/Item.cs
Normal file
13
Calendar/Service/Models/HolidayCalendar/Item.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace ChrisKaczor.HomeMonitor.Calendar.Service.Models.HolidayCalendar;
|
||||
|
||||
[PublicAPI]
|
||||
public class Item
|
||||
{
|
||||
public required string Id { get; set; }
|
||||
public required string Name { get; set; }
|
||||
public required string Excerpt { get; set; }
|
||||
public required string Url { get; set; }
|
||||
public required string Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user