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

Change name and/or color of existing calendar #533

Open SuperKrallan opened 3 months ago

SuperKrallan commented 3 months ago

I would like to be able to change the name and the color of a calendar.

Similar to the .createOrUpdateEvent(Event? event) I would like to see .createOrUpdateCalendar(Calendar? calendar), not just the .createCalendar(...) that we have today.

Describe alternatives you've considered A .updateCalendarName(String? name) and a .updateCalendarColor(Color? color) would work just as well.