{"id":8392,"date":"2017-04-27T14:11:58","date_gmt":"2017-04-27T05:11:58","guid":{"rendered":"https:\/\/www.ka-net.org\/blog\/?p=8392"},"modified":"2017-04-27T14:11:58","modified_gmt":"2017-04-27T05:11:58","slug":"office%e3%82%a2%e3%83%89%e3%82%a4%e3%83%b3%e3%83%a1%e3%83%bc%e3%83%ab%e3%82%a2%e3%83%89%e3%82%a4%e3%83%b3%e3%81%8b%e3%82%89outlook-rest-api%e3%82%92%e5%91%bc%e3%81%b3%e5%87%ba%e3%81%99%e6%96%b9","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=8392","title":{"rendered":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5"},"content":{"rendered":"<p>GitHub\u306b<a href=\"https:\/\/github.com\/OfficeDev\/office-js-docs\/blob\/master\/docs\/outlook\/use-rest-api.md\" title=\"Use the Outlook REST APIs from an Outlook add-in\" target=\"_blank\">\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5<\/a>\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055\u3063\u305d\u304f\u8a66\u3057\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n<h4 class=\"style4a\">\u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb<\/h4>\n<p>Permissions\u3092\u300c<span style=\"color: #ff0000; font-weight: bold;\">ReadWriteMailbox<\/span>\u300d\u306b\u3057\u3066\u3044\u308b\u306e\u304c\u30dd\u30a4\u30f3\u30c8\u3067\u3059\u3002<br \/>\n\u9069\u5207\u306a\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u3092\u8a2d\u5b9a\u3057\u3066\u3044\u306a\u3044\u3068\u3001API\u3092\u547c\u3073\u51fa\u3057\u305f\u3068\u304d\u306b\u300cErrorAccessDenied\u300d(The api you are trying to access does not support item scoped OAuth.)\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\r\n&lt;OfficeApp xmlns=&quot;http:\/\/schemas.microsoft.com\/office\/appforoffice\/1.1&quot; xmlns:xsi=&quot;http:\/\/www.w3.org\/2001\/XMLSchema-instance&quot; xsi:type=&quot;MailApp&quot;&gt;\r\n  &lt;Id&gt;6151ca01-a33f-4677-9a6f-2f1a974ef48a&lt;\/Id&gt;\r\n  &lt;Version&gt;1.0&lt;\/Version&gt;\r\n  &lt;ProviderName&gt;kinuasa&lt;\/ProviderName&gt;\r\n  &lt;DefaultLocale&gt;ja-JP&lt;\/DefaultLocale&gt;\r\n  &lt;DisplayName DefaultValue=&quot;Sample 201704&quot; \/&gt;\r\n  &lt;Description DefaultValue=&quot;\u30c6\u30b9\u30c8\u7528\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u3067\u3059(201704)&quot;\/&gt;\r\n  &lt;Hosts&gt;\r\n    &lt;Host Name=&quot;Mailbox&quot; \/&gt;\r\n  &lt;\/Hosts&gt;\r\n  &lt;Requirements&gt;\r\n    &lt;Sets&gt;\r\n      &lt;Set Name=&quot;MailBox&quot; MinVersion=&quot;1.1&quot; \/&gt;\r\n    &lt;\/Sets&gt;\r\n  &lt;\/Requirements&gt;\r\n  &lt;FormSettings&gt;\r\n    &lt;Form xsi:type=&quot;ItemRead&quot;&gt;\r\n      &lt;DesktopSettings&gt;\r\n        &lt;SourceLocation DefaultValue=&quot;https:\/\/(WebServer)\/mail.html&quot; \/&gt;\r\n        &lt;RequestedHeight&gt;150&lt;\/RequestedHeight&gt;\r\n      &lt;\/DesktopSettings&gt;\r\n    &lt;\/Form&gt;\r\n  &lt;\/FormSettings&gt;\r\n  &lt;Permissions&gt;ReadWriteMailbox&lt;\/Permissions&gt;\r\n  &lt;Rule xsi:type=&quot;RuleCollection&quot; Mode=&quot;Or&quot;&gt;\r\n    &lt;Rule xsi:type=&quot;ItemIs&quot; ItemType=&quot;Message&quot; FormType=&quot;Read&quot; \/&gt;\r\n  &lt;\/Rule&gt;\r\n  &lt;DisableEntityHighlighting&gt;false&lt;\/DisableEntityHighlighting&gt;\r\n&lt;\/OfficeApp&gt;<\/pre>\n<h4 class=\"style4a\">\u30a2\u30c9\u30a4\u30f3\u672c\u4f53(mail.html)<\/h4>\n<p>\u7d30\u304b\u3044\u8aac\u660e\u306f<a href=\"https:\/\/github.com\/OfficeDev\/office-js-docs\/blob\/master\/docs\/outlook\/use-rest-api.md\" title=\"Use the Outlook REST APIs from an Outlook add-in\" target=\"_blank\">GitHub<\/a>\u306b\u66f8\u3044\u3066\u3042\u308b\u901a\u308a\u3067\u3001<a href=\"https:\/\/dev.outlook.com\/reference\/add-ins\/preview\/Office.context.mailbox.html#getCallbackTokenAsync\" title=\"mailbox - Outlook Add-in API Preview\" target=\"_blank\">getCallbackTokenAsync<\/a>\u30e1\u30bd\u30c3\u30c9\u3067\u53d6\u5f97\u3057\u305f\u30a2\u30af\u30bb\u30b9\u30c8\u30fc\u30af\u30f3\u3092\u3001Authorization\u30d8\u30c3\u30c0\u30fc\u306b\u4ed8\u3051\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u6295\u3052\u3066\u3044\u308b\u3060\u3051\u3067\u3059\u3002<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n  &lt;head&gt;\r\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\r\n    &lt;meta name=&quot;robots&quot; content=&quot;noindex,nofollow&quot;&gt;\r\n    &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=Edge&quot;&gt;\r\n    &lt;title&gt;Sample&lt;\/title&gt;\r\n    &lt;script src=&quot;https:\/\/appsforoffice.microsoft.com\/lib\/1\/hosted\/office.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;script src=&quot;https:\/\/ajax.aspnetcdn.com\/ajax\/jquery\/jquery-3.2.1.min.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;script&gt;\r\n      Office.initialize = function(reason){\r\n        $(document).ready(function(){\r\n          $(&quot;#btnGetMessage&quot;).click(function(){\r\n            callOutlookApi();\r\n          });\r\n        });\r\n      }\r\n      \r\n      \/\/Outlook REST API\u547c\u3073\u51fa\u3057\r\n      function callOutlookApi(){\r\n        Office.context.mailbox.getCallbackTokenAsync({isRest: true}, function(result){\r\n          if(result.status == Office.AsyncResultStatus.Succeeded){\r\n            var access_token = result.value;\r\n            var item_id = Office.context.mailbox.item.itemId;\r\n            var item_restid = Office.context.mailbox.convertToRestId(item_id, Office.MailboxEnums.RestVersion.v2_0);\r\n            var rest_host = Office.context.mailbox.restUrl;\r\n            var message_url = rest_host + &quot;\/v2.0\/me\/messages\/&quot; + item_restid;\r\n            \r\n            \/\/API\u306b\u30e1\u30c3\u30bb\u30fc\u30b8ID\u3092\u6e21\u3057\u3066\u4ef6\u540d\u3084\u672c\u6587\u3092\u53d6\u5f97\r\n            $.ajax({\r\n              type: &quot;GET&quot;,\r\n              url: message_url,\r\n              dataType: &quot;json&quot;,\r\n              headers: {&quot;Authorization&quot;: &quot;Bearer &quot; + access_token}\r\n            }).done(function(response, textStatus, jqXHR){\r\n              var mail_from = response.From.EmailAddress.Address;\r\n              var mail_subject = response.Subject;\r\n              var mail_body = response.Body.Content;\r\n              var mail_sentdt = response.SentDateTime;\r\n              \r\n              var txt = &quot;\u9001\u4fe1\u65e5\u6642:&quot; + mail_sentdt + &quot;\\n&quot; +\r\n                        &quot;\u9001\u4fe1\u5143:&quot; + mail_from + &quot;\\n&quot; +\r\n                        &quot;\u4ef6\u540d:&quot; + mail_subject + &quot;\\n&quot; +\r\n                        &quot;\u672c\u6587:&quot; + mail_body;\r\n              $(&quot;#results&quot;).val(txt);\r\n            }).fail(function(jqXHR, textStatus, errorThrown){\r\n              $(&quot;#results&quot;).val(&quot;Error:&quot; + errorThrown);\r\n            });\r\n          }\r\n        });\r\n      }\r\n    &lt;\/script&gt;\r\n  &lt;\/head&gt;\r\n  &lt;body&gt;\r\n    &lt;button id=&quot;btnGetMessage&quot;&gt;\u30e1\u30c3\u30bb\u30fc\u30b8\u60c5\u5831\u53d6\u5f97&lt;\/button&gt;\r\n    &lt;textarea id=&quot;results&quot;&gt;&lt;\/textarea&gt;\r\n  &lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/OutlookRestApiFromMailAddIn_01.jpg\" alt=\"\" width=\"601\" height=\"592\" class=\"alignnone size-full wp-image-8393\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/OutlookRestApiFromMailAddIn_01.jpg 601w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/OutlookRestApiFromMailAddIn_01-300x296.jpg 300w\" sizes=\"auto, (max-width: 601px) 100vw, 601px\" \/><\/p>\n<h4 class=\"style4a\">API\u547c\u3073\u51fa\u3057\u306e\u5931\u6557<\/h4>\n<p><a href=\"https:\/\/github.com\/OfficeDev\/office-js-docs\/blob\/master\/docs\/outlook\/use-rest-api.md\" title=\"Use the Outlook REST APIs from an Outlook add-in\" target=\"_blank\">GitHub<\/a>\u306b\u66f8\u3044\u3066\u3042\u308b\u30b3\u30fc\u30c9\u3092\u5b9f\u884c\u3057\u3066\u3082\u6700\u521d\u306f\u4e0a\u624b\u304f\u3044\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002<\/p>\n<p>\u30a2\u30af\u30bb\u30b9\u30c8\u30fc\u30af\u30f3\u306f\u3061\u3083\u3093\u3068\u53d6\u5f97\u3067\u304d\u3066\u3044\u308b\u306f\u305a\u306a\u306e\u306b\u3001\u4f55\u5ea6\u3084\u3063\u3066\u3082\u30a8\u30e9\u30fc\u3002<br \/>\n\u4ed5\u65b9\u306a\u3044\u306e\u3067<a href=\"http:\/\/www.telerik.com\/fiddler\" title=\"Fiddler - Free Web Debugging Proxy - Telerik\" target=\"_blank\">Fiddler<\/a>\u3067\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u78ba\u8a8d\u3057\u305f\u3068\u3053\u308d\u3001\u300cRequestBroker-ParseUri\u300d(Resource not found for the segment &#8216;messages&#8217;.)\u30a8\u30e9\u30fc\u304c\u8fd4\u3063\u3066\u304d\u3066\u3044\u307e\u3057\u305f\u3002<\/p>\n<p>\u305d\u3053\u3067\u30b3\u30fc\u30c9\u3092\u3088\u304f\u898b\u3066\u307f\u308b\u3068\u3001<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/OutlookRestApiFromMailAddIn_02.jpg\" alt=\"\" width=\"754\" height=\"441\" class=\"alignnone size-full wp-image-8394\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/OutlookRestApiFromMailAddIn_02.jpg 754w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/OutlookRestApiFromMailAddIn_02-300x175.jpg 300w\" sizes=\"auto, (max-width: 754px) 100vw, 754px\" \/><\/p>\n<p>API\u306eURL\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059\u3002<br \/>\n(\u3053\u308c\u3060\u3068\u300chttps:\/\/outlook.office365.com\/api\/api\/v2.0\/messages\/\u300d\u306b\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059\u3002)<\/p>\n<p>\u4f55\u3068\u3044\u3046\u51e1\u30df\u30b9\uff01<br \/>\nURL\u3092\u4fee\u6b63\u3057\u305f\u3089\u554f\u984c\u7121\u304fAPI\u306e\u547c\u3073\u51fa\u305b\u307e\u3057\u305f\u3002<br \/>\n\u3084\u306f\u308a\u4e0a\u624b\u304f\u3044\u304b\u306a\u304b\u3063\u305f\u3068\u304d\u306f\u771f\u3063\u5148\u306b\u30ec\u30b9\u30dd\u30f3\u30b9\u3092\u78ba\u8a8d\u3057\u306a\u3044\u3068\u3044\u3051\u306a\u3044\u3067\u3059\u306d\u30fb\u30fb\u30fb\u3002<\/p>\n<div id=\"single_banner_area2\" class=\"clearfix one_banner\">\n<div class=\"single_banner single_banner_left\">\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- \u8a18\u4e8b\u4e2d(\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u5e83\u544a\u30e6\u30cb\u30c3\u30c8) -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-7306936664602087\"\r\n     data-ad-slot=\"5429724765\"\r\n     data-ad-format=\"auto\"\r\n     data-full-width-responsive=\"true\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n<\/div>\n<div class=\"single_banner single_banner_right\">\n<a href=\"\" target=\"_blank\"><img decoding=\"async\" src=\"\" alt=\"\" title=\"\" \/><\/a>\n<\/div>\n<\/div>\n\n<p><a href=\"http:\/\/dev.outlook.com\/reference\/add-ins\/index.html\" title=\"Home - Outlook Add-in API 1.4\" target=\"_blank\">Outlook Add-in API<\/a>\u3060\u3051\u3067\u3082\u30e1\u30fc\u30eb\u60c5\u5831\u306e\u53d6\u5f97\u7b49\u3067\u304d\u307e\u3059\u304c\u3001\u8db3\u308a\u306a\u3044\u90e8\u5206\u3092REST API\u3067\u88dc\u3048\u308b\u306e\u306f\u4fbf\u5229\u3060\u3068\u601d\u3044\u307e\u3059\u3002<br \/>\n\u306a\u304b\u306a\u304b\u9762\u767d\u3044\u306e\u3067\u3001\u8208\u5473\u304c\u3042\u308b\u65b9\u306f\u662f\u975e\u4e00\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"GitHub\u306b\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055\u3063\u305d\u304f\u8a66\u3057\u3066\u307f\u307e\u3057\u305f\u3002 \u30de\u30cb\u30d5\u30a7\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb Permissions\u3092\u300cReadWriteMailbox\u300d\u306b\u3057 [&hellip;]","protected":false},"author":1,"featured_media":7119,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"Outlook Add-in API\u3067\u8db3\u308a\u306a\u3044\u90e8\u5206\u306fREST API\u3067\u30ab\u30d0\u30fc\u3002 [[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5]","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[130,4,68],"tags":[],"class_list":["post-8392","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apps-for-office","category-office","category-outlook"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"GitHub\u306b\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u304d\u306c\u3042\u3055\"\/>\n\t<meta name=\"google-site-verification\" content=\"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=8392\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"GitHub\u306b\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=8392\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2017-04-27T05:11:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2017-04-27T05:11:58+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"GitHub\u306b\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#article\",\"name\":\"[Office\\u30a2\\u30c9\\u30a4\\u30f3]\\u30e1\\u30fc\\u30eb\\u30a2\\u30c9\\u30a4\\u30f3\\u304b\\u3089Outlook REST API\\u3092\\u547c\\u3073\\u51fa\\u3059\\u65b9\\u6cd5 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"[Office\\u30a2\\u30c9\\u30a4\\u30f3]\\u30e1\\u30fc\\u30eb\\u30a2\\u30c9\\u30a4\\u30f3\\u304b\\u3089Outlook REST API\\u3092\\u547c\\u3073\\u51fa\\u3059\\u65b9\\u6cd5\",\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-OfficeAddins.png\",\"width\":790,\"height\":480},\"datePublished\":\"2017-04-27T14:11:58+09:00\",\"dateModified\":\"2017-04-27T14:11:58+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#webpage\"},\"articleSection\":\"Office \\u30a2\\u30c9\\u30a4\\u30f3, Office\\u95a2\\u9023, Outlook\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"position\":2,\"name\":\"Office\\u95a2\\u9023\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=68#listItem\",\"name\":\"Outlook\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=68#listItem\",\"position\":3,\"name\":\"Outlook\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=68\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#listItem\",\"name\":\"[Office\\u30a2\\u30c9\\u30a4\\u30f3]\\u30e1\\u30fc\\u30eb\\u30a2\\u30c9\\u30a4\\u30f3\\u304b\\u3089Outlook REST API\\u3092\\u547c\\u3073\\u51fa\\u3059\\u65b9\\u6cd5\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=4#listItem\",\"name\":\"Office\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#listItem\",\"position\":4,\"name\":\"[Office\\u30a2\\u30c9\\u30a4\\u30f3]\\u30e1\\u30fc\\u30eb\\u30a2\\u30c9\\u30a4\\u30f3\\u304b\\u3089Outlook REST API\\u3092\\u547c\\u3073\\u51fa\\u3059\\u65b9\\u6cd5\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=68#listItem\",\"name\":\"Outlook\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1\",\"name\":\"\\u304d\\u306c\\u3042\\u3055\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u304d\\u306c\\u3042\\u3055\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392\",\"name\":\"[Office\\u30a2\\u30c9\\u30a4\\u30f3]\\u30e1\\u30fc\\u30eb\\u30a2\\u30c9\\u30a4\\u30f3\\u304b\\u3089Outlook REST API\\u3092\\u547c\\u3073\\u51fa\\u3059\\u65b9\\u6cd5 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"GitHub\\u306b\\u30e1\\u30fc\\u30eb\\u30a2\\u30c9\\u30a4\\u30f3\\u304b\\u3089Outlook REST API\\u3092\\u547c\\u3073\\u51fa\\u3059\\u65b9\\u6cd5\\u306b\\u95a2\\u3059\\u308b\\u89e3\\u8aac\\u304c\\u8f09\\u3063\\u3066\\u3044\\u305f\\u306e\\u3067\\u3001\\u3055\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-OfficeAddins.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=8392#mainImage\"},\"datePublished\":\"2017-04-27T14:11:58+09:00\",\"dateModified\":\"2017-04-27T14:11:58+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"GitHub\u306b\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=8392","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#article","name":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5","author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-OfficeAddins.png","width":790,"height":480},"datePublished":"2017-04-27T14:11:58+09:00","dateModified":"2017-04-27T14:11:58+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#webpage"},"articleSection":"Office \u30a2\u30c9\u30a4\u30f3, Office\u95a2\u9023, Outlook"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.ka-net.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","position":2,"name":"Office\u95a2\u9023","item":"https:\/\/www.ka-net.org\/blog\/?cat=4","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=68#listItem","name":"Outlook"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=68#listItem","position":3,"name":"Outlook","item":"https:\/\/www.ka-net.org\/blog\/?cat=68","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#listItem","name":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=4#listItem","name":"Office\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#listItem","position":4,"name":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=68#listItem","name":"Outlook"}}]},{"@type":"Organization","@id":"https:\/\/www.ka-net.org\/blog\/#organization","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","url":"https:\/\/www.ka-net.org\/blog\/"},{"@type":"Person","@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author","url":"https:\/\/www.ka-net.org\/blog\/?author=1","name":"\u304d\u306c\u3042\u3055","image":{"@type":"ImageObject","@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u304d\u306c\u3042\u3055"}},{"@type":"WebPage","@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=8392","name":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"GitHub\u306b\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#breadcrumblist"},"author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"creator":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-OfficeAddins.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=8392\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=8392#mainImage"},"datePublished":"2017-04-27T14:11:58+09:00","dateModified":"2017-04-27T14:11:58+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ka-net.org\/blog\/#website","url":"https:\/\/www.ka-net.org\/blog\/","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","og:type":"article","og:title":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"GitHub\u306b\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055","og:url":"https:\/\/www.ka-net.org\/blog\/?p=8392","article:published_time":"2017-04-27T05:11:58+00:00","article:modified_time":"2017-04-27T05:11:58+00:00","twitter:card":"summary","twitter:title":"[Office\u30a2\u30c9\u30a4\u30f3]\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"GitHub\u306b\u30e1\u30fc\u30eb\u30a2\u30c9\u30a4\u30f3\u304b\u3089Outlook REST API\u3092\u547c\u3073\u51fa\u3059\u65b9\u6cd5\u306b\u95a2\u3059\u308b\u89e3\u8aac\u304c\u8f09\u3063\u3066\u3044\u305f\u306e\u3067\u3001\u3055"},"aioseo_meta_data":{"post_id":"8392","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-24 08:28:51","updated":"2022-09-14 02:51:42","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-OfficeAddins.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-2bm","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/8392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8392"}],"version-history":[{"count":1,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/8392\/revisions"}],"predecessor-version":[{"id":8395,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/8392\/revisions\/8395"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7119"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}