mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 20:32:39 +02:00
check if a google calendar exixst before adding it , in the add page
This commit is contained in:
parent
edf46e4de1
commit
ad0a1e5c97
7 changed files with 62 additions and 311 deletions
|
|
@ -47,6 +47,7 @@ def get_connector_emoji(connector_name: str) -> str:
|
|||
"DISCORD_CONNECTOR": "🗨️",
|
||||
"TAVILY_API": "🔍",
|
||||
"LINKUP_API": "🔗",
|
||||
"GOOGLE_CALENDAR_CONNECTOR": "📅",
|
||||
}
|
||||
return connector_emojis.get(connector_name, "🔎")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue