function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anil Kumar 136Anil Kumar 136 

SOQL query

Hi,

How to write a query to retrive scheduled events which are scheduled for next 7 days.

Thanks,

Regards,
Anil Kumar
Sagar PareekSagar Pareek
select id,name from Event where ActivityDate<=Today()+7