property Event.Italic as Boolean
Retrieves or sets a value that indicates whether the event should appear in italic.

TypeDescription
Boolean A boolean expression that indicates whether the event should appear in italic.

The following sample shows how to apply Italic font attribute to "today" date:

Calendar1.Events.Add(Date).Italic = True