Report with calendar items

I’m trying to create a report to show the schedule of events, calls, meetings, etc for next week. 2 questions related to this.

  1. Is there a way to add next week (12:00 Sunday or Monday) as an option for the date conditional. Basically was looking to create condition like “where start_date >= next week && start_date <= next week + 7 days”? I tried adding php relative date next week to the drop-down that controls date conditions but I got an exception.

  2. Is there a way to create a report of events, calls, meetings all in the same report? I’ve worked around by creating all items as events and running report on that - but would like to keep them separate if possible.

Thanks,

Any thoughts to get a ‘next week’ report?