The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
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.
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
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
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in