You are here

public function RoomsCalendarInterface::addMonthEvent in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Adds an event to the calendar

Parameters

RoomsEventInterface $event: An an event of type BookingEvent

1 method overrides RoomsCalendarInterface::addMonthEvent()
RoomsCalendar::addMonthEvent in includes/rooms.calendar.inc
Adds an event to the calendar

File

includes/rooms.calendar_interface.inc, line 58

Class

RoomsCalendarInterface
Handles querying and updating the availability information relative to a single bookable unit.

Code

public function addMonthEvent(RoomsEventInterface $event);