{% extends "base.html" %} {% from "components/ui.html" import page_header %} {% block title %}{{ display_name }} {{ _('Setup') }} - {{ app_name }}{% endblock %} {% block content %} {% set breadcrumbs = [ {'text': 'Admin', 'url': url_for('admin.admin_dashboard')}, {'text': 'Integrations', 'url': url_for('admin.list_integrations_admin')}, {'text': display_name + ' Setup'} ] %} {{ page_header( icon_class='fas fa-plug', title_text=display_name + ' ' + _('Setup'), subtitle_text=description, breadcrumbs=breadcrumbs ) }}
{{ _('After you save the OAuth credentials above, users can connect their Google Calendar by clicking "Connect Google Calendar" on the Integrations page.') }}
{{ _('They will be automatically redirected to Google to authorize access - no manual credential entry needed!') }}
{{ _('Each user connects their own Google Calendar account (per-user integration).') }}
{{ _('After saving credentials, connect the integration:') }}
{{ _('Connect Integration') }}