Docs
⚙️ Configuration
Creating Regex for Meeting Classification

Regex Configuration for Meeting Classification

What is the purpose of the regex classification for meetings?

The regex classification for meetings is used to categorize and classify different types of meetings within an organization. This classification is shown in Developer Summary, Maker Time, Communication Metrics and Team WellBeing dashboards.

Where is the label used and shown?

The label defined in the configuration is used and shown in various dashboards. It provides valuable insights into the distribution and nature of meetings within the organization.

How many distinct labels can be used?

There is no upper limit on the number of distinct labels that can be used for regex classification. Customers can define and use as many labels as needed to accurately categorize and classify meetings based on their specific requirements.

Which fields are available for regex classification?

The regex classification is applied to the meeting title field from any tool such as Google Calendar, Microsoft Outlook, Zoom, etc.

How much time does it take to process and surface the data?

It typically takes 4-6 hours to process and surface the data.

Can you provide some examples of regex patterns for meeting classification?

Here are a few examples of regex patterns that can be used for meeting classification:

  • ^Weekly\sMeeting$ : Matches meetings with titles starting with "Weekly Meeting".
  • ^Project\s[A-Z]+\sMeeting$ : Matches meetings with titles starting with "Project" followed by one or more uppercase letters and ending with "Meeting".
  • ^Board\sMeeting$ : Matches meetings with titles exactly matching "Board Meeting".

These examples can serve as a starting point for you to customize the regex patterns according to your specific meeting classification needs.