Skip to content

Commit 78029f1

Browse files
committed
fix: calendar availability check
Signed-off-by: Jana Peper <[email protected]>
1 parent 0cf476f commit 78029f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ex_app/lib/all_tools/calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ def get_category_name():
245245
return "Calendar and Tasks"
246246

247247
def is_available(nc: Nextcloud):
248-
return 'calendar' in nc.apps.get_list()
248+
return True

0 commit comments

Comments
 (0)