Overview
The Groundswell Calendar Display, powered by ToastUI, gives designers the ability to quickly have a modern calendar display in their sites and dashboards with the simplicity of a single component. The dense, versatile display supports different calendar views with styling matching your site’s accent color. Example interfaces and utility rules are attached, which demonstrate usage and features of the component.
Key Features & Functionality
I can't comment in more detail without seeing an example of your issue. As noted, Example 2 is your best way to understand the right inputs and the right date formatting.
A raw event example would look like:
[id:2,
calendarId:1,
title:My Title,
category:time,
location:My Location,
start:2023-03-16T19:35:00.000Z,
end:2023-03-16T20:52:00.000Z,
attendees:My attendees,
body:My Body,
bgColor:,color:,borderColor:
]
This would render as
I have passed the same parameter, still unable to specify time!
Are you trying to import the ZIP directly downloaded from this page? If so, that won't work. You'll need to extract the Combined Files zip into the two child zips. One is the plugin itself, the other is the supporting application. The plugin itself can be loaded from the Admin Console directly (if on Appian Cloud) or this ZIP would need to be deployed to your on-prem site. Once loaded, then the app zip can be imported.
I'm getting an invalid package error when trying to import this component
Justin, thanks again! This will really help with my demo!
borderColor - this will also be added to the event helper next release
--
[id:2,calendarId:1,title:My Title,category:time,location:My Location,start:2023-02-22T19:00:00.000Z,end:2023-02-22T21:30:00.000Z,attendees:My attendees,body:My Body,bgColor:YELLOW,color:GREEN,borderColor:ORANGE]
Is there a way to change the color of the leftmost stripe in the image (the blue line left of Work)?
Color would be most color names, hex codes, or rgba() representation - similar to what is available in HTML/CSS. I would refer to this for user-friendly color names available: (https://www.w3schools.com/tags/ref_colornames.asp)
Adding the additional information to the helper/documentation is queued up but there is an existing release in review by Appian right now, so these updates will have to wait on that to be completed. Would estimate early March but exact time is completely dependent on Appian Engineering.