PyCalendly icon indicating copy to clipboard operation
PyCalendly copied to clipboard

Feature Request : Need min_start_time and max_start_time for list events

Open chotaGit opened this issue 3 years ago • 0 comments

CalendlyAPI : https://developer.calendly.com/api-docs/b3A6NTkxNDEy-list-events

max_start_time string
Include events with start times prior to this time (sample time format: "2020-01-02T03:04:05.678Z"). This time should use the UTC timezone.

Examples:
2020-01-02T12:30:00Z

min_start_time string
Include events with start times after this time (sample time format: "2020-01-02T03:04:05.678Z"). This time should use the UTC timezone.

Examples:
2020-01-02T12:30:00Z

chotaGit avatar Mar 02 '22 20:03 chotaGit