danheron / Heron.MudCalendar

Calendar component for MudBlazor
MIT License
151 stars 30 forks source link

Recurring appointment (Simple Version) #95

Closed KevinKrueger closed 6 months ago

KevinKrueger commented 7 months ago

What we need:

image

danheron commented 6 months ago

Heron.MudCalendar is designed to be flexible so you can add any additional properties you need and customise the display. Have a look at the 'Custom Content' section in the documents.

You would create a class that inherits from CalendarItem and includes the additional property 'IsRecurring'. Then create your own template to display it in the calendar.