]> source.dussan.org Git - nextcloud-server.git/commit
Make icon set for CalDav event presentation, use in iMIP email.
authorbrad2014 <brad2014@users.noreply.github.com>
Thu, 10 Oct 2019 21:35:28 +0000 (14:35 -0700)
committerbrad2014 <brad2014@users.noreply.github.com>
Thu, 20 Aug 2020 20:16:47 +0000 (22:16 +0200)
commitb0687b1182e0c2da8873b2224d299f4c933f29db
tree9395e47a1fd16fd87922d8b2c1c6c1ed4af794f9
parent781359a5827f8a6fa477cbc23b0c8ef5e94bac23
Make icon set for CalDav event presentation, use in iMIP email.

iMIP e-mails were, as a hack, using filetypes icons for caldav
elements (titles, locations).  This commit creates a folder of
caldav element icons. To start, they are used in iMIP emails,
but eventually should be used by any app that wants to have icon
labels for caldav elements.

Signed-off-by: brad2014 <brad2014@users.noreply.github.com>
apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
core/img/caldav/attendees.svg [new file with mode: 0644]
core/img/caldav/description.svg [new file with mode: 0644]
core/img/caldav/link.svg [new file with mode: 0644]
core/img/caldav/location.svg [new file with mode: 0644]
core/img/caldav/organizer.svg [new file with mode: 0644]
core/img/caldav/time.svg [new file with mode: 0644]
core/img/caldav/title.svg [new file with mode: 0644]