AppointmentGroup
- class canvasapi.appointment_group.AppointmentGroup(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.
- delete(**kwargs)
Delete this appointment group.
- Calls:
- Return type:
- edit(appointment_group, **kwargs)
Modify this appointment group.
- Calls:
- Parameters:
appointment_group (dict) – Dict containing an array of context codes
- Return type: