fix: indentation
This commit is contained in:
parent
34dcd1c5e1
commit
1df0f7600d
1 changed files with 1 additions and 0 deletions
|
|
@ -291,6 +291,7 @@ def google_calendar_insert_events(doc, method=None):
|
|||
event.update({"recurrence": unparse_recurrence(doc)})
|
||||
|
||||
try:
|
||||
pass
|
||||
# google_calendar.events().insert(calendarId=account.google_calendar_id, body=event).execute()
|
||||
# frappe.db.set_value("Event", doc.name, "google_calendar_event", 1, update_modified=False)
|
||||
# frappe.db.set_value("Event", doc.name, "google_calendar_id", account.google_calendar_id, update_modified=False)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue