Back to Super Productivity

Planner Calendar Event.Component

src/app/features/planner/planner-calendar-event/planner-calendar-event.component.html

18.4.4510 B
Original Source

{{ calendarEvent().icon || 'event' }} {{ calendarEvent().title }}

{{ calendarEvent().duration | msToString }}

@if (hasEventUrl()) { open_in_new {{ T.F.CALENDARS.CONTEXT_MENU.OPEN_IN_CALENDAR | translate }} } @if (isPluginEvent()) { schedule {{ T.F.CALENDARS.CONTEXT_MENU.RESCHEDULE | translate }} } add {{ T.F.CALENDARS.CONTEXT_MENU.CREATE_TASK | translate }} visibility_off {{ T.G.HIDE | translate }} @if (isPluginEvent()) { delete {{ T.F.CALENDARS.CONTEXT_MENU.DELETE_EVENT | translate }} }