Merge branch 'release/v22.7.2'
This commit is contained in:
@@ -962,7 +962,8 @@ def intervals_webhook_view(request):
|
||||
integration = IntervalsIntegration(r.user)
|
||||
|
||||
if webhook_type.lower() == 'calendar_updated':
|
||||
integration.update_calendar(r, event)
|
||||
if can_add_session(r.user):
|
||||
integration.update_calendar(r, event)
|
||||
|
||||
if webhook_type.lower() == 'activity_uploaded':
|
||||
integration.import_activities(event)
|
||||
|
||||
Reference in New Issue
Block a user