Open
Description
Is your feature request related to a problem? Please describe.
This is a follow up to #6802
The difficulty is which calendar the invitation should be written to.
Options:
- User can define this invitation calendar as a default option somewhere
- always write to the personal calendar and let the user handle the moving of calendar objects in the Calendar app
Describe the solution you'd like
To Do
-
Add an if clause in the IMIpService::process function that checks for 'REQUEST'. This clause should then
- either check for the existence of the personal calendar or
- check for the preset calendar from oc_prefrences
-
process the REQUEST by calling the ICreateFromString::createFromString method and writing to that specific calendar.
-
Mark the message as processed, or in case the storing didn't work, mark it as erroneous.
-
In the frontend, if we go with option 1), add a settings field somewhere and store it in oc_preferences.
-
Display the processed / erroneous state
Describe alternatives you've considered
Not processing the messages and leaving it up to the user if they want to see them in their calendar. We already provide an import option.
Additional context
No response
Activity