kizitonwose / Calendar

A highly customizable calendar view and compose library for Android and Kotlin Multiplatform.
MIT License
4.67k stars 505 forks source link

Does it support adding events? #484

Closed DanteAndroid closed 1 year ago

DanteAndroid commented 1 year ago

Library information:

Question:

Sorry, but I didn't find any events related document.

kizitonwose commented 1 year ago

The library does not provide any event logic internally so you have to handle this yourself. You can see example 5 in the sample project for a flight schedule implementation.