Browse Source

fix bug update date event

master
root 2 years ago
parent
commit
20a4b5622c
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      models/event.py

+ 1
- 2
models/event.py View File

@ -654,8 +654,7 @@ class KalachakraEvent(models.Model):
updated_event = service.events().update(calendarId=self.calendar_id, eventId=self.calendar_event_id, body=body).execute()
def update_date_event(self,event_name,date_begin,hour_begin,hour_end):
event_name='Med'
date_begin='2023-03-24'
hour_begin=hour_begin-2
hour_end=hour_end-2


Loading…
Cancel
Save