Skip to content

Commit

Permalink
Merge pull request #124 from tada-team/freq-descr
Browse files Browse the repository at this point in the history
add freq description
  • Loading branch information
melkayalenka authored Aug 11, 2022
2 parents ba6f50f + 6adbb54 commit 3201e78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions meetings.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ type MeetingsCreateRequest struct {
}

type Freq struct {
Frequency int32 `json:"frequency"`
FreqDays []int32 `json:"freq_days,omitempty"`
RepeatabilityType MeetingRepeatabilityType `json:"repeatability_type"`
Frequency int32 `json:"frequency"`
FreqDays []int32 `json:"freq_days,omitempty"`
RepeatabilityType MeetingRepeatabilityType `json:"repeatability_type"`
RepeatabilityDescription string `json:"repeatability_description,omitempty"`
}

type MeetingsUpdateRequest struct {
Expand Down

0 comments on commit 3201e78

Please sign in to comment.