Merge branch 'AddAttendeeToIcal' of https://github.com/TobiasSekan/dolibarr into develop
This commit is contained in:
commit
e27f1c623d
@ -137,7 +137,7 @@ function build_calfile($format, $title, $desc, $events_array, $outputfile)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
fwrite($calfileh,"ATTENDEE;RSVP=TRUE:mailto:".$assignedUser->email."\n");
|
fwrite($calfileh, "ATTENDEE;RSVP=TRUE:mailto:".$assignedUser->email."\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user