free_busy_type Property

Indicates the busy status of the corresponding BusyRange .

Syntax

def get_free_busy_type(free_busy_index: int) -> str: ...

Default Value

""

Remarks

Indicates the busy status of the corresponding free_busy_busy_range. A calendar may use custom values for the free_busy_busy_type, but the standard values include:

  • BUSY
  • FREE
  • BUSY-TENTATIVE
  • BUSY-UNAVAILABLE

The free_busy_index parameter specifies the index of the item in the array. The size of the array is controlled by the free_busy_count property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]