source: sandbox/2.4.2-expresso1/prototype/config/calendar.ini @ 6797

Revision 6797, 655 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - primeiras implementacoes de tarefas aninhamento de equipo

RevLine 
[5399]1service = PostgreSQL
[5437]2PostgreSQL.concept = calendar
[5399]3
[5514]4[model.hasMany]
5signatures = calendarSignature.calendar
[5592]6permissions = calendarToPermission.calendar
[5399]7
8[before.create]
9verifyCalendarLocation = modules/calendar/interceptors/DBMapping.php
10davcalCreateCollection = modules/calendar/interceptors/DBMapping.php
11
12[before.update]
13davcalUpdateCollection = modules/calendar/interceptors/DBMapping.php
14
15[before.delete]
16davcalDeleteCollection = modules/calendar/interceptors/DBMapping.php
17
[5437]18[PostgreSQL.mapping]
19id = "id"
20name = "name"
[6797]21type = "type"
[5437]22location = "location"
23timezone = "tzid"
24defaultDuration = "duration"
25description = "description"
26dtstamp = "dtstamp"
Note: See TracBrowser for help on using the repository browser.