mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
3cd11b73cf
commit
b67063113e
|
@ -166,6 +166,8 @@ def _htmlCalendarDay(personCache: {}, cssCache: {}, translate: {},
|
|||
|
||||
# prepend a link to the sender of the calendar item
|
||||
if senderName and eventDescription:
|
||||
# if the sender is also mentioned within the event
|
||||
# description then this is a reminder
|
||||
senderActor2 = senderActor.replace('/users/', '/@')
|
||||
if senderActor not in eventDescription and \
|
||||
senderActor2 not in eventDescription:
|
||||
|
|
Loading…
Reference in New Issue