Good afternoon,
I am trying to find an In Process API service that could get me a list of events based on a group. Right now, I can get the outcome only through the REST API endpoint for events based on a group, that is, by using this endpoint
api.ashx/v2/groups/{groupid}/events.xml (or .json). Now, what I would like is an equivalent of this endpoint as an In-Process API service. Right now, the In Process API service that you have for events does not allow you to get the list of events by the group. It only allows you to do it by calendar ID or without parameters, but not by groups.
I would appreciate it if you could help us with this.
Thanks in advance.