Calendar Scheduler
Updated over a week ago

Automate appointment scheduling! Simple, fast and linked with Carerix!

The recruiter organizes his/her availability, then a candidate chooses a time slot!

Features
Integration with your Google or Microsoft account!

Automatic availability detection

Create custom web pages with booking forms

Apply your own look & feel

Automatic reminders and notifications

The new Planner can be activated by admins, via Marketplace Menu in Carerix.

For the use of the Planner, monthly costs per user may be charged per user. Please check with your Customer Success Manager.

The Carerix Planner consists of two parts:

1. Planner editor: for Recruiter, accessible via the Carerix Calendar.

2. Planner web pages: for the candidates/contact persons, accessible via custom web pages.

Roadmap

  • Dutch translation for the Planner editor and Planner web pages

  • Fix for the landing page after confirmation



  • Example code for emailtemplate with multiple scheduler links:

  • Example code:

    <cx:let name="afspraak" value="$activity.toToDo">
    <cx:let name="header" value="$activity.toContact.businessOrPrivateEmailAddress"><cx:header name="to" value="$header"/></cx:let>
    <cx:include template="$settings.template.emailHeader"/>
    <p class="cx">Beste <cx:write value="$activity.toEmployee.firstName"/>,
    <br/><br/>
    Graag nodig ik je uit voor een meeting!
    <br/>
    Via deze link kun je een afspraak maken in mijn agenda!

    Scheduler Link: <br/>
    <cx:foreach list=$activity.owner.urls item=url>
    <cx:if condition="$url.toUrlLabel.exportCode like '*meetings_scheduler*'">
    {{<cx:write value="$url.url"/> }}<br/>
    </cx:if>
    </cx:foreach>
    <br>
    Tot snel! <br/> <br/>

    <b>Parkeren</b> <br/>
    Kom je met de auto? We hebben een plek voor je gereserveerd op de Julianalaan 100 in Rotterdam.
    <br/>
    Bij vragen: ik ben goed bereikbaar op onderstaand nummer. <br/>Maar mailen mag natuurlijk ook.
    <br/>
    <cx:include template="$settings.template.emailFooter" language="Dutch"/>
    </cx:let

Did this answer your question?