Why? The CCS Calendar object is ment to be used to display
daily events, this is a spawned event calender.
Dit is een voorbeeld reservering kalender.
Sample Booking Calender
How? Calendar_table contains a ID, booking_id, object_id, event_date and
some other fields.
When a Booking is made (AfterInsert), given booking_id, object_id,
date_from, date_to,
a series of inserts is built each containing the same data except for the
event_date that is incremented by 1 from date_from upto date_to, these
inserts are fired at the Calendar_table.
If a booking is changed, a delete where booking_id is fired,
before the same insert routine.
Deletion of a Booking simply fires a Delete where booking_id at the
Calendar_table.
(demo@nowhere.com/demo)
Weegave is geel voor gereserveerd, rood voor geboekt, groen voor alle
andere status mogelijkheden.