Opened 16 years ago

Closed 16 years ago

#6549 closed enhancement (fixed)

Add channel name to upcoming ical

Reported by: marcusbrutus Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: head
Severity: low Keywords: ical upcoming channel
Cc: Ticket locked: no

Description

After trying this feature out, the only issue I had was determining "where" I should be watching a show ... err ... I mean on what channel. To fix this, simply add the channel name as a location! (Sounds simple enough). Can confirm this works (tested with horde/kronolith).

Add this to the shows for-loop:

$event->setProperty('location', $show->channel->callsign);

Change History (2)

comment:1 Changed 16 years ago by Rob Smith

Owner: changed from xris to Rob Smith
Status: newassigned

comment:2 Changed 16 years ago by Rob Smith

Resolution: fixed
Status: assignedclosed

(In [21084]) Fixes #6549, this adds in the channel callsign as the location for ical events

Note: See TracTickets for help on using tickets.