Skip to content

exchangelib.errors.ErrorServerBusy #1225

Answered by Tre-Seibert
Tre-Seibert asked this question in Q&A
Discussion options

You must be logged in to vote

Solved by using the following:

        for item in account.calendar.all().only("subject", "start", "end", "location", "body"):
            calendar_items.append(item)
            print(calendar_items)
            if len(calendar_items) == 3:
                break

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@Tre-Seibert
Comment options

@ecederstrand
Comment options

Comment options

You must be logged in to vote
2 replies
@ecederstrand
Comment options

@Tre-Seibert
Comment options

Answer selected by Tre-Seibert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants