Refactor predefined user collections
- Overhauled collection keys for consistency - Added Work Address Book - Added Birthday and Work calendars - Personal calendar and address book maintained
This commit is contained in:
23
config
23
config
@@ -268,18 +268,31 @@
|
|||||||
#
|
#
|
||||||
# json format:
|
# json format:
|
||||||
#
|
#
|
||||||
# {
|
# predefined_collections = {
|
||||||
# "def-addressbook": {
|
# "def-personal-addressbook": {
|
||||||
# "D:displayname": "Personal Address Book",
|
# "D:displayname": "Personal Address Book",
|
||||||
# "tag": "VADDRESSBOOK"
|
# "tag": "VADDRESSBOOK"
|
||||||
# },
|
# },
|
||||||
# "def-calendar": {
|
# "def-work-addressbook": {
|
||||||
|
# "D:displayname": "Work Address Book",
|
||||||
|
# "tag": "VADDRESSBOOK"
|
||||||
|
# },
|
||||||
|
# "def-personal-calendar": {
|
||||||
# "C:supported-calendar-component-set": "VEVENT,VJOURNAL,VTODO",
|
# "C:supported-calendar-component-set": "VEVENT,VJOURNAL,VTODO",
|
||||||
# "D:displayname": "Personal Calendar",
|
# "D:displayname": "Personal Calendar",
|
||||||
# "tag": "VCALENDAR"
|
# "tag": "VCALENDAR"
|
||||||
|
# },
|
||||||
|
# "def-birthday-calendar": {
|
||||||
|
# "C:supported-calendar-component-set": "VEVENT",
|
||||||
|
# "D:displayname": "Birthday Calendar",
|
||||||
|
# "tag": "VCALENDAR"
|
||||||
|
# },
|
||||||
|
# "def-work-calendar": {
|
||||||
|
# "C:supported-calendar-component-set": "VEVENT",
|
||||||
|
# "D:displayname": "Work Calendar",
|
||||||
|
# "tag": "VCALENDAR"
|
||||||
|
# },
|
||||||
# }
|
# }
|
||||||
# }
|
|
||||||
#
|
|
||||||
#predefined_collections =
|
#predefined_collections =
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user