> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parsalink.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Calendar Events

> Create and manage meetings in ParsaLink — add attendees, meeting links, and link events to your CRM records.

<div
  style={{ 
background: "linear-gradient(135deg, #143D4E 0%, #1C758A 55%, #30C8CA 100%)",
borderRadius: "24px",
padding: "28px",
marginBottom: "32px",
color: "#FFFFFF",
boxShadow: "0 24px 60px rgba(20, 61, 78, 0.25)",
position: "relative",
overflow: "hidden",
border: "1px solid rgba(255,255,255,0.08)"
}}
>
  <div
    style={{
position: "absolute",
top: "-40px",
right: "-40px",
width: "180px",
height: "180px",
background: "rgba(255,255,255,0.08)",
borderRadius: "999px"
}}
  />

  <div
    style={{
position: "absolute",
bottom: "-60px",
left: "-30px",
width: "160px",
height: "160px",
background: "rgba(255,255,255,0.06)",
borderRadius: "999px"
}}
  />

  <div
    style={{
display: "inline-flex",
alignItems: "center",
background: "rgba(255,255,255,0.15)",
color: "#FFFFFF",
padding: "6px 14px",
borderRadius: "999px",
fontSize: "12px",
fontWeight: "700",
marginBottom: "14px",
letterSpacing: "0.08em",
textTransform: "uppercase"
}}
  >
    CALENDAR EVENTS
  </div>

  <p
    style={{ 
margin: 0, 
fontSize: "16px", 
lineHeight: "1.9",
maxWidth: "760px",
color: "rgba(255,255,255,0.95)"
}}
  >
    Create and manage meetings in ParsaLink — add attendees, meeting links, and link events to your CRM records.
  </p>
</div>

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Creating Events</span>
</div>

## Creating an Event

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "24px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>➕</span> Click <strong>New Event</strong> from the Calendar page, or click directly on a time slot in the week or day view.
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
overflowX: "auto",
marginBottom: "32px",
border: "1px solid #E5E7EB",
borderRadius: "20px"
}}
>
  <table style={{ width: "100%", borderCollapse: "collapse" }}>
    <thead>
      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <th style={{ padding: "16px 20px", textAlign: "left", fontWeight: "600", fontSize: "14px" }}>Field</th>
        <th style={{ padding: "16px 20px", textAlign: "left", fontWeight: "600", fontSize: "14px" }}>Description</th>
      </tr>
    </thead>

    <tbody>
      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>Title</td>
        <td style={{ padding: "14px 20px" }}>The meeting name (e.g., "Discovery Call — Acme Corp")</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>Date & Time</td>
        <td style={{ padding: "14px 20px" }}>Start and end time, with timezone</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>Location</td>
        <td style={{ padding: "14px 20px" }}>Physical address or meeting room name</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>Video Link</td>
        <td style={{ padding: "14px 20px" }}>Auto-generated or custom conferencing URL</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>Description</td>
        <td style={{ padding: "14px 20px" }}>Agenda, notes, or dial-in details</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>Attendees</td>
        <td style={{ padding: "14px 20px" }}>Internal team members and external contacts</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>CRM Links</td>
        <td style={{ padding: "14px 20px" }}>Link to contacts, opportunities, or accounts</td>
      </tr>

      <tr style={{ borderBottom: "1px solid #E5E7EB" }}>
        <td style={{ padding: "14px 20px", fontWeight: "500" }}>All Day</td>
        <td style={{ padding: "14px 20px" }}>Toggle for full-day events (conferences, deadlines)</td>
      </tr>
    </tbody>
  </table>
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Attendees</span>
</div>

## Adding Attendees

### Internal Attendees

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>👥</span> Search for team members by name. They'll receive an in-app notification and a calendar invite email.
</div>

### External Attendees (Contacts)

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>📇</span> Search for CRM contacts or leads by name or email. When you add a CRM contact as an attendee:

  <div style={{ marginTop: "12px", marginLeft: "28px", display: "flex", flexDirection: "column", gap: "8px" }}>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>•</span> They receive a calendar invite email.</span>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>•</span> The event is automatically logged on their activity timeline.</span>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>•</span> You don't need to manually link the event to their record.</span>
  </div>
</div>

### Ad-Hoc External Email

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>✉️</span> You can also type any email address to invite someone who isn't in your CRM. They'll receive the calendar invite but won't be tracked in the CRM unless you manually create a contact for them.
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Meeting Links</span>
</div>

## Meeting Links

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>🎥</span> <strong>Google Meet</strong> — If Google Workspace is connected, click <strong>Add Google Meet</strong> to generate a Meet link automatically. The link is embedded in the invite.
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>💬</span> <strong>Microsoft Teams</strong> — If Microsoft 365 is connected, click <strong>Add Teams Meeting</strong> to generate a Teams link.
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>🔗</span> <strong>Custom Link</strong> — Paste any Zoom, Webex, Around, or other URL in the <strong>Video Link</strong> field.
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)",
borderLeft: "4px solid #30C8CA"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>📌</span> The meeting link appears in:

  <div style={{ marginTop: "12px", marginLeft: "28px", display: "flex", flexDirection: "column", gap: "8px" }}>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>•</span> The calendar event body</span>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>•</span> The email invite sent to all attendees</span>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>•</span> The event card in the ParsaLink calendar view</span>
  </div>
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>CRM Integration</span>
</div>

## Linking Events to CRM Records

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>🔗</span> Use the <strong>CRM Links</strong> section when creating or editing an event to associate it with:

  <div style={{ marginTop: "12px", marginLeft: "28px", display: "flex", gap: "24px", flexWrap: "wrap" }}>
    <span><span style={{ color: "#30C8CA" }}>•</span> <strong>Contacts</strong> — Track this meeting in the contact's activity history.</span>
    <span><span style={{ color: "#30C8CA" }}>•</span> <strong>Opportunities</strong> — Associate the meeting with a specific deal.</span>
    <span><span style={{ color: "#30C8CA" }}>•</span> <strong>Accounts</strong> — Link to the company involved.</span>
  </div>
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>🔁</span> You can link to multiple records of each type. For example, a demo call might be linked to two contacts at the same account and the opportunity they're associated with.
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Managing Events</span>
</div>

## Editing and Cancelling Events

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>✏️</span> To edit an event, click it in the calendar and select <strong>Edit</strong>. Changes are saved and attendees receive an updated invite.
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "16px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>❌</span> To cancel an event:

  <div style={{ marginTop: "12px", marginLeft: "28px", display: "flex", flexDirection: "column", gap: "8px" }}>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>1.</span> Open the event.</span>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>2.</span> Click <strong>Cancel Event</strong>.</span>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>3.</span> Optionally enter a cancellation message that will be sent to attendees.</span>
  </div>
</div>

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "32px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>🗑️</span> Cancelled events are removed from all attendees' calendars and marked as cancelled in ParsaLink. The activity timeline entry remains on linked CRM records.
</div>

***

<div
  style={{ 
display: "inline-flex",
alignItems: "center",
gap: "8px",
background: "rgba(28,117,138,0.12)",
padding: "6px 16px",
borderRadius: "999px",
marginBottom: "20px"
}}
>
  <span
    style={{ 
width: "8px", 
height: "8px", 
background: "#30C8CA", 
borderRadius: "999px",
display: "inline-block"
}}
  />

  <span style={{ 
    color: "#1C758A", 
    fontSize: "12px", 
    fontWeight: "700", 
    letterSpacing: "0.08em", 
    textTransform: "uppercase" 
  }}>Reminders</span>
</div>

## Event Reminders

<div
  className="bg-white dark:bg-black dark:border-white/10 dark:text-white [&_*]:dark:text-white"
  style={{
border: "1px solid #E5E7EB",
borderRadius: "20px",
padding: "20px 24px",
marginBottom: "20px",
boxShadow: "0 4px 12px rgba(0,0,0,0.03)"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "12px" }}>⏰</span> Set reminders for yourself when creating an event:

  <div style={{ marginTop: "12px", marginLeft: "28px", display: "flex", flexDirection: "column", gap: "8px" }}>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>•</span> <strong>Email reminder</strong> — Sent at a specified time before the event (e.g., 30 minutes, 1 hour, 1 day).</span>
    <span style={{ display: "flex", alignItems: "center", gap: "8px" }}><span style={{ color: "#30C8CA" }}>•</span> <strong>In-app notification</strong> — An alert inside ParsaLink.</span>
  </div>
</div>

<div
  className="dark:bg-black dark:border-white/10"
  style={{
background: "rgba(48,200,202,0.08)",
border: "1px solid rgba(48,200,202,0.2)",
borderRadius: "16px",
padding: "16px 20px",
marginBottom: "20px"
}}
>
  <span style={{ color: "#30C8CA", fontWeight: "600", marginRight: "10px" }}>💡</span>
  <span style={{ fontSize: "14px" }}>Use event descriptions to paste your meeting agenda. After the meeting, open the event and click <strong>Ask Parsa AI</strong> to extract action items from your notes directly into CRM tasks.</span>
</div>
