Refactored google calendar sync

This commit is contained in:
Martin Bauer
2014-04-26 11:17:10 +02:00
committed by Martin Bauer
parent 46b4078fac
commit 1aa23d2691
11 changed files with 370 additions and 374 deletions

View File

@@ -1,5 +1,5 @@
from django.core.management.base import NoArgsCommand
from eventplanner_gcal.signals import deleteAllGCalEvents
from eventplanner_gcal.google_sync import deleteAllGCalEvents
class Command(NoArgsCommand):
help = 'Delete all events in the google calendar created by this app'