CalendarTemplate class

톡캘린더의 구독 캘린더 또는 공개 일정 정보를 포함한 메시지 형식입니다. 카카오톡 채널의 구독 캘린더 또는 공개 일정을 사용자의 톡캘린더에 추가하는 기능을 제공합니다.

Inheritance
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true, includeIfNull: false)

Properties

buttons List<Button>?
버튼 목록 기본 버튼의 타이틀 외에 링크도 변경하고 싶을 때 설정 (최대 1개, 오른쪽 위치 보기 버튼은 고정)
final
content Content
일정에 대해 설명하는 컨텐츠 정보
final
hashCode int
The hash code for this object.
no setterinherited
id String
구독 캘린더 또는 공개 일정 ID
final
idType IdType
id의 타입, event(공개 일정) 또는 calendar(구독 캘린더) 중 하나
final
objectType String
"calendar" 고정 값
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited