2
0
forked from Wavyzz/dolibarr

New: Enhance agenda module to reach RFC2445 (add busy information).

This commit is contained in:
Laurent Destailleur
2013-04-06 17:39:31 +02:00
parent ee2a2f7b48
commit 88858136fc
5 changed files with 57 additions and 31 deletions

View File

@@ -45,6 +45,7 @@ create table llx_actioncomm
fk_parent integer NOT NULL default 0,
fk_user_action integer, -- id de la personne qui doit effectuer l'action
transparency integer, -- transparency (ical standard). used to say if people assigned to event are busy or not by event.
fk_user_done integer, -- id de la personne qui a effectue l'action
priority smallint,
fulldayevent smallint NOT NULL default 0,