From 07df224c0006f4e1dc24b4be8cdef1809eaf9e08 Mon Sep 17 00:00:00 2001 From: NaoKreuzeder Date: Wed, 6 Dec 2023 13:33:46 +0100 Subject: [PATCH] added name to calendar --- lib/src/models/calendar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/models/calendar.dart b/lib/src/models/calendar.dart index 3b26465a..f8ee5863 100644 --- a/lib/src/models/calendar.dart +++ b/lib/src/models/calendar.dart @@ -22,7 +22,7 @@ class Calendar { String? accountType; /// The name of this calendar (the other one up is the "display name") - String? name_; + // String? name_; Calendar({ this.id,