Started with google calendar coupling
This commit is contained in:
8
eventplanner_gcal/views.py
Normal file
8
eventplanner_gcal/views.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.shortcuts import redirect
|
||||
|
||||
from eventplanner_gcal.models import syncGCalEvents
|
||||
|
||||
def runSync( request ):
|
||||
syncGCalEvents()
|
||||
return redirect("/")
|
||||
|
||||
Reference in New Issue
Block a user