Index: bookings-my.htm
===================================================================
--- bookings-my.htm	(revision 1479)
+++ bookings-my.htm	(revision 1480)
@@ -67,14 +67,34 @@
                             <a href="{% Url Bookings, Calendar, showAll: false %}" class="btn btn--secondary btn--sm">{% T My bookings calendar %}</a>
                         </div>
                     </fieldset>
-
+                    
+                    {% if data.Setting_Zoom_Enabled %}
                     <fieldset class="section">
+                        <legend class="h3 section__title">{% T Zoom Integration %}</legend>
+                        <p>
+                            {% T Connecting to your Zoom account will enable you to create unique video conference links as you place bookings in the calendar. These links will be automatically emailed to any guests you add to your bookings so they can easily join remotely. %}
+                        </p>
+                        <div class="btn-toolbar">
+                            {% if data.Coworker.HasZoom %}
+                            <a href="/{{ data.Language }}/integrations/zoom/signout" class="btn btn--danger btn--sm">{% T Disconnect Zoom %}</a>
+                            {% else %}
+                            <a href="/{{ data.Language }}/integrations/zoom/signin" class="btn btn--primary btn--sm">{% T Connect to Zoom %}</a>
+                            {% endif %}
+                            <a href="/{{ data.Language }}/integrations/zoom/complete" class="btn btn--secondary btn--sm">{% T Configuration Guide %}</a>
+                        </div>
+                    </fieldset>
+                    {% endif %}
+                    <fieldset class="section">
                         <legend class="h3 section__title">{% T Outlook Integration %}</legend>
                         <p>
                             {% T Connecting to your Office 365 account will enable you to make and manage bookings from your own Outlook Calendar. %}
                         </p>
                         <div class="btn-toolbar">
+                            {% if data.Coworker.HasOffice365 %}
+                            <a href="/{{ data.Language }}/integrations/office365/signout" class="btn btn--danger btn--sm">{% T Disconnect Office 365 %}</a>
+                            {% else %}
                             <a href="/{{ data.Language }}/integrations/office365/signin" class="btn btn--primary btn--sm">{% T Connect to Office 365 %}</a>
+                            {% endif %}
                             <a href="/{{ data.Language }}/integrations/office365/complete" class="btn btn--secondary btn--sm">{% T Configuration Guide %}</a>
                         </div>
                     </fieldset>
