We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c27331 commit 352a475Copy full SHA for 352a475
zulip/integrations/google/google-calendar
@@ -1,7 +1,4 @@
1
#!/usr/bin/env python3
2
-#
3
-# This script depends on python-dateutil and python-pytz for properly handling
4
-# times and time zones of calendar events.
5
import argparse
6
import datetime
7
import itertools
zulip/integrations/google/requirements.txt
@@ -1,2 +1,4 @@
httplib2>=0.22.0
oauth2client>=4.1.3
+python-dateutil
+pytz
0 commit comments