mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
Ability to create predefined calendar or(and) addressbook for new user
This commit is contained in:
parent
7340ddc9d2
commit
f7e01d55ed
4 changed files with 60 additions and 2 deletions
|
@ -870,6 +870,26 @@ Command that is run after changes to storage. Take a look at the
|
|||
|
||||
Default:
|
||||
|
||||
##### predefined_collections
|
||||
|
||||
Create predefined user collections
|
||||
|
||||
Example:
|
||||
|
||||
{
|
||||
"def-addressbook": {
|
||||
"D:displayname": "Personal Address Book",
|
||||
"tag": "VADDRESSBOOK"
|
||||
},
|
||||
"def-calendar": {
|
||||
"C:supported-calendar-component-set": "VEVENT,VJOURNAL,VTODO",
|
||||
"D:displayname": "Personal Calendar",
|
||||
"tag": "VCALENDAR"
|
||||
}
|
||||
}
|
||||
|
||||
Default:
|
||||
|
||||
#### web
|
||||
|
||||
##### type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue