Does anybody know how to fetch Calendar (calendar.event) meetings/events for particular date OR "from date to date" in ODOO ?
Till yet i have read meetings using meeting Ids as follow:
(
Sample DB Name,
1,
Password,
calendar.event,
read,
(
125
)
)
In above input parameter 125 is my meeting Id. So i get records of that particular meeting id. But now i want the meetings record based on dates.
So how can i achieve this ? What will be the inputs for this ?