Gets the event with specified id

Namespace:  EPiServer.Community.Calendar.Data
Assembly:  EPiServer.Community.Calendar (in EPiServer.Community.Calendar.dll) Version: 4.0.517.255

Syntax

C#
protected internal virtual Event GetEvent(
	int id
)

Parameters

id
Type: System..::.Int32
The id of the event to get

Return Value

Event object

See Also