NAME
Kernel::System::Calendar::Event::Transport::NotificationView – notification view transport layer for appointment notifications
DESCRIPTION
Notification event transport layer.
PUBLIC INTERFACE
new()
create a notification transport object. Do not use it directly, instead use:
use Kernel::System::ObjectManager;
local $Kernel::OM = Kernel::System::ObjectManager->new('');
my $TransportObject = $Kernel::OM->Get('Kernel::System::Calendar::Event::Transport::NotificationView');