API -Calendar Feed URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2018
09:27 PM
I am trying to streamline process for onboarding new students and would like to script Outlook 365 to have their Canvas Calendar Subscription.
Is it possible to obtain users Calendar Feeds using API?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018
06:33 PM
Yes. You use the Get user profile endpoint (/api/v1/users/:user_id/profile). But to include the calendar feed, you need to be the user, so add the as_user_id parameter, so as an admin user you can use:
/api/v1/users/self/profile?as_user_id=user_id