source: trunk/prototype/config/calendar.ini @ 5514

Revision 5514, 598 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementacao anexos, acls e delegacao de participantes

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