PlannerNote

class canvasapi.planner.PlannerNote(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 a planner note for the current user

Calls:

DELETE /api/v1/planner_notes/:id

Return type:

canvasapi.planner.PlannerNote

update(**kwargs)

Update a planner note for the current user

Calls:

PUT /api/v1/planner_notes/:id

Return type:

canvasapi.planner.PlannerNote

PlannerOverride

class canvasapi.planner.PlannerOverride(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 a planner override for the current user

Calls:

DELETE /api/v1/planner/overrides/:id

Return type:

canvasapi.planner.PlannerOverride

update(**kwargs)

Update a planner override’s visibilty for the current user

Calls:

PUT /api/v1/planner/overrides/:id

Return type:

canvasapi.planner.PlannerOverride