CalendarProvider,如何知道一个事件是否被接受?
CalendarProvider, how to know whether an event is accepted?
我正在从日历中获取事件,但我无法找到一种方法来了解该事件是被接受还是被拒绝。
我尝试使用此专栏:
CalendarContract.Instances.STATUS
但它总是returns 1.
我怎么知道活动是declined/accepted?
你应该使用 CalendarContract.Instances.SELF_ATTENDEE_STATUS.
我正在从日历中获取事件,但我无法找到一种方法来了解该事件是被接受还是被拒绝。 我尝试使用此专栏:
CalendarContract.Instances.STATUS
但它总是returns 1.
我怎么知道活动是declined/accepted?
你应该使用 CalendarContract.Instances.SELF_ATTENDEE_STATUS.