Class CalendarInitData

java.lang.Object
com.bytedesk.core.calendar.CalendarInitData

public class CalendarInitData extends Object
  • Field Details

    • TECHNICAL_SUPPORT

      public static final String[] TECHNICAL_SUPPORT
      Technical Support Calendars 技术支持标签
    • SERVICE_REQUEST

      public static final String[] SERVICE_REQUEST
      Service Request Calendars 服务请求标签
    • CONSULTATION

      public static final String[] CONSULTATION
      Consultation Calendars 咨询标签
    • COMPLAINT_SUGGESTION

      public static final String[] COMPLAINT_SUGGESTION
      Complaint & Suggestion Calendars 投诉与建议标签
    • OPERATION_MAINTENANCE

      public static final String[] OPERATION_MAINTENANCE
      Operation & Maintenance Calendars 运维标签
  • Constructor Details

    • CalendarInitData

      public CalendarInitData()
  • Method Details

    • isParentCalendar

      public static boolean isParentCalendar(String calendar)
      Helper method to determine if a calendar is a parent calendar
      Parameters:
      calendar - The calendar key to check
      Returns:
      true if it's a parent calendar
    • getParentCalendar

      public static String getParentCalendar(String childCalendar)
      Helper method to get parent calendar key for a child calendar
      Parameters:
      childCalendar - The child calendar key
      Returns:
      The parent calendar key
    • getAllCalendars

      public static String[] getAllCalendars()
      Get all calendars as a single array
      Returns:
      Array containing all calendars