Revision 5437,
581 bytes
checked in by cristiano, 11 years ago
(diff) |
Ticket #2434 - Atualização modulo agenda e API
|
Line | |
---|
1 | service = PostgreSQL |
---|
2 | PostgreSQL.concept = calendar |
---|
3 | |
---|
4 | [links] |
---|
5 | signatures = calendarSignature |
---|
6 | |
---|
7 | [before.create] |
---|
8 | verifyCalendarLocation = modules/calendar/interceptors/DBMapping.php |
---|
9 | davcalCreateCollection = modules/calendar/interceptors/DBMapping.php |
---|
10 | |
---|
11 | [before.update] |
---|
12 | davcalUpdateCollection = modules/calendar/interceptors/DBMapping.php |
---|
13 | |
---|
14 | [before.delete] |
---|
15 | davcalDeleteCollection = modules/calendar/interceptors/DBMapping.php |
---|
16 | |
---|
17 | |
---|
18 | [PostgreSQL.mapping] |
---|
19 | id = "id" |
---|
20 | name = "name" |
---|
21 | location = "location" |
---|
22 | timezone = "tzid" |
---|
23 | defaultDuration = "duration" |
---|
24 | description = "description" |
---|
25 | dtstamp = "dtstamp" |
---|
Note: See
TracBrowser
for help on using the repository browser.