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
Ume HaaniUme Haani 

Query Event based on StartDateTime and EndDateTime in Jav

Hi All,

I have a requirement where i have to query Event/Calendar based on StartDateTime and EndDateTime and return all the meetings within that time. The query should return all fields for those events within that time like Subject, Location, Description etc.I need the SOQL query for this.
I am trying with Java Rest API.  
Please help.