we create a lot of tasks with an excel script (output ical format). These iCal files will be imported in vibe. At the end, we have tasks with start date, end date, attendees, topic.
For example:
BEGIN:VTODO
DTSTART;TZID=Europe/Berlin;VALUE=DATE-TIME:20180701T000000
DUE;VALUE=DATE-TIME:20180801T230000Z
SUMMARY:Topic what to do
STATUS:NEEDS-ACTION
DESCRIPTION:
ATTENDEE;CN=penderle;ROLE=REQ-PARTICIPANT:MAILTO:penderle@blabla.com
ORGANIZER;CN=penderle:MAILTO:penderle@blabla.com
END:VTODO
Our problem is that we want to assign some tasks to groups. Does anybody know how to do this? If we assign a group manually and export into ical, the group will be resolved into the group members.
Thanks in advance,
Philip