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
Is there a way to list and event at a specifc time in the calender. Currently, I have used start and end attributes but I am unable to specify the event at a specific time of the day.
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!
The example app included in the package has example of setting times for start/end of events. I suggest looking at Example 2 first.