# client.create_poll()


Create an empty When2Meet poll and return its public URL.


Usage

``` python
client.create_poll(
    title,
    dates,
    start_hour,
    end_hour,
    timezone_name,
)
```
