mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Update Google Calendar Integration.
Update integration to use the latest Google API client. Move Google Account authorization code to a separate file. Move relevant files from 'bots/' to 'api/integrations/google/'. Add documentation for integration.
This commit is contained in:
committed by
Tim Abbott
parent
5a51f5f9d5
commit
bf71ad162c
@@ -163,6 +163,7 @@ INTEGRATIONS = {
|
||||
'codebase': Integration('codebase', 'codebase'),
|
||||
'email': Integration('email', 'email'),
|
||||
'git': Integration('git', 'git'),
|
||||
'google-calendar': Integration('google-calendar', 'google-calendar', display_name='Google Calendar'),
|
||||
'hubot': Integration('hubot', 'hubot'),
|
||||
'jenkins': Integration('jenkins', 'jenkins', secondary_line_text='(or Hudson)'),
|
||||
'jira-plugin': Integration(
|
||||
|
||||
Reference in New Issue
Block a user