mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Merge branch 'master' of https://github.com/jay0lee/GAM
This commit is contained in:
@@ -40,6 +40,10 @@ cache:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
- os: linux
|
||||||
|
name: "Linux 64-bit Focal"
|
||||||
|
dist: focal
|
||||||
|
language: shell
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit Bionic"
|
name: "Linux 64-bit Bionic"
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|||||||
@@ -372,6 +372,7 @@ def getEventAttributes(i, calendarId, cal, body, action):
|
|||||||
# calendars are notified of changes
|
# calendars are notified of changes
|
||||||
sendUpdates = 'externalOnly'
|
sendUpdates = 'externalOnly'
|
||||||
action = 'update' if body else 'add'
|
action = 'update' if body else 'add'
|
||||||
|
timeZone = None
|
||||||
while i < len(sys.argv):
|
while i < len(sys.argv):
|
||||||
myarg = sys.argv[i].lower().replace('_', '')
|
myarg = sys.argv[i].lower().replace('_', '')
|
||||||
if myarg in ['notifyattendees', 'sendnotifications', 'sendupdates']:
|
if myarg in ['notifyattendees', 'sendnotifications', 'sendupdates']:
|
||||||
|
|||||||
Reference in New Issue
Block a user