# New implementation of Bing API's
## Goals :moneybag:
1. Consume timezone api to display for anonymous user
2. Move to appid implementation with server-server api's.
## Steps :running:
1. Purge apikey implementation:warning:
a. location autocomplete (6 impact places)
1. landing page > groups search
2. landing page > events earch
3. Groups search page
4. Events search page
5. Create/edit event form
6. Create/edit group form
2. Create a utility component (preferbly in react) to be used in all 6 places.
3. Create an endpoint for getting timezone value
4. change event-utility-functions to use timezone value from bing
Attached task
1. get profile time format in event-utility-functions
## Challenges 🤷♂
1. Reimplementing autocomplete and re-testing dependent usecases.