mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
update structure
parent
2d398936cb
commit
ba6dda802a
1 changed files with 18 additions and 22 deletions
|
@ -10,45 +10,41 @@
|
|||
└─[d] /lib
|
||||
└─[d] /radicale
|
||||
└─[d] /collections
|
||||
└─[d] /collection-root
|
||||
├─[d] USER1
|
||||
│ ├─[d] MyCalendar (Collection)
|
||||
├─[d] /collection-shared (optional)
|
||||
│ ├─[d] sharedcalendar1 (Collection)
|
||||
│ │ ├─[d] .Radicale.cache (automatic generated)
|
||||
│ │ ├─[f] .Radicale.props (set: VEVENT)
|
||||
│ │ ├─[f] schedule1.ics
|
||||
│ │ ├...
|
||||
│ │ └─[f] scheduleX.ics
|
||||
│ ├─[d] MyAddressbook (Collection)
|
||||
│ │ ├─[d] .Radicale.cache (automatic generated)
|
||||
│ │ ├─[f] .Radicale.props (set: VJOURNAL)
|
||||
│ │ ├─[f] contact1.vcf
|
||||
│ │ ├...
|
||||
│ │ └─[f] contactX.vcf
|
||||
│ ├─[l] GroupAddressbook1 -> ../SHARED/GroupAddressbook1
|
||||
│ └─[l] GroupCalendar1 -> ../SHARED/GroupCalendar1
|
||||
│
|
||||
├─[d] USER2
|
||||
│ ├ ...
|
||||
│ ├─[l] GroupAddressbook2 -> ../SHARED/GroupAddressbook2
|
||||
│ └─[l] GroupCalendar2 -> ../SHARED/GroupCalendar2
|
||||
│
|
||||
└─[d] SHARED
|
||||
├─[d] GroupCalendar1 (Collection)
|
||||
│ ├─[d] .Radicale.cache (automatic generated)
|
||||
│ ├─[f] .Radicale.props (set: VEVENT)
|
||||
│ ├─[f] sharedschedule1.ics
|
||||
│ ├─[f] ...
|
||||
│ └─[f] sharedscheduleX.ics
|
||||
├─[d] GroupCalendar2 (Collection)
|
||||
...
|
||||
├─[d] GroupAddressbook1 (Collection)
|
||||
│ │ ├─[f] sharedschedule1.ics
|
||||
│ │ ├─[f] ...
|
||||
│ │ └─[f] sharedscheduleX.ics
|
||||
│ └─[d] sharedaddressbook1 (Collection)
|
||||
│ ├─[d] .Radicale.cache (automatic generated)
|
||||
│ ├─[f] .Radicale.props (set: VJOURNAL)
|
||||
│ ├─[f] sharedcontact1.vcf
|
||||
│ ├─[f] ...
|
||||
│ └─[f] sharedcontactX.vcf
|
||||
├─[d] GroupAddressbook2 (Collection)
|
||||
...
|
||||
│
|
||||
└─[d] /collection-root
|
||||
├─[d] USER1
|
||||
│ ├─[d] mycalendar1 (Collection)
|
||||
│ │ ├─[d] .Radicale.cache (automatic generated)
|
||||
│ │ ├─[f] .Radicale.props (set: VEVENT)
|
||||
│ │ ├─[f] schedule1.ics
|
||||
│ │ ├...
|
||||
│ │ └─[f] scheduleX.ics
|
||||
│ ├─[d] myaddressbook1 (Collection)
|
||||
│ │ ├─[d] .Radicale.cache (automatic generated)
|
||||
│ │ ├─[f] .Radicale.props (set: VJOURNAL)
|
||||
│ │ ├─[f] contact1.vcf
|
||||
│ │ ├...
|
||||
│ │ └─[f] contactX.vcf
|
||||
│ ├─[l] sharedcalendar1 -> ../../collection-shared/sharedcalendar1
|
||||
│ └─[l] sharedaddressbook1 -> ../../collection-shared/sharedaddressbook1
|
||||
│
|
||||
├─[d] USER2
|
||||
│ ├ ...
|
||||
│ ├─[l] GroupAddressbook2 -> ../SHARED/GroupAddressbook2
|
||||
│ └─[l] GroupCalendar2 -> ../SHARED/GroupCalendar2
|
||||
```
|
||||
|
||||
## Collection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue