Closed codekitchen closed 7 years ago
The canvas API returns the calendar url when making this API call for your own user. But then Pandarus tries to instantiate a non-existent "CalendarLink" class and explodes, see the definition at https://github.com/instructure/pandarus/blob/master/api/users.json#L860
Not sure when it got fixed, but this is now returning a Profile object.
Profile
The canvas API returns the calendar url when making this API call for your own user. But then Pandarus tries to instantiate a non-existent "CalendarLink" class and explodes, see the definition at https://github.com/instructure/pandarus/blob/master/api/users.json#L860