progress
This commit is contained in:
@@ -20,12 +20,14 @@ type Access struct {
|
||||
type Calendar struct {
|
||||
ID string `yaml:"id"`
|
||||
Owner string `yaml:"owner"`
|
||||
Color string `yaml:"color,omitempty"`
|
||||
Access []Access `yaml:"access,omitempty"`
|
||||
}
|
||||
|
||||
type Aggregate struct {
|
||||
ID string `yaml:"id"`
|
||||
Owner string `yaml:"owner"`
|
||||
Color string `yaml:"color,omitempty"`
|
||||
Sources []string `yaml:"sources"` // Calendar IDs
|
||||
Access []Access `yaml:"access,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user