We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a9ca9 commit 03b7714Copy full SHA for 03b7714
1 file changed
tutorial/outlookservice.py
@@ -64,7 +64,7 @@ def get_my_events(access_token, user_email):
64
# - Sort the results by the Start field in ascending order
65
query_parameters = {'$top': '10',
66
'$select': 'Subject,Start,End',
67
- '$orderby': 'Start ASC'}
+ '$orderby': 'Start/DateTime ASC'}
68
69
r = make_api_call('GET', get_events_url, access_token, user_email, parameters = query_parameters)
70
0 commit comments