Locations added
This commit is contained in:
@@ -17,5 +17,7 @@ type Event struct {
|
||||
ScheduleEnd time.Time `bun:"schedule_end,notnull" json:"end"`
|
||||
FullDay bool `bun:"full_day,notnull,default:false" json:"fullDay"`
|
||||
IsVisible bool `bun:"is_visible,notnull,default:true" json:"isVisible"`
|
||||
Description *string `bun:"description" json:"description,omitempty"`
|
||||
Location *string `bun:"location" json:"location,omitempty"`
|
||||
Rrule string `bun:"rrule" json:"rrule"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user