Searched defs:GetCalendarContext (Results 1 – 1 of 1) sorted by relevance
105 struct GetCalendarContext : public ContextBase { struct106 std::optional<CalendarAccount> account;107 CalendarNapi *calendar = nullptr;108 napi_ref ref = nullptr;109 int id = -1;111 void GetCbInfo(napi_env env, napi_callback_info info) in GetCbInfo()