gismofx / toast_ui.blazor_calendar

Toast UI Calendar Wrapper For Blazor
MIT License
54 stars 8 forks source link

Implements tui.Calendar Api clear function #10

Closed paulsterling closed 2 years ago

paulsterling commented 2 years ago

Hi @gismofx -

This is a little update that adds the clear function from the tui.Calendar Api. I have some cases where I need to clear all the rendered Schedules and then re-create them with a different set of parameters. This works for that.

I also added a Clear Calendar button in the test project. I'll leave it to you to decide if that part should be left out.