Interface ICalendarActionProvider

    • Method Detail

      • accept

        CalendarActionResults accept​(boolean sendResponse)
                              throws Exception
        Implements the Accept method.
        Parameters:
        sendResponse - Indicates whether to send a response to the organizer.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a result of this operation.
        Throws:
        Exception - the exception
      • acceptTentatively

        CalendarActionResults acceptTentatively​(boolean sendResponse)
                                         throws Exception
        Implements the AcceptTentatively method.
        Parameters:
        sendResponse - Indicates whether to send a response to the organizer.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a result of this operation.
        Throws:
        Exception - the exception
      • decline

        CalendarActionResults decline​(boolean sendResponse)
                               throws Exception
        Implements the Decline method.
        Parameters:
        sendResponse - Indicates whether to send a response to the organizer.
        Returns:
        A CalendarActionResults object containing the various item that were created or modified as a result of this operation.
        Throws:
        Exception - the exception
      • createAcceptMessage

        AcceptMeetingInvitationMessage createAcceptMessage​(boolean tentative)
                                                    throws Exception
        Implements the CreateAcceptMessage method.
        Parameters:
        tentative - Indicates whether the new AcceptMeetingInvitationMessage should represent a Tentative accept response (as opposed to an Accept response).
        Returns:
        A new AcceptMeetingInvitationMessage.
        Throws:
        Exception - the exception