Mind Expression Docs
English
  • Mind Expression Docs
  • Why Mind Expression
  • Quickstarts
    • Create Scope
    • Add Subject
    • Test
    • Audit
  • Concepts
    • Scopes
    • Subjects
    • Components
    • Sandbox
    • Conversation history
    • Webhooks and escalation
    • Knowledge
    • Live Chat
    • Target Messages
    • Analytics
  • How-to Guides
    • Set up webhooks and escalation
    • Manage global keys
    • Customize messages
    • Educate AI
      • Manage ontologies
      • Recognition Check
      • Semantic Relations
      • Manage entities
    • Steps
    • Components
      • Normal Components
        • Conditions
        • Selection Classes
        • Parameter Bundles
      • Response Components
        • Component Actions
    • Build Q&A Subjects
      • Case 1. Online Payment
      • Case 2. Data Plans
    • Build Info Search Subjects
      • Case 1. Data Usage
      • Case 2. Payment History
    • Build Query Freestyle Subjects
      • Case 1. Data Purchase
      • Case 2. Change Mobile Plan
    • Intelligent Process
      • Introduction to Mindscript
      • Mindscript with Mind Expression
      • Frequently Asked Question
      • Package: Collections and Sequenceable
      • Package: Collections Unordered
      • Package: Collections-Strings
      • Package: Engine-Conversation
      • Package: Kernel-HTTP
      • Package: Kernel-Methods
      • Package: Kernel-Numbers
      • Package: Kernel-Dates
      • Package: Kernel-Objects
      • Package: Kernel Exceptions
      • Package: Cryptography
    • Test and debug
    • Integration
      • Mind Expression API
      • Chat Widget
      • LINE
      • Facebook Messenger
      • Viber
      • Instagram
      • Discord
      • WhatsApp
      • Google Sheet
        • Google Sheet Webhook
      • Google Calendar
        • Google Calendar Webhook
        • Google Calendar: Use Cases
    • Audit AI Activities
    • Live Chat
    • Target Messages
    • Back up, import and restore Scopes
  • Reference
    • Glossary
    • API Docs
Powered by GitBook
On this page
  • Integrate with Google Calendar
  • Case 1: To check the schedule in google calendar
  • Case 2: To create a schedule in google calendar
  • Case 3: To delete a schedule in google calendar
  • Case 4: To add people to a schedule in the google calendar
  • Case 5: To change a schedule in google calendar
  • Case 6: To check the description of the meeting in google calendar

Was this helpful?

  1. How-to Guides
  2. Integration
  3. Google Calendar

Google Calendar: Use Cases

Integrate with Google Calendar

Check, Create, Change, Add, Remove

Case 1: To check the schedule in google calendar

1.1. Assistance Scope:

  • User: Do I have any meetings today?

  • AI: Your google calendar showed you would have {{summary}} with {{attendees}} at {{start.dateTime}} to {{end.dateTime}}.

1.2. Company Admin Scope:

  • User: Is the meeting room available at {{date_start}}?

  • AI: The meeting room is booked from {{start.dateTime}} to {{end.dateTime}}. It is available for booking at other times.

1.3. Company Admin Scope:

  • User: Can I deploy to me-demo, right now?

  • AI: Sorry, Your google calendar showed you would have {{summary}} at {{start.dateTime}} to {{end.dateTime}}. Please avoid updating me-demo.

Case 2: To create a schedule in google calendar

2.1. Secretary Scope:

User: Can you help me add an event to my calendar?

AI: Of course! What's the title of the event? User: {{summary}}

AI: When is the event? User: {{date_start}} AI: I have added {{summary}} to your calendar on {{start.dateTime}}.

Case 3: To delete a schedule in google calendar

3.1. Secretary Scope:

  • User: Can I cancel a meeting with {{user_email}} tomorrow at 3 pm?

  • AI: Your meeting has been canceled with the following: {{attendees}}

Case 4: To add people to a schedule in the google calendar

4.1 Company Admin Scope

  • User: Can you invite {{user_email}} to the meeting on Monday 9am?

  • AI: The meeting you have on Monday 9am is {{meeting_title}}, is this correct?

  • User: Yes

  • AI: {{user_email}} has been added to your meeting: {{title}}. The new list of attendees are: {{attendees}}

Case 5: To change a schedule in google calendar

5.1. Administrator Booking Scope:

  • User: I want to change my booking on {{from_date}}.

  • AI: Let me check the schedule first! You have schedule on {{from_date}}.

    Title : {{summary}}

    Do you want to change this?

  • User: Yes

  • AI: Great! When do you want me to change this schedule?

  • User: {{to_date}}

  • AI: Cool! Schedule has been changed! Title : {{summary}}

    Description : {{description}}

    When : {{to_date}}

Case 6: To check the description of the meeting in google calendar

6.1. Assistance Scope:

  • User: What is the objective of the meeting at {{date}}?

  • AI: The objective of the meeting is as below. Title: {{summary}}

    Description: {{description}}

PreviousGoogle Calendar WebhookNextAudit AI Activities

Last updated 2 years ago

Was this helpful?