Doxygen
This commit is contained in:
parent
de8b9915ee
commit
e59ccde5b0
@ -122,24 +122,27 @@ function build_calfile($format='vcal',$title,$desc,$events_array,$outputfile,$fi
|
||||
fwrite($calfileh,"DESCRIPTION:".$encoding.$description."\n");
|
||||
//fwrite($calfileh,'STATUS:CONFIRMED'."\n");
|
||||
/*
|
||||
// Status values for a "VEVENT"
|
||||
statvalue = "TENTATIVE" ;Indicates event is
|
||||
;tentative.
|
||||
/ "CONFIRMED" ;Indicates event is
|
||||
;definite.
|
||||
/ "CANCELLED" ;Indicates event was
|
||||
;cancelled.
|
||||
;Status values for a "VEVENT"
|
||||
;
|
||||
|
||||
statvalue =/ "NEEDS-ACTION" ;Indicates to-do needs action.
|
||||
// Status values for "VTODO".
|
||||
statvalue =/ "NEEDS-ACTION" ;Indicates to-do needs action.
|
||||
/ "COMPLETED" ;Indicates to-do completed.
|
||||
/ "IN-PROCESS" ;Indicates to-do in process of
|
||||
/ "CANCELLED" ;Indicates to-do was cancelled.
|
||||
;Status values for "VTODO".
|
||||
|
||||
statvalue =/ "DRAFT" ;Indicates journal is draft.
|
||||
|
||||
// Status values for "VJOURNAL".
|
||||
statvalue =/ "DRAFT" ;Indicates journal is draft.
|
||||
/ "FINAL" ;Indicates journal is final.
|
||||
/ "CANCELLED" ;Indicates journal is removed.
|
||||
;Status values for "VJOURNAL".
|
||||
|
||||
*/
|
||||
if (! empty($location)) fwrite($calfileh,"LOCATION:".$encoding.$location."\n");
|
||||
//fwrite($calfileh,"CLASS:PUBLIC\n"); // PUBLIC, PRIVATE, CONFIDENTIAL
|
||||
|
||||
@ -19,7 +19,9 @@
|
||||
/** \file htdocs/public/agenda/agendaexport.php
|
||||
* \ingroup agenda
|
||||
* \brief Page to export agenda
|
||||
* http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=rss&exportkey=cle&filter=mine
|
||||
* http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=vcal&exportkey=cle
|
||||
* http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=ical&type=event&exportkey=cle
|
||||
* http://127.0.0.1/dolibarr/public/agenda/agendaexport.php?format=rss&exportkey=cle
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user