GM - User Calendar

Documentation

GridMate provides the GM – User Calendar, a highly configurable calendar component that enables users to manage standard and custom objects within a unified calendar view. It supports advanced filtering, color conditioning, and dynamic event rendering based on user interactions.

Specification

Property
Type
Description

UserCalendar Id or Developer Name

String

GM - UserCalendar Id or Developer Name to use

Calendar Height

Integer

Set the calendar height. Use 9999 for dynamic height

API Reference

<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
    <apiVersion>64.0</apiVersion>
    <isExposed>true</isExposed>
    <masterLabel>GM - User Calendar</masterLabel>
    <targets>
        <target>lightning__RecordPage</target>
        <target>lightning__AppPage</target>
        <target>lightning__HomePage</target>
        <target>lightningCommunity__Page</target>
        <target>lightningCommunity__Default</target>
    </targets>
    <targetConfigs>
        <targetConfig
            targets="lightning__RecordPage,lightning__AppPage,lightning__HomePage,lightningCommunity__Default"
        >
            <property
                name="userCalendarId"
                type="String"
                label="UserCalendar Id or Developer Name"
                description="GM - UserCalendar Id or Developer Name to use"
            />

            <property
                name="height"
                type="Integer"
                label="Calendar Height"
                description="Set the calendar height. Use 9999 for dynamic height"
            />
        </targetConfig>
    </targetConfigs>
</LightningComponentBundle>

Last updated

Was this helpful?