IncomingInvitationReplyHandler extends IncomingInvitationHandler
Table of Contents
Constants
- CONTENT_TYPES = ['application/ics', 'text/calendar']
Methods
- __construct() : mixed
- IncomingInvitationReplyHandler constructor.
- createInstance() : IncomingInvitationReplyHandler
- fromComponent() : IncomingInvitationReplyHandler
- getEventId() : int|null
- handle() : IncomingInvitationReplyHandler
- handleFromRequest() : bool
- isSuccess() : bool
- sendNotificationGuestReaction() : void
Constants
CONTENT_TYPES
public
mixed
CONTENT_TYPES
= ['application/ics', 'text/calendar']
Methods
__construct()
IncomingInvitationReplyHandler constructor.
public
__construct() : mixed
createInstance()
public
static createInstance() : IncomingInvitationReplyHandler
Return values
IncomingInvitationReplyHandlerfromComponent()
public
static fromComponent(Calendar $component) : IncomingInvitationReplyHandler
Parameters
- $component : Calendar
Return values
IncomingInvitationReplyHandlergetEventId()
public
getEventId() : int|null
Return values
int|nullhandle()
public
handle() : IncomingInvitationReplyHandler
Tags
Return values
IncomingInvitationReplyHandlerhandleFromRequest()
public
static handleFromRequest(Event $event) : bool
Parameters
- $event : Event
Tags
Return values
boolisSuccess()
public
isSuccess() : bool
Return values
boolsendNotificationGuestReaction()
public
sendNotificationGuestReaction(array<string|int, mixed> $event, string $attendeeStatus) : void
Parameters
- $event : array<string|int, mixed>
- $attendeeStatus : string