1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

update structure

Peter Bieringer 2024-06-10 22:02:38 +02:00
parent 2d398936cb
commit ba6dda802a

@ -10,45 +10,41 @@
└─[d] /lib └─[d] /lib
└─[d] /radicale └─[d] /radicale
└─[d] /collections └─[d] /collections
├─[d] /collection-shared (optional)
│ ├─[d] sharedcalendar1 (Collection)
│ │ ├─[d] .Radicale.cache (automatic generated)
│ │ ├─[f] .Radicale.props (set: VEVENT)
│ │ ├─[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] /collection-root └─[d] /collection-root
├─[d] USER1 ├─[d] USER1
│ ├─[d] MyCalendar (Collection) │ ├─[d] mycalendar1 (Collection)
│ │ ├─[d] .Radicale.cache (automatic generated) │ │ ├─[d] .Radicale.cache (automatic generated)
│ │ ├─[f] .Radicale.props (set: VEVENT) │ │ ├─[f] .Radicale.props (set: VEVENT)
│ │ ├─[f] schedule1.ics │ │ ├─[f] schedule1.ics
│ │ ├... │ │ ├...
│ │ └─[f] scheduleX.ics │ │ └─[f] scheduleX.ics
│ ├─[d] MyAddressbook (Collection) │ ├─[d] myaddressbook1 (Collection)
│ │ ├─[d] .Radicale.cache (automatic generated) │ │ ├─[d] .Radicale.cache (automatic generated)
│ │ ├─[f] .Radicale.props (set: VJOURNAL) │ │ ├─[f] .Radicale.props (set: VJOURNAL)
│ │ ├─[f] contact1.vcf │ │ ├─[f] contact1.vcf
│ │ ├... │ │ ├...
│ │ └─[f] contactX.vcf │ │ └─[f] contactX.vcf
│ ├─[l] GroupAddressbook1 -> ../SHARED/GroupAddressbook1 │ ├─[l] sharedcalendar1 -> ../../collection-shared/sharedcalendar1
│ └─[l] GroupCalendar1 -> ../SHARED/GroupCalendar1 │ └─[l] sharedaddressbook1 -> ../../collection-shared/sharedaddressbook1
├─[d] USER2 ├─[d] USER2
│ ├ ... │ ├ ...
│ ├─[l] GroupAddressbook2 -> ../SHARED/GroupAddressbook2 │ ├─[l] GroupAddressbook2 -> ../SHARED/GroupAddressbook2
│ └─[l] GroupCalendar2 -> ../SHARED/GroupCalendar2 │ └─[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)
│ ├─[d] .Radicale.cache (automatic generated)
│ ├─[f] .Radicale.props (set: VJOURNAL)
│ ├─[f] sharedcontact1.vcf
│ ├─[f] ...
│ └─[f] sharedcontactX.vcf
├─[d] GroupAddressbook2 (Collection)
...
``` ```
## Collection ## Collection