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
Unfortunately, the base library for this componenet does not currently support adding/modifying attendees from the popup. I do not know if it is on their backlog to implement.
Hi,I'm using the Calendar (7.3.0) with Appian 24.1, and I don't understand how to display Attendee and Body fields in the Edit Form ?In the readonly form, the fields are well displayed, but when I click on the Edit button, the 2 fields are missing :
Regards
I'm not aware of any configuration in the library that allows for overriding that functionaity.
Is there any way to remove the "hand with finger" icon on mouse hover a calendar event on month view? I used the "readOnly: true" field yet into "options" parameter and also in all the event I loaded into "eventsValue", but the event is still clickable (I set to false also the popup from parameters 'useFormPopup' e 'useDetailPopup', but when I go hover events the basic arrow does not remain, the 'hand with finger' appears instead)
calendarDisplayField( viewType: "MONTH", showTitle: false, disabled: false, dateContext: index(local!splittedItem, 1, "") & "/01/" & index(local!splittedItem, 2, ""), detailDateFormat: "DD/MM/YYYY", eventsValue: local!events, options: { defaultView: "month", useFormPopup: false, useDetailPopup: false, isReadOnly: true, theme: { common: { backgroundColor: "#FFFFFF", border: "1px solid #e5e5e5", dayName: { color: "#000000" }, holiday: { color: "#000000" }, saturday: { color: "#000000" }, }, month: { dayExceptThisMonth: { color: "#d3d3d3" }, holidayExceptThisMonth: { color: "#d3d3d3" } } }, month: { visibleEventCount: 3, dayNames: {"sun", "mon", "tue", "wed", "thu", "fri", "sat"}, startDayOfWeek: 1, isAlways6Weeks: false } } )
(1) I don't see this behavior on my end. With options configured as:
I see the following for my Month view. I'd need more information on your configuration to provide additional feedback.
(2) The time was added in an effort to make the events easier to track in Month view, though it also appears in Week/Daily view which was not intended. There is not currently a way to format this, but I will at the very least remove this from Week/Daily view in the next release (TBD).
(3) I encountered a similar issue in testing. This appears to be an issue with the underlying library and I'm not currently of a way to resolve it. Some of the border capabilities in the old Toast version seem to have been removed in v2 unfortunately.
(4) My initial thought is to consider using a narrower view (Day, for example) or try padding with a narrow column to give you more scroll space. Otherwise, I'm not aware of anyway to solve this as the component is loaded inside a frame as part of Appian's framework.
Hello,I am using your calendar (v7) in my appian application (v23.3) and I have a few questions:1. When I try to use the option:
month:{ dayNames: {"MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN"} }
it doesn't work. Thursday is still "THURS". Am I doing something wrong here? The rest of the options work fine for me, for example month.workWeek works as intended.2. When I was using v6 the events in calendar were displayed with their title name, but in v7 their title is led by the time. So for example if title was previously displayed as "Title" it is now displayed as "1:00 am - Title." Is there a way to disable/format this?3. When I use theme:
{month:{
dayName: {
borderLeft: "1px solid #999999"
}}the borders do not match the calendar horizontally. Can I fix this somehow?4. When I use the component on my phone as an mobile app in official appian app from the play store on android, the scrolling doesn't work. I have to place my finger outside of the component to move the page up or down. This is quite hard to do as the calendar takes up most of the screen. Is there anything I could do about this?
That looks very good!
One question, is there any possibility to export the calendar?
Thanks a lot for everything!!
v7 of the calendar that will partially support this has been submitted to Appian, so keep an eye out for that soon. The configuration options to allow showing more events are in place, but part of that is overriden by how much space you give the calendar.
Using a monthly view, and setting visible weeks to 1 or 2, will allow for more events to display. Sneak peak with 4 events: