Closed yasnileniarb closed 1 month ago
GAM 6.58 does not supply this data when you ask for all guardians; it does supply it when you ask for guardians for a specific student.
gam user @.*** print guardians states COMPLETE
Advanced GAM can supply the studentEmail when printing all guardians. See: https://github.com/taers232c/GAMADV-XTD3/wiki/How-to-Upgrade-from-Standard-GAM https://github.com/taers232c/GAMADV-XTD3/wiki/How-to-Upgrade-from-Standard-GAM See: https://github.com/taers232c/GAMADV-XTD3/wiki/Classroom-Guardians#display-guardians-csv-format https://github.com/taers232c/GAMADV-XTD3/wiki/Classroom-Guardians#display-guardians-csv-format
Ross Scroggs @.***
On Sep 29, 2023, at 12:59 AM, yasnileniarb @.***> wrote:
I am on the lastest versin of GAM :
GAM 6.58 - https://jaylee.us/gam https://jaylee.us/gam - pyinstaller Jay Lee @. @.> Python 3.11.3 64-bit final google-api-python-client 2.86.0 Windows 10 10.0.19045 SP0 Multiprocessor Free AMD64
I am typing this command
gam print guardians states COMPLETE or gam print guardians states PENDING
In the output the email address of the Student is shown as a dash
studentEmail,studentId,invitedEmailAddress,guardianId,guardianProfile.id,guardianProfile.name.givenName,guardianProfile.name.familyName,guardianProfile.name.fullName,guardianProfile.emailAddress,guardianProfile.photoUrl @.**@.,//0RyfGSEezVSbo288 @.**@.,
.... I need to correlate invitedEmailAddress with studentEmail - so missing information is a huge problem.
Is this a bug or by design. Is there a work around to get a list of which student's guardians have been emailed ?
— Reply to this email directly, view it on GitHub https://github.com/GAM-team/GAM/issues/1663, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYL3M63COVQ55FPCPVVTX4Z5WXANCNFSM6AAAAAA5MCT66Q. You are receiving this because you are subscribed to this thread.
I am on the lastest versin of GAM :
GAM 6.58 - https://jaylee.us/gam - pyinstaller Jay Lee jay0lee@gmail.com Python 3.11.3 64-bit final google-api-python-client 2.86.0 Windows 10 10.0.19045 SP0 Multiprocessor Free AMD64
I am typing this command
gam print guardians states COMPLETE or gam print guardians states PENDING
In the output the email address of the Student is shown as a dash
I need to correlate invitedEmailAddress with studentEmail - so missing information is a huge problem.
Is this a bug or by design. Is there a work around to get a list of which student's guardians have been emailed ?
What I am trying to achieve is get a list of students's guardians whose guardian summaries invites are still pending (not complete) so we can resend the invitation to them. And the GAM create invite command needs parent-email and student-email for invitation.