Table of Contents
Enumerations #
Name | Values |
---|---|
RepeatFrequencies | None |
Yearly | |
Monthly | |
Weekly | |
Daily |
Constants #
This object exposes no constants.
Events #
This object exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | sTitle as String dStart as DateTime dEnd as DateTime = Nil | None | Creates a new instance of the class. |
Constructor | sTitle as String dStart as DateTime dEnd as DateTime iFrequency as GraffitiCalendarEvent.RepeatFrequencies iPeriod as Integer = 0 BGColor as Color = &c1111ff Border as Color = &c1111ff ForeColor as Color = &cffffff | None | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
AllDay | Boolean | False | When True, this event will span the entire day. |
BackgroundColor | Color | &c3a87ad | Background color of the event. |
BorderColor | Color | &c3a87ad | Border color of the event. |
CanMove | Boolean | True | Determines whether the user can move this event by dragging it within the UI. |
CanResize | Boolean | True | Determines whether the user can resize this event by dragging its border within the UI. |
Description | String | Empty | Description of the event. |
EndDate | DateTime | Nil | The ending point of the event. |
ID | String | Auto-generated | Used internally to distinguish events. Read-only. |
Location | String | Empty | The assigned location for the event, such as “Joe’s Office”. |
RepeatFrequency | RepeatFrequencies | None | Determines the scale upon which this event will be repeated. |
RepeatPeriod | Integer | 1 | Determine how often the event repeat within the scale. A value of 1 with a RepeatFrequency of Monthly will draw the event on the calendar every month using the same day and time. |
StartDate | DateTime | Nil | The beginning point of the event. |
Tag | Variant | Nil | Developer storage. |
TextColor | Color | &cFFFFFF | Text color of the event. |
Title | String | Empty | Title of the event. Displayed within the UI to the right of the event time (when not AllDay). |
URL | String | Empty | URL of the event, if loaded from an external source. |