Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

2.3) Adapting the file “O365_Update_v2v3.py” or “O365_Update_24h_v2v3.py”:

Edit the file O365_Update_v2v3.py or O365_Update_24h_v2v3.py in a text editor and adjust the following parameters:

...

Info

One of the following scriptsis used: O365_Update_v3.py or O365_Update_24h_v3.py.

  • O365_Update_v2v3.py always shows the next appointment, even if it is not until the next day.
  • O365_Update_24h_v2v3.py only shows appointments on the same day.

...

3.1) Installing the Python modules for Office 365: 

3.1.1) Enter the following command: pip install o365

3.1.2) Enter the command pip install tzdata to connect the IANA timezone database.

Image Added


3.2) Installing the ExchangeOnlineManagement module:

...