Describes an event object in the calendar
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| kind | Integer | Kind of event. Meeting, Vacation, etc. | |
| object_type | Integer | ||
| object_id | Integer | ||
| owner_id | Integer | db_user.id | Owner of the event |
| summary | String | Summary of the event | |
| detail | String | Detail of the event | |
| sharing | Integer | ||
| is_all_day | Boolean (t or f) | Is this an all day event? | |
| start_date | Date | Start date of the event | |
| end_date | Date | Finish date of the event | |
| repeat_type | String | Type this event repeats e.g. EVERY_WEEK | |
| repeat_until | Date | Date until which this event repeats |