1
0
Fork 0
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:
IM 2024-04-22 12:23:24 +03:00
parent 7340ddc9d2
commit f7e01d55ed
4 changed files with 60 additions and 2 deletions

View file

@ -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