Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
cf891b33
Commit
cf891b33
authored
14 years ago
by
Juanjo Menent
Browse files
Options
Downloads
Patches
Plain Diff
task #9747: Can show content of external calendar (ical) into agenda
parent
ab7c0771
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/comm/action/index.php
+56
-49
56 additions, 49 deletions
htdocs/comm/action/index.php
with
56 additions
and
49 deletions
htdocs/comm/action/index.php
+
56
−
49
View file @
cf891b33
...
...
@@ -503,6 +503,8 @@ if ($conf->global->ENABLE_AGENDA_EXT==1 && $conf->global->AGENDA_EXT_NB>0)
foreach
(
$icalevents
as
$icalevent
)
{
// Create a new object action
if
(
!
is_array
(
$icalevent
[
DTSTART
]))
//non-repeatable and not fullday event
{
$event
=
new
ActionComm
(
$db
);
$paramkey
=
'AGENDA_EXT_NAME'
.
$i
;
$namecal
=
$conf
->
global
->
$paramkey
;
...
...
@@ -557,6 +559,11 @@ if ($conf->global->ENABLE_AGENDA_EXT==1 && $conf->global->AGENDA_EXT_NB>0)
while
(
$loop
);
}
}
else
//repeatable or fullday event
{
}
}
}
$i
++
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment