Re: [Module] CalendarEx - Gadget (all OS)
Posted: Thu Dec 23, 2021 5:00 pm
more specific the follow entry will not work because of a year change
but this works as expected
Code: Select all
CalendarEx::AddEntry(#Calendar, "Holidy", "Holiday: Summer", "", "", CalendarEx::GetDate(27, 12, 2021), CalendarEx::GetDate(9, 1, 2022))
Code: Select all
CalendarEx::AddEntry(#Calendar, "Holidy", "Holiday: Summer", "", "", CalendarEx::GetDate(27, 12, 2021), CalendarEx::GetDate(31, 12, 2021))