Started with google calendar coupling

This commit is contained in:
Martin Bauer
2014-03-08 22:36:25 +01:00
parent 5a3d739a9b
commit ee37a5ddcb
8 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
from django.shortcuts import redirect
from eventplanner_gcal.models import syncGCalEvents
def runSync( request ):
syncGCalEvents()
return redirect("/")