SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.92k stars 1.23k forks source link

Calendar appointment row item component #4025

Closed swayongshen closed 3 months ago

swayongshen commented 3 months ago

For the UI integration card, calendar type here https://sapui5.hana.ondemand.com/test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/overview/cardTypes

image

Is the row item also exposed as a control that can be imported? I can't seem to find anything about it.

image

Thanks in advance colleagues

dimovpetar commented 3 months ago

Hello @swayongshen ,

"Team meeting", "online meeting", the icon, and more are part of the "items". You can find in-depth documentation about each property here. You can also check the calendar sample here.

Does this answer your question?

Best regards, Petar

swayongshen commented 3 months ago

@dimovpetar Thanks for referencing the sample. However, I want to use the control individually, not as part of a calendar. How may I use it in an XML view for example?

dimovpetar commented 3 months ago

Hello @swayongshen ,

This there is no such control available. The closest thing you can get is to use the sap.ui.unified.CalendarAppointment element. Note that it is an Element, not Control, therefore it doesn't provide its own rendering. It has to be used in control like the sap.m.PlanningCalendar or similar.

Best regards, Petar