HTML_CalendarEvent Class
This class provides an API to support calendar events: it provides four useful properties. This class inherits the HTML_Object Class.
Note that for properties of type DateTime Type, the time resolution is to the nearest minute (i.e., the seconds are always zero).
String HTML_CalendarEvent.description
This read/write property holds a description of the event as a string (which may be empty).
DateTime HTML_CalendarEvent.endDateTime
This read/write property holds the DateTime Type when the event is due to end.
DateTime HTML_CalendarEvent.startDateTime
This read/write property holds the DateTime Type when the event is due to start.
String HTML_CalendarEvent.title
This read/write property holds the title of the event as a string.
See also, Calendar Event Support.
© 2024 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.