source: trunk/prototype/config/participant.ini @ 5437

Revision 5437, 392 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2434 - Atualização modulo agenda e API

Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_participant
3
4[links]
5user = user
6schedulable = schedulable
7alarms = alarm
8
9[after.commit]
10commitParticipant = modules/calendar/interceptors/Notifications.php
11
12[PostgreSQL.mapping]
13id = id
14delegatedTo = delegated_to
15isOrganizer = is_organizer
16isExternal = is_external
17status = participant_status_id
18schedulable = object_id
19user = user_info_id
Note: See TracBrowser for help on using the repository browser.