KNowledgeOnWebScale / solid-calendar-store

Solid stores for managing calendars
6 stars 1 forks source link

How to configure with multiple calendars? #33

Open renyuneyun opened 2 years ago

renyuneyun commented 2 years ago

I have several calendars, and each of them will have their own URL. How should I put them easily to the calendar store? Currently, it looks like I need to copy-paste the RepresentationConverterStore with a HttpGetStore inside for multiple times, and manually change the URL and ID. Then I need to use multiple AggregateStore to aggregate them. This is quite painful.

Is there a better way? In particular, can some store accept multiple URLs and use the same method to handle/transform them?

pheyvaer commented 2 years ago

Hi @renyuneyun

At the moment copy-pasting the different store is indeed needed. I think the biggest issue is with the AggregateStore. It would be good if multiple calendars can be inputted there.