return CalendarEvent
    .find({ $and: [
        { _id: { $nin: newEventIds }},
        { request: newRequest._id }
    ]}).exec()