Skip to content
Snippets Groups Projects
Commit be73005a authored by Juanjo Menent's avatar Juanjo Menent
Browse files

task #9747: Can show content of external calendar (ical) into agenda

parent ae018ef6
No related branches found
No related tags found
No related merge requests found
<?php
/* Copyright (C) 2006 Roman Ozana <ozana@omdesign.cz>
* Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2011 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......
......@@ -559,7 +559,9 @@ if (sizeof($listofextcals))
$event->datef=$dateend+$usertime;
$event->type_code="ICALEVENT";
$event->libelle=$icalevent['SUMMARY'];
if ($icalevent['DESCRIPTION']) $event->libelle.='<br>'.dol_nl2br($icalevent['DESCRIPTION'],1);
//if showing with dol_trunc is not necessary to add a Description
//if ($icalevent['DESCRIPTION']) $event->libelle.='<br>'.dol_nl2br($icalevent['DESCRIPTION'],1);
$event->date_start_in_calendar=$event->datep;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment