Skip to content
ThiefMaster edited this page Aug 19, 2014 · 7 revisions

API Changes

Indico v1.9.0

General

Removed:

  • _fossil: arguments starting with underscore are used only internally. _fossil is now obsolete.
  • complete: for simplicity and performance reasons, this has been removed. You should instead now compare the number of results with the expected amount

Reservations

Added:

  • is_cancelled: indicates that the reservation has been cancelled by the owner
  • is_rejected: indicates that the reservation has been rejected
  • needs_assistance: the meeting/presentation requires assistance for setup.
  • repeat_frequency: indicates the frequency: 0 for single reservation, 1 for daily, 2 for weekly and 3 for monthly.
  • repeat_interval: indicates the multiplier of the frequency (e.g. every 2 weeks, every month, etc..)
  • booked_for_user_email: email address of the user the booking was made for

Rooms

Changes:

  • building is now a string instead of an integer
Clone this wiki locally