/* * call-seq: * get_all_appointments(start, end) -> Array * * Fetches all appointments between the given Time values. */ static VALUE revolution_get_all_appointments(VALUE self, VALUE start, VALUE end) {