MLKitBarcodeScanning フレームワーク リファレンス

MLKBarcodeCalendarEvent


@interface MLKBarcodeCalendarEvent : NSObject

QR コードから抽出されたカレンダーの予定。

  • カレンダーの予定の説明。

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *eventDescription;
  • カレンダーの予定の場所。

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *location;
  • カレンダーの予定の主催者。

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *organizer;
  • カレンダーの予定のステータス。

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *status;
  • カレンダーの予定の概要

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *summary;
  • カレンダーの予定の開始日。

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSDate *start;
  • end

    カレンダーの予定の終了日。

    宣言

    Objective-C

    @property (nonatomic, readonly, nullable) NSDate *end;
  • ご利用いただけません。

    宣言

    Objective-C

    - (nonnull instancetype)init;