The ICalendarDimAttributes interface contains properties and methods of a collection of custom attributes determined for calendar dictionary.
| Property name | Brief description | |
| Count | The Count property returns the number of custom attributes in calendar dictionary. | |
| Item | The Item property returns custom attribute. | |
| Name | The Name property determines custom attribute to be used for generating names of dictionary elements. |
| Method name | Brief description | |
| Add | The Add method creates a new custom attribute. | |
| Clear | The Clear method removes all custom attributes. | |
| FindByKey | The FindByKey method searches custom attribute based on its key. | |
| Remove | The Remove method removes custom attribute by its index. | |
| RemoveByKey | The RemoveByKey method removes custom attribute by its key. |
See also: