db_event_invitation
Event invitation
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
guid | String | Â | Â |
vdb_id | Integer | Â | Â |
owner_id | Integer | db_person.id | Owner ID |
calendar_event_id | Integer | db_calendar_event.id | Calendar event ID |
status | Integer | Â | 0 = unknown, 1 = invitee accepted, 2 = invitee declined |
invitation_type | Integer | Â | 0 = required, 1 = Optional, 2 = Copy |
invitee_id | Integer | db_person.id | Invitee user id in case the invitee is a user of the system |
invitee_email | String | Â | Invitee Email |
comments | String | Â | Invitee entered comments (e.g. reason for refusal) |