service = PostgreSQL PostgreSQL.concept = calendar_participant [model.hasOne] delegatedFrom = participant.delegateTo delegateTo = participant.delegatedFrom [model.hasMany] alarms = alarm.participant [model.depends] user = user.participants schedulable = schedulable.participants [after.commit] commitParticipant = modules/calendar/interceptors/Notifications.php [PostgreSQL.mapping] id = id delegatedFrom = delegated_from isOrganizer = is_organizer isExternal = is_external status = participant_status_id schedulable = object_id user = user_info_id acl = acl receiveNotification = receive_notification