Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Data Exporter
Commits
6e9c991f
Commit
6e9c991f
authored
Nov 06, 2021
by
Laurent Montel
😁
Browse files
Add import support
parent
9cd60ef0
Pipeline
#94729
passed with stage
in 10 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/calendar/importcalendarjobinterface.cpp
View file @
6e9c991f
...
...
@@ -79,6 +79,7 @@ void ImportCalendarJobInterface::addSpecificResourceSettings(const KSharedConfig
bool
ImportCalendarJobInterface
::
isAConfigFile
(
const
QString
&
name
)
const
{
return
name
.
endsWith
(
QLatin1String
(
"rc"
))
&&
(
name
.
contains
(
QLatin1String
(
"akonadi_ical_resource_"
))
||
name
.
contains
(
QLatin1String
(
"akonadi_davgroupware_resource_"
))
||
name
.
contains
(
QLatin1String
(
"akonadi_icaldir_resource_"
)));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment