Class TeamsCalendarPojo

All Implemented Interfaces:
Serializable

public class TeamsCalendarPojo extends FlexTeamsMessage
See Also:
  • Constructor Details

    • TeamsCalendarPojo

      public TeamsCalendarPojo()
      if userIdOrPrincipal is not set, it will go on calendar "me", that of the user that is configured on the Microsoft
  • Method Details

    • setJsonBody

      public void setJsonBody(String pJsonBody)
    • getJsonBody

      public String getJsonBody()
    • setUserIdOrPrincipal

      public void setUserIdOrPrincipal(String pUserIdOrPrincipal)
      Parameters:
      pUserIdOrPrincipal - can be the whole principal name (entire email) or the user id.
    • getUserIdOrPrincipal

      public String getUserIdOrPrincipal()