<?xml version="1.0" encoding="UTF-8"?>
<templates>
    <t t-inherit="calendar.CalendarView" t-inherit-mode="extension">
        <xpath expr="//div[@id='calendar_sync']" position="inside">
            <button type="button" id="microsoft_sync_pending" class="o_microsoft_sync_button o_microsoft_sync_pending btn btn-secondary btn">
                <b><i class='fa fa-refresh'/> Outlook</b>
            </button>
            <button type="button" id="microsoft_sync_configured" class="mr-1 o_microsoft_sync_button o_microsoft_sync_button_configured btn badge-primary">
                <b>
                    <i id="microsoft_check" class='fa fa-check'/>
                    <i id="microsoft_stop" class='fa fa-times' style="display: none"/>&amp;nbsp;Outlook
                </b>
            </button>
        </xpath>
    </t>
</templates>
