public class ICalService extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
The name of the bean of this service
|
Constructor and Description |
---|
ICalService() |
Modifier and Type | Method and Description |
---|---|
static ICalService |
getService()
Get an instance of the service
|
void |
sendAppointment(String strEmailAttendee,
String strEmailOptionnal,
String strSubject,
String strBodyContent,
String strLocation,
String strSenderName,
String strSenderEmail,
fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO appointment,
boolean bCreate)
Send an appointment to a user by email.
|
public static final String BEAN_NAME
public static ICalService getService()
public void sendAppointment(String strEmailAttendee, String strEmailOptionnal, String strSubject, String strBodyContent, String strLocation, String strSenderName, String strSenderEmail, fr.paris.lutece.plugins.appointment.web.dto.AppointmentDTO appointment, boolean bCreate)
strEmailAttendee
- Comma separated list of users that will attend the appointmentstrEmailOptionnal
- Comma separated list of users that will be invited to the appointment, but who are not required.strSubject
- The subject of the appointment.strBodyContent
- The body content that describes the appointmentstrLocation
- The location of the appointmentstrSenderName
- The name of the senderstrSenderEmail
- The email of the senderappointment
- The appointmentbCreate
- True to notify the creation of the appointment, false to notify its removalCopyright © 2021 City of Paris. All rights reserved.