Register new calendar commands with the Tauri invoke handler

This commit is contained in:
iamdoubz
2026-07-01 15:07:29 -05:00
parent 6229b58645
commit f9e2f06ef1
+4
View File
@@ -139,6 +139,7 @@ pub fn run() {
commands::export_meeting,
commands::rename_speaker,
commands::merge_speakers,
commands::map_speaker_to_participant,
commands::llm_status,
commands::set_llm_provider,
commands::generate_summary,
@@ -146,6 +147,9 @@ pub fn run() {
commands::llm_setup_suggestions,
commands::pull_ollama_model,
commands::import_pst,
commands::list_calendar_events,
commands::get_calendar_event,
commands::attach_meeting_to_event,
commands::list_sync_targets,
commands::add_sync_target,
commands::update_sync_target,