SOLVED
Never mind, it just required me to pass the meta_key into the argument. For those who run into the same issue:
{% set args = { post_type: 'wps_webinar', posts_per_page: -1, orderby: 'date_of_webinar', order: 'DESC', meta_key: 'date_of_webinar' } %}