📆 Automatically add local venues to your Google calendar
App / Misc
๐Ÿ‘ 0 ๐Ÿ‘Ž 0

An ICalendar service has been added which allows you to get nearby venue events automatically added to your own calendar. (Instructions for Googe calendar)

The URL is :-
https://geoar.it/api/v1/venue/nearby/Latitude/Longitude/MaxVenues/RadiusInMeters/icalendar

Where :-

Latitude and Longitude are the GPS coordinates which set the starting position for the search. You can find out GPS coordinates by using this Google maps technique.

MaxVenues is the maximum number of venues to retrieve

RadiusInMeters is the raduis around you to search for a venue

For example :-

https://GeoAR.it/api/v1/venues/nearby/54.8907/-1.570197/200/true/20/icalendar

will fetch the first 20 venues within a 200 meter radius of the specified lat/lon coordinates