-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
enhancementNew feature or requestNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
Is your feature request related to a problem? Please describe.
getSchedule should pass in the timezone as so that the returned values also are in the proper timezone - otherwise it makes it harder for LLMs to reason about
https://github.com/PipedreamHQ/pipedream/blob/36a8917969982afaa545f7577f28f3c0dde4466c/components/microsoft_outlook_calendar/actions/get-schedule/get-schedule.mjs
Describe the solution you'd like
Pass in this.timezone in the headers for getSchedule: outlook.timezone
https://learn.microsoft.com/en-us/graph/api/calendar-getschedule?view=graph-rest-1.0&tabs=http
Do you have a workaround?
AI can do the translation between UTC and other timezones.
Comparable features in other tools?
Not sure.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Ready for Release