Skip to content

Draft: SummarySection: Implemented location auto-fill feature

The commit introduces a new feature to the Summary Section of gnome-calendar that automatically fills the location field when the user clicks on the location button or icon in the event editing dialog.

To achieve this, the gcal-summary-section now uses a new public function called gcal_weather_service_get_location_name, which internally uses GWeatherInfo to fetch the location name. This new function has been added to gcal-weather-service.c.

This feature is intended to improve the user experience by making it faster and easier to add event locations.

Closes: #806

Edited by Vikram Kangotra

Merge request reports