Running Task Cache the Event Calendars

GET /dev/tasks/RS-EventCalendar-Tasks-CachedCalendarBuildTask

[Emergency] Uncaught Error: Class "RS\EventCalendar\Tasks\CachedCalendarTask" not found

GET /dev/tasks/RS-EventCalendar-Tasks-CachedCalendarBuildTask

Line 16 in /home/dlitd/staging.dontloveittodeath.com/releases/11/vendor/raspberryswwwirl/silverstripe-calendar/src/Tasks/CachedCalendarBuildTask.php

Source

7 
8 class CachedCalendarBuildTask extends BuildTask
9 {
10     protected $title = "Cache the Event Calendars";
11     
12     protected $description = 'Generates a given number of years of events and populates a readonly table with all the event information. Useful when using recurring events or multiple calendars.';
13     
14     public function run($request)
15     {
16         CachedCalendarTask::create()->process();
17     }
18 }

Trace