使用带有Python的图API添加Outlook日历事件

时间:2018-09-19 12:40:47

标签: python api graph outlook

IAM使用Python和Microsoft图形API在Outlook日历中读取和添加事件 读取功能有效,但Iam无法添加事件 这是我的代码

<body>
  <div class="listBox">
    <p>Course ID: COMP108<br/>Course Name: Computer_Science_Industrial<br/>_Experience_Reflective_Learning_I<br/>Credits: 3<br/>Pre-Requisite: NONE<br/>Co-Requisite: NONE</p>
  </div>
  <img src="https://via.placeholder.com/40x40">
  <div class="listBox">
    <p>Course ID: COMP201<br/>Course Name: Computer_Science_Industrial<br/>_Experience_Reflective_Learning_II<br/>Credits: 3<br/>Pre-Requisite: MATH201<br/>Co-Requisite: NONE</p>
  </div>
    <img src="https://via.placeholder.com/40x40">
  <div class="listBox">
    <p>Course ID: COMP248<br/>Course Name: Object-Oriented_<br/>Programming_I<br/>Credits: 3<br/>Pre-Requisite: MATH204<br/>Co-Requisite: COMP201</p>
  </div>
</body>

在ecplise上显示-“ GET / tutorial / events / HTTP / 1.1” 200 1835 一个成功的回应应该是我所知的201 Iam在Django中使用python和两者都非常新

0 个答案:

没有答案
相关问题