Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import CSVs from Zoom Meeting attendance #314

Open
WillNilges opened this issue Sep 7, 2021 · 1 comment
Open

Import CSVs from Zoom Meeting attendance #314

WillNilges opened this issue Sep 7, 2021 · 1 comment

Comments

@WillNilges
Copy link
Member

There's a way to export attendance from Zoom meetings in the form of a CSV, and it'd be great to have an easy way to just import that in conditional.

The issues I see with this is that the screen names may not work for unames, but assuming people log into their RIT Zoom accounts, you could use their RIT usernames to find their CSH accounts.

Here is a sample dataset from one of my Linux seminars. The Zoom export interface is glitchy as fuck, but at least then you get a list of everyone who actually showed up to your meeting.

Name (Original Name) User Email Total Duration (Minutes) Guest
Will Nilges (RIT Student) [email protected] 61 No
Shaun Thornton   60 Yes
Dylan Greenberg (RIT Student) [email protected] 58 No
Chris Ebrhim   58 Yes
Alek Michelson [email protected] 56 No
Charles Beam (RIT Student) [email protected] 55 No
Lonnie   12 Yes
Tyler Samay (RIT Student) [email protected] 54 No
Muhfasul Alam (RIT Student) [email protected] 53 No
Nate Mount   48 Yes
Bobby   45 Yes
@stevenmirabito
Copy link
Collaborator

Consider requiring attendees to explicitly register for the meeting (and instruct them to use their CSH email), then use Zoom’s API to pull the attendee list: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrants

They also have an API for pulling participants without using registration, but this way you can avoid needing to map from RIT/personal emails to CSH accounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants