Cocktail.Schedule.from_i_calendar

You're seeing just the function from_i_calendar, go back to Cocktail.Schedule module for more information.
Link to this function

from_i_calendar(i_calendar_string)

View Source

Specs

from_i_calendar(String.t()) :: {:ok, t()} | {:error, term()}

Parses a string in iCalendar format into a Cocktail.Schedule.t/0.

see Cocktail.Parser.ICalendar.parse/1 for details.