Skip to content

Commit

Permalink
Omit timezone preference, this shifts the actual time
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Jun 5, 2024
1 parent 8ce4aef commit f60000a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/server/api/consume-opening-hours.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const authProvider = new TokenCredentialAuthenticationProvider(credential, {

const graphClient = Client.initWithMiddleware({
authProvider: authProvider,
fetchOptions: {
headers: { 'Prefer': 'outlook.timezone="Europe/Amsterdam"' },
},
});

export default defineEventHandler(async (event) => {
Expand Down

0 comments on commit f60000a

Please sign in to comment.