CalendarIntegration
Интеграция с внешним календарем
type CalendarIntegration implements Integration {
customizable: Boolean!
dummy: Boolean!
enabled: Boolean!
enabledType: CalendarIntegrationType
integrationLevel: IntegrationLevel!
login: String
redirectUrls: CalendarRedirectUrls!
}
Fields
CalendarIntegration.customizable
● Boolean!
non-null scalar
Можно ли настроить
CalendarIntegration.dummy
● Boolean!
non-null scalar
Является ли временной заглушкой-анонсом
CalendarIntegration.enabled
● Boolean!
non-null scalar
Подключена ли интеграция
CalendarIntegration.enabledType
● CalendarIntegrationType
enum
CalendarIntegration.integrationLevel
● IntegrationLevel!
non-null enum
Уровень интеграции
CalendarIntegration.login
● String
scalar
Логин в интеграции, отдается если подключена
CalendarIntegration.redirectUrls
● CalendarRedirectUrls!
non-null object
Interfaces
Integration
interface
Базовый объект интеграций