// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "ios/public/provider/chrome/browser/add_to_calendar/add_to_calendar_api.h"

namespace ios::provider {

void PresentAddToCalendar(UIViewController* presenting_view_controller,
                          web::WebState* web_state,
                          EnhancedCalendarConfiguration* config) {}

}  // namespace ios::provider
