Bugfixes in Eventplanning & gcal coupling module
This commit is contained in:
@@ -41,7 +41,6 @@ def manage( request ):
|
||||
|
||||
@csrf_exempt
|
||||
def gcalApiCallback( request ):
|
||||
# TODO check channel info here
|
||||
token = ""
|
||||
if 'HTTP_X_GOOG_CHANNEL_TOKEN' in request.META: token = request.META['HTTP_X_GOOG_CHANNEL_TOKEN']
|
||||
channelID = ""
|
||||
|
||||
Reference in New Issue
Block a user