builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
259 stars 258 forks source link

How do you set the color of the event #517

Open peng093 opened 7 months ago

peng093 commented 7 months ago

This is easy to do on Android

values.put(CalendarContract.Events.EVENT_COLOR, param.getThemeColor());

This should be a relatively basic function, I suggest adding, thank you