Calendly
, allowing the recipient to schedule a meeting conveniently.ScheduleBubble
aims to streamline the event scheduling process, offering a user-friendly experience for both senders and recipients. With its robust features, it provides a dynamic solution for coordinating and managing meetings efficiently.
Properties | Type | Description |
---|---|---|
title | String | title of the scheduler bubble |
schedulerMessage | Scheduler Message | An instance of the SchedulerMessage class which holds information about the event scheduling availability . |
SchedulerBubbleStyle | SchedulerBubbleStyle | An object of styles for customizing the UI of the meeting bubble. You can override styles for the wrapper, title, goal completion text, schedule button, etc. If a style is not provided, the default style will be used. |
onScheduleClick | (timestamp:string, message: SchedulerMessage )=> void | A parameter that handles the on click callback. |
loggedInUser | Object | An instance for logged in user object |
SchedulerBubbleStyle
is a class extending BaseStyle
containing attributes to customize the appearance of the SchedulerBubble
component.
Properties | Type | Description |
---|---|---|
suggestedTimeTextFont | string | text font for suggested time |
suggestedTimeTextColor | string | text color for suggested time |
suggestedTimeBackground | string | text background for suggested time |
suggestedTimeBorder | string | text border for suggested time |
suggestedTimeBorderRadius | string | text border radius for suggested time |
suggestedTimeDisabledTextFont | string | disabled text font for suggested time |
suggestedTimeDisabledTextColor | string | disabled text color for suggested time |
suggestedTimeDisabledBackground | string | disabled text background for suggested time |
suggestedTimeDisabledBorder | string | disabled text border for suggested time |
suggestedTimeDisabledBorderRadius | string | disabled text border radius for suggested time |
titleTextFont | string | text font for title |
titleTextColor | string | text color for title |
subtitleTextFont | string | text font for subtitle |
subtitleTextColor | string | text color for subtitle |
summaryTextFont | string | text font for summary |
summaryTextColor | string | text color for summary |
goalCompletionTextFont | string | text font for goal completion |
goalCompletionTextColor | string | text color for goal completion |
timezoneTextFont | string | text font for timezone |
timezoneTextColor | string | text color for timezone |
moreButtonTextFont | string | text font for more button |
moreButtonTextColor | string | text color for more button |
moreButtonTextBorder | string | border for more button |
moreButtonTextBorderRadius | string | border radius for more button |
moreButtonTextBackground | string | background for more button |
moreButtonDisabledTextFont | string | disabled text font for more button |
moreButtonDisabledTextColor | string | disabled text color for more button |
moreButtonDisabledTextBorder | string | disabled border for more button |
moreButtonDisabledTextBorderRadius | string | disabled border radius for more button |
moreButtonDisabledTextBackground | string | disabled background for more button |
loadingIconTint | string | tint for loading icon |
backButtonIconTint | string | tint for back button icon |
clockIconTint | string | tint for clock icon |
calendarIconTint | string | tint for calendar icon |
timezoneIconTint | string | tint for timezone icon |
errorTextFont | string | text font for error message |
errorTextColor | string | text color for error message |
seperatorTint | string | tint for seperator |
listItemStyle | ListItemStyle | style object for CometChatListItem |
scheduleButtonStyle | object | style object for scheduleButton |
avatarStyle | AvatarStyle | style object for CometChatAvatar |
quickViewStyle | QuickViewStyle | style object for CometChatQuickView |
dateSelectorStyle | CalendarStyle | style object for CometChatCalendar |
timeSlotSelectorStyle | TimeSlotStyle | style object for CometChatTimeSlot |
Properties | Description |
---|---|
meetStartAt | time slot selected by user |
duration | duration for the meeting |
appID | app id of the application |
region | The text message |
payload | The type of the receiver- CometChatReceiverType.user (user) or CometChatReceiverType.group (group) |
conversationId | The type of the message that needs to be sent which in this case can be: CometChatMessageType.text __(text) |
sender | UID of the message sender |
receiver | UID of the user or GUID of the group receiving the message |
receiverType | The type of the receiver- CometChatReceiverType.user (user) or CometChatReceiverType.group (group) |
messageCategory | The category of the message - MessageCategoryConstants.interactive |
messageType | The type of message which is MessageTypeConstants.scheduler |
messageId | The id of the message |
interactionTimezoneCode | The time zone of user’s device |
interactedBy | The User id of interacting user |
interactedElementId | The element id of element making the request |