@@ -4003,8 +4003,10 @@ class BalCalendar:
return True
except Exception as _e:
try:
import os
os.startfile(path)
except:
except Exception as e:
print(f"starting calendar app {e}")
return False
@staticmethod
The note is not visible to the blocked user.