Ejemplo n.º 1
0
 def create_account(self, account_data):
     namespace = Namespace()
     account = OutlookAccount(namespace=namespace)
     account.create_emailed_events_calendar()
     account.sync_should_run = False
     return self.update_account(account, account_data)