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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: