set_attendance
Record attendance status for participants in Eduframe meetings. Specify meeting and enrollment IDs with attendance state (absent, attended, late, etc.) and optional comments.
Instructions
Set an attendance.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_id | Yes | Unique identifier of the meeting. | |
| enrollment_id | Yes | Unique identifier of the enrollment. | |
| state | No | Indicator of the attendance state. | |
| comment | No | Comment about this attendance. |