diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 7fe2c346..37ba5e97 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1211,6 +1211,10 @@ "message": "If checked, the Model and API specified below will be used for adding tags to emails, regardless the one choosen in the ThunderAI options page.", "description": "" }, + "prefs_OptionText_get_calendar_event_use_specific_integration_Info": { + "message": "If checked, the Model and API specified below will be used for creating calendar events, regardless the one choosen in the ThunderAI options page.", + "description": "" + }, "placeholder_thunderai_def_sign": { "message": "Default signature as defined in ThunderAI options.", "description": "" diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index 164cd511..f0609ceb 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -const special_prompts_with_integration = ['add_tags', 'spamfilter', 'summarize']; +const special_prompts_with_integration = ['add_tags', 'spamfilter', 'summarize', 'get_calendar_event']; //, 'get_task']; export const integration_options_config = { chatgpt: { diff --git a/pages/get-calendar-event/mzta-get-calendar-event.html b/pages/get-calendar-event/mzta-get-calendar-event.html index 10e6d1cc..ee036aba 100644 --- a/pages/get-calendar-event/mzta-get-calendar-event.html +++ b/pages/get-calendar-event/mzta-get-calendar-event.html @@ -4,6 +4,7 @@ ThunderAI - __MSG_GetCalendarEvent_PageTitle__ + @@ -13,8 +14,20 @@
__MSG_get_calendar_event_prompt_prefs_title__
+ + + + + + - +
__MSG_prefs_OptionText_use_specific_integration__ + + +
__MSG_prefs_OptionText_calendar_enforce_timezone____MSG_prefs_OptionText_calendar_enforce_timezone__