-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solve the calendar problem once and for all #2
Comments
Another pointer: Solid Calendar Store allows publishing aggregate/transformed calendars (as ICS and RDF) based on existing ICS feeds. This works directly with CSS. |
@RubenVerborgh You were trying some things on your side. What is the status of that? |
I have a 'my previously entered Doodles to ical'-script (verrrrry brittle), happy to hack smth together! https://github.com/bjdmeest/my-doodle-options |
Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks! |
@RubenVerborgh How is it going with your calendar setup and integrating it with KNoodle. |
@pheyvaer yeah indeed, sounds about right |
This came up when I was talking to the ewada team today about the Calendar app that they are working on. Currently they are using the solid calendar store but this means that: Is there a way of using orchestrators to fix these two problems? cc @renyuneyun |
These are valid remarks! a) The next step would indeed be to let this happen by an orchestrator: the orchestrator reads the calendar data from the original location (for example, Google Calendar) and stores in the user's pod using only methods that are Solid-compatible so it works with every Solid pod regardless of its implementation. b) I don't understand what you mean with that. Can you maybe explain with an example? |
Users should have an interface within their calendar application where they can add/remove those 3rd party calendars which they want to import into their 'solid calendar'. In order to do this, the application needs to be able to control the file which declares those 3rd party calendars they want to integrate. This is currently not possible as the 3rd party calendars are part of the components.js file (https://github.com/KNowledgeOnWebScale/solid-calendar-store/blob/b6c8388122e0d8917579d5adbd64d13dc48eb862/test/configs/alternate-config.json#L11-L12) and hence can only be defined before starting the server. |
I got it now. If we go with an orchestrator, then the burden of configuring that would also move to that orchestrator. So the orchestrator probably needs an app then to configure it. |
Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks! |
See #68 |
Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks! |
@RubenVerborgh I'm thinking about changing this to a scenario where one of the challenges is #68. Do we need then a separate challenge for a plugin that fills in a Doodle? Doodle is mentioned in the pitch, but not in the acceptance criteria, so not a 100% sure it should be tackled. |
Please provide a status update about this challenge. Every ongoing challenge needs at least one status update every 2 weeks. Thanks! |
@pheyvaer Let's indeed split them up, as you propose above. |
Pitch
What if we never had to use Doodle again?
Desired solution
Acceptance criteria
Pointers
Challenges
The text was updated successfully, but these errors were encountered: