Package de.xima.fc.placeholder
Class AppointmentLinkFactory
- java.lang.Object
-
- de.xima.fc.placeholder.AppointmentLinkFactory
-
public class AppointmentLinkFactory extends Object
Helper class for building calendar links or links to appointment files. External links are created to the blueprint of https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
forAppointment(String context, Appointment appointment, EAppointmentLinkType type, Locale locale)
static String
forFormRecord(String context, Vorgang formRecord, EAppointmentLinkType type, Locale locale)
-
-
-
Method Detail
-
forAppointment
public static String forAppointment(String context, Appointment appointment, EAppointmentLinkType type, Locale locale)
-
forFormRecord
public static String forFormRecord(String context, Vorgang formRecord, EAppointmentLinkType type, Locale locale)
-
-