Ask a question
GET Presence from Event
7 years ago by Rogers Dwiputra
Hi, i'm build an app to generate presence report from a meeting, right now this i'm doing :
Get Event by ID, then i get event started at & ended_at
GET All Users in Org
Loop User
Get Presence from each user
if presence space_id match with event space_id
if presence arrived_at & expired_at between event started_at and ended_at
[add to presence array]
Can you add API with this criteria :
/events/:id/presence
