我想检索会议室的日历。
为了做到这一点,我使用以下方法
但是我收到此错误:
{
"error": {
"code": "ErrorItemNotFound",
"message": "The specified object was not found in the store.",
"innerError": {
"request-id": "e3401a80-6d31-4ae3-81d3-7a0b43eb7766",
"date": "2018-02-10T11:16:14"
}
}
}
Run Code Online (Sandbox Code Playgroud)
我正在使用 Microsoft Graph Explorer,我在其中配置了以下权限:
- Calendars.Read
- Calendars.Read.Shared
- Calendars.ReadWrite
- Calendars.ReadWrite.Shared
Run Code Online (Sandbox Code Playgroud)
我通过 Outlook 应用程序访问会议室日历没有问题。我错过了什么 ?
我曾经使用 Fabric 和 Fabric GoLang SDK 设置 Fabric 网络并部署了 Fabric 网络和基本应用程序。我能够执行查询并写入链。有没有办法检索块信息?像块高度和当前哈希?
+ I'm unable to find out a documentation for GoLang Fabric SDK.
Run Code Online (Sandbox Code Playgroud)
我遵循以下代码和教程,
Fabric 基础应用程序 - 教程 https://chainhero.io/2017/07/tutorial-build-blockchain-app/
使用 GoLang SDK 的 Fabric 基本应用程序 - 代码 https://github.com/chainHero/heroes-service/
GoLang SDK - 官方 SDK https://github.com/hyperledger/fabric-sdk-go