Can we generate weekly attendance report from daily meetings? | Community
Skip to main content
Newcomer
May 2, 2022
Question

Can we generate weekly attendance report from daily meetings?

  • May 2, 2022
  • 5 replies
  • 2 views

Hi Everyone,

 

Does zoom has a feature of generating weekly or monthly attendance report for meetings. I was able to see reports according to the specific meetings, but am unable to get consolidated data of our daily meeting for one week with list of attendees in a single report. Is there anyway we can process that? 

 

Thank you!

 

🙂

    5 replies

    Employee
    May 2, 2022

    You can generate a weekly or monthly report of meetings that were hosted by users on the account but that will include the number of attendees for each meeting that shows up on the report and not the attendee names. If you are looking for attendee names, you need to generate the report of each meeting. Reports are exported to CSV files. I can't imagine how it would look like if having the attendee names of all meetings held on, let's say 1 week in a single report. Maybe a report that would have worksheet for each meeting so it would list all the attendee names but it seems not a feature yet.

    It may be best to submit it as a feature request at https://zoom.us/feed 

    Newcomer
    May 2, 2022

    Thank you for the response Jenncee. This was helpful. However I think I will have to submit a feature request! 

    Employee
    May 4, 2022

    Submit feature request at https://zoom.us/feed 🙂

    mfarhan133
    Newcomer
    Newcomer
    May 24, 2022

    Much needed feature

    farhankhan
    Newcomer
    Newcomer
    May 24, 2022

    @Ketan_Thakur , @jenncee 

    I have written the following utility python project (very easy to use) to implement the feature.

    https://github.com/farhan/zoom-attendance-report

    Happy Coding!