Skip to content

Commit

Permalink
added name to calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
NaoKreuzeder committed Dec 6, 2023
1 parent 5c1c843 commit 07df224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/models/calendar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 07df224

Please sign in to comment.