I attempted to install this skill on Picroft running version 19.02 release 4. After waiting 5+ minutes at this prompt:
INFO - Successfully ran requirements.sh for calendar-skill
INFO - Installing system requirements…
INFO - Installing requirements.txt for calendar-skill
I interrupted it with Control-C.
It returned this:
^CTraceback (most recent call last):
File “/home/pi/mycroft-core/.venv/bin/msm”, line 11, in
sys.exit(main())
File “/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/msm/main.py”, line 121, in main
result = main_functionsargs.action
File “/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/msm/main.py”, line 101, in
args.constraints, ‘cli’),
File “/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/msm/mycroft_skills_manager.py”, line 53, in func_wrapper
ret = func(self, *args, **kwargs)
File “/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/msm/mycroft_skills_manager.py”, line 179, in install
skill.install(constraints)
File “/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/msm/skill_entry.py”, line 81, in wrapper
func(self, *args, **kwargs)
File “/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/msm/skill_entry.py”, line 400, in install
self.run_pip(constraints)
File “/home/pi/mycroft-core/.venv/lib/python3.5/site-packages/msm/skill_entry.py”, line 231, in run_pip
pip_code = proc.wait()
File “/usr/lib/python3.5/subprocess.py”, line 1389, in wait
(pid, sts) = self._try_wait(0)
File “/usr/lib/python3.5/subprocess.py”, line 1339, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
KeyboardInterrupt
Now after several reboots, Mycroft usually just responds with “Please wait a moment as I finish booting up.” It will however update the volume on command, but that seems to be the only one it responds to.
Trying to recover at this point.
UPDATE: after wiping the .skills-repo/ as mentioned in another topic, I was able to reboot and the calendar-skill was present and working.
I was able to add an event. A couple of issues/learning items: 1) It didn’t ask for a time and set the time for 4 AM. How is the time to be set? 2) I created a calendar-skill folder in .mycroft, but now see that there is one created for calendar-skill.linuss1.

