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

Revision 5437, 1.3 KB checked in by cristiano, 12 years ago (diff)

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

Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_object
3
4[links]
5participants = participant
6repeat = repeat
7
8[before.create]
9encodeCreateSchedulable = modules/calendar/interceptors/DBMapping.php
10
11[after.create]
12createCalendarToSchedulable = modules/calendar/interceptors/DBMapping.php
13
14[before.find]
15findSchedulable = modules/calendar/interceptors/DBMapping.php
16
17[after.find]
18deepnessFindEvent = modules/calendar/interceptors/DBMapping.php
19
20[before.update]
21updateCalendar = modules/calendar/interceptors/DBMapping.php
22updateEvent = modules/calendar/interceptors/Notifications.php
23encodeUpdateSchedulable = modules/calendar/interceptors/DBMapping.php
24
25[after.update]
26putEvent = modules/calendar/interceptors/DBMapping.php
27
28[after.read]
29deepnessReadEvent = modules/calendar/interceptors/DBMapping.php
30
31[before.delete]
32deleteSchedulable = modules/calendar/interceptors/DBMapping.php
33deleteEvent = modules/calendar/interceptors/Notifications.php
34
35[PostgreSQL.mapping]
36id = id
37uid = cal_uid
38type = type_id
39startTime = dtstart
40summary = summary
41description = description
42endTime = dtend
43location = location
44allDay = allday
45transparent = transp
46class = class_id
47repeat = repeat
48rangeStart = range_start
49rangeEnd = range_end
50lastUpdate = last_update
51dtstamp = dtstamp
52sequence = sequence
53timezone = tzid
Note: See TracBrowser for help on using the repository browser.