Schedule Item

class AzuracastPy.models.schedule_item.ScheduleItem(id: int, type: str, name: str, title: str, description: str, start_timestamp: int, start: str, end_timestamp: int, end: str, is_now: bool)

Represents a single item in the station’s schedule.

__init__(id: int, type: str, name: str, title: str, description: str, start_timestamp: int, start: str, end_timestamp: int, end: str, is_now: bool)

Initializes a ScheduleItem object.

Note

This class should not be initialized directly. Instead, obtain an instance via: schedule().