Closed remi closed 3 years ago
Recently, Absence.io changed how it exposes absences as calendar events. Previously, each event title was formatted like this:
Out of Office - $NAME
but now the absence type is used as the prefix instead of a generic one, so we have:
Vacation - $NAME Maternity Leave - $NAME etc.
We want to support all of them 🙂
Out of Office
#dispatch/elixir
🦀 Requesting reviewers for this pull request:
0
1
elixir
📖 Description and reason
Recently, Absence.io changed how it exposes absences as calendar events. Previously, each event title was formatted like this:
but now the absence type is used as the prefix instead of a generic one, so we have:
We want to support all of them 🙂
👷 Work done
Tasks
Out of Office
prefix and use only the last part of the title as the name🦀 Dispatch
#dispatch/elixir