Class DailyLearning

Plug-ins for daily learning calendars such as Daf Yomi, Mishna Yomi, Nach Yomi, etc.

Learning schedules are provided by the @hebcal/learning package.

Constructors

Methods

Constructors

Methods

  • Register a new learning calendar.

    Parameters

    • name: string
    • calendar: Function

    Returns void

  • Returns an event from daily calendar for a given date. Returns null if there is no learning from this calendar on this date.

    Parameters

    • name: string
    • hd: HDate
    • il: boolean

    Returns null | Event