NEW Add REST API to read, create and delete agenda events

This commit is contained in:
Laurent Destailleur
2016-09-19 02:02:45 +02:00
parent b076ea2985
commit 77e2037195
3 changed files with 297 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ function getDoliDBInstance($type, $host, $user, $pass, $name, $port)
/**
* Get list of entity id to use
*
* @param string $element Current element
* @param string $element Current element ('actioncomm', ...)
* @param int $shared 0=Return id of entity, 1=Return id entity + shared entities
* @return mixed Entity id(s) to use
*/