* Adds new meta Meeting Types, "In Person" and "Online".
* These new types are automatically added to meetings:
* If a meeting has a `conference_url` populated, it is tagged as "Online".
* If a meeting has a `formatted_address` with three or more commas, and is not Temporarily Closed, it is tagged as "In Person". This avoids `Virtual Only` meetings with locations without a street address being shown.
* `123 Main Street, Philadelphia, PA, 19000, USA` will be tagged as "In Person", because it has three or more commas.
* `Philadelphia, PA, USA` will not be tagged as "In Person", as it has less than three commas.