is_all_day_event#

langchain_google_community.calendar.utils.is_all_day_event(start_datetime: str, end_datetime: str) bool[source]#

Check if the event is all day.

Parameters:
  • start_datetime (str)

  • end_datetime (str)

Return type:

bool