Files
B42/at_django_boilerplate/utils/calendar_utils.py
2026-01-07 12:09:20 +05:30

3 lines
112 B
Python
Executable File

def has_google_calendar(user):
return hasattr(user, 'google_calender') and bool(user.google_calender.token)