-
Is there already a built in a way to add enterprise support?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @jecsanb! I'm Dosu, your friendly bot here to help you solve bugs, answer questions, and assist with becoming a contributor. I'm here while you wait for a human maintainer. Let's tackle your questions together! For GitHub Enterprise Server integration, the GitHub API URL is specified in the file Regarding enterprise Office 365 Outlook integration, I couldn't find specific information on handling enterprise versions or calendar sharing within the super-productivity codebase. It might require custom development or configuration adjustments to support enterprise-specific features. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
@dosu |
Beta Was this translation helpful? Give feedback.
Hello @jecsanb! I'm Dosu, your friendly bot here to help you solve bugs, answer questions, and assist with becoming a contributor. I'm here while you wait for a human maintainer. Let's tackle your questions together!
For GitHub Enterprise Server integration, the GitHub API URL is specified in the file
src/app/features/issue/providers/github/github.const.ts
with the constantGITHUB_API_BASE_URL
, which is set to'https://api.github.com/'
. You would need to modify this URL to point to your GitHub Enterprise Server's API endpoint [1].Regarding enterprise Office 365 Outlook integration, I couldn't find specific information on handling enterprise versions or calendar sharing within the super-…