Summary: | Adding remote iCal does not automatically enable read only option preventing sync | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Saihaj Johal <personal> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | winter |
Priority: | NOR | ||
Version First Reported In: | 6.3.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/kdepim-runtime/-/commit/4c0d9b4c8254267ba2297e77076caa8845a9701e | Version Fixed In: | 6.4.1 |
Sentry Crash Report: |
Description
Saihaj Johal
2025-03-11 08:49:26 UTC
I verify that if the file is not marked as read-only in the Add "iCal Calendar File" configuration then it isn't added properly. if I click the read-only box by hand then it works ok. is that what you're seeing too? (In reply to Allen Winter from comment #1) > I verify that if the file is not marked as read-only in the Add "iCal > Calendar File" configuration then it isn't added properly. > if I click the read-only box by hand then it works ok. > > is that what you're seeing too? Yes, this is the behaviour I am seeing. A possibly relevant merge request was started @ https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/222 Git commit 2a7f16b859f1e92d87b28c73484bf31dbc2d1634 by Allen Winter. Committed on 25/04/2025 at 14:27. Pushed by winterz into branch 'master'. singlefileresourceconfigwidgetbase.cpp - remotes are always read-only Remote files must be read-only else the resource doesn't work. The dialog itself says "Read-only mode is automatically enabled when displaying a calendar from a remote URL". Users can still toggle read-only for local files. M +8 -0 resources/shared/singlefileresource/singlefileresourceconfigwidgetbase.cpp https://invent.kde.org/pim/kdepim-runtime/-/commit/2a7f16b859f1e92d87b28c73484bf31dbc2d1634 Git commit 4c0d9b4c8254267ba2297e77076caa8845a9701e by Allen Winter. Committed on 25/04/2025 at 16:11. Pushed by winterz into branch 'release/25.04'. singlefileresourceconfigwidgetbase.cpp - remotes are always read-only Remote files must be read-only else the resource doesn't work. The dialog itself says "Read-only mode is automatically enabled when displaying a calendar from a remote URL". Users can still toggle read-only for local files. (cherry picked from commit 2a7f16b859f1e92d87b28c73484bf31dbc2d1634) Co-authored-by: Allen Winter <winter@kde.org> M +8 -0 resources/shared/singlefileresource/singlefileresourceconfigwidgetbase.cpp https://invent.kde.org/pim/kdepim-runtime/-/commit/4c0d9b4c8254267ba2297e77076caa8845a9701e |