You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kentyap, this calendar is just a representation of the underlying data source.
Once the underlying data source is changed, the calendar will be updated.
You need to build your own implementation of inserting/deleting event, usually it requires to manipulate your backend database.
The calendar itself provides some event for you.
For example, when you select a date in the month view, it triggers the onTimeSelected event, you can add some logic to add the event for that date.
When you select an event, it triggers onEventSelected event, you can add some logic to update and delete the event.
How to insert and delete an event into the calendar?
The text was updated successfully, but these errors were encountered: