|
|
|
@ -1,10 +1,11 @@ |
|
|
|
import calendar as cal_module |
|
|
|
import datetime |
|
|
|
from panera_shifts_gcal_backend.shifts import Shift |
|
|
|
from panera_shifts_gcal_backend.config import config |
|
|
|
from gapi.apis.calendar_api.models import Calendar |
|
|
|
|
|
|
|
from gapi.apis.calendar_api.calendar_api import calendar_api |
|
|
|
from panera_shifts import login, get_shifts_between |
|
|
|
from gapi.apis.calendar_api.models import Calendar |
|
|
|
from panera_shifts import get_shifts_between, login |
|
|
|
|
|
|
|
from panera_shifts_gcal_backend.config import config |
|
|
|
from panera_shifts_gcal_backend.shifts import Shift |
|
|
|
|
|
|
|
|
|
|
|
def init_calendar(): |
|
|
|
|