Skip to content

Commit

Permalink
[Updated] ~Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-manshu committed Mar 20, 2022
1 parent f252bf9 commit 3bcc532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ data class KalendarEvent(
val date: LocalDate,
val eventName: String,
val eventDescription: String? = null,
val eventType: EventType = EventType.EVENT,
val eventType: EventType = EventType.Event,
)
```

Expand All @@ -156,7 +156,7 @@ Here,
- date: The Localdate on which the event is recorded
- eventName: Pass a name for the event.
- eventDescription: Pass a description for the event.
- eventType : Pass the type of event, possible values under enum `EventType` { GOAL, REMINDER, TASK, EVENT }
- eventType : Pass the type of event, possible values under enum `EventType` { Goal, Reminder, Task, Event }

If the event is marked it looks like,

Expand Down

0 comments on commit 3bcc532

Please sign in to comment.