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

Revision 5592, 641 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementacao de compartilhamento de agendas (agendas usuario e agendas publicas)

Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar
3
4[model.hasMany]
5signatures = calendarSignature.calendar
6permissions = calendarToPermission.calendar
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
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.