Currently all of the courses for which I am registered go into my calendar feed. This is problematic for me. I want to be able to select which courses show up in the calendar feed, or to have a separate feed for each course.
@sg1224 , is currently open for voting. Does it essentially capture what you've just requested? If it does, please add your feedback and vote to the existing idea--and if it does not, please provide some additional examples that will help the Community differentiate between your idea and the existing one.
That's a good question, @sg1224 . I noticed the same thing, but decided not to look a gift horse in the mouth.
I suspect it was merely an oversight. Feature ideas have to be opened and closed by a very small team of Community Managers, and it is a tedious manual process. Since you have called it out as an exception to the rule, I will bring it to their attention so that they can close it.
And in that case, assuming there are no other duplicates extant, your new idea will most likely be put forward for voting in the upcoming voting cycle.
Please put this update on the fast track. The ability to select what courses are part of the calendar feed would be a tremendous improvement to those of us who need to sync Canvas to Outlook. I am part of several courses within my district, but only need one or two of their calendars synced. Thanks so much.
While this isn't a fix, I made my own workaround. My district uses Canvas Calendar to push PD times/dates to us and I also wanted to be able to filter those out in my Google Calendar.
It's not a pretty solution, but it is "easy" to use. You can make your own copy and somewhat easily configure it to use your Canvas Calendar feed (must be imported to Google Calendar).
This change will only impact the stage sort of this idea and will not change how it is voted on or how it is considered during prioritization activities. This change will streamline the list of ideas 'open for voting', making it easier for youto see the true top voted ideas in one sort,here.
For instructors, it would be helpful to be able to add only the scheduler appointments to the feed. I don't need to know when my students' assignments are due, but I do need to know when they'll be coming to my office. Thanks!
I was surprised three years have passed since this idea was put here 😞
I do need this feature. I put every plan and due date (either private or academic stuff) on Google Calendar. However, one course I am in has too many schedules I don't attend, and many important ones I have to remember from the other groups are hidden on Google Calendar. The filtering system in Calendar feed is necessary!
I've been away from the Canvas Community for awhile, but I just tested this script and it still works! Let me know if you still want to use it and I can write a more detailed tutorial on it.
This would be especially helpful for teachers who are "observers" supporting students that are not in their classes. When I embed my calendar into my google site the those classes that I'm observing also get added to the calendar which mucks up the calendar visually.
Please make this a priority for teachers participating in remote learning.
I agree this needs to be a priority during remote learning. Many of us need a way to efficiently and effectively communicate with our parents about due dates (even when not doing remote learning). Being ableto add each course I teach (without seeing my courses or PLC courses' due dates) to my website would keep my parents and students informed and I wouldn't have to maintain multiple calendars.
canvasCalendarID is Google Calendar's unique ID for your Canvas Calendar
Click the dropdown arrow next to your calendar in the Google Calendar left sidebar
Click "Calendar Settings"
Find the section labeled "Integrate calendar" and find "Calendar ID"
Paste it between the quotes on the line that says:
var canvasCalendarId = "";
courseList is a list of the courses that you want to make calendars for. This should match the name of the course in your calendar feed. (ie. if an event is called "Lesson 1.1 [Algebra I]", then you should put "Algebra I" in the list.
Make sure they match the example (quotes and commas!)
var courseList = ["English 9", "Social Studies 9", "Algebra I"];
Using the Script
Manually
After finishing the setup, you should manually run the script by selecting "updateCalendarsForCourses" and clicking the play button at the top of Google Apps Script to initially sync all of the calendars:
This will manually create separate calendars for each of the courses you named in courseList, but won't keep them updated.
Automatically (recommended)
You can create what's called a "trigger" to have Google Apps Script automatically run the script on a schedule.
We're going to create a "Manual trigger" to run the sync every 12 hours.
Switch to the "TriggerManager.gs" in the left sidebar.
select "installTriggers" and click the play button at the top:
As far as I can tell there is no way to export an individual course calendar. I'm hoping that you will develop a way to separate the course calendars allowing for the exporting options so that you can export and individual course calendar from that course and not have to export them all together.
Although it isn't exposed (as far as I can tell) in the UI you can get an iCal feed for a course through the API. This is accessible to all users through the courses API. For example if you are in the course: