public final class ResourceTemplateHandler
extends java.lang.Object
 ${Organizer} urges you to go to the nuclear bunker ${NuclearBunkerId} localized
 at ${NuclearBunkerAddress}. Please stay calm.
 
 
 Then we replace the variables and append the result to the event
 description.ResourceTypeDescriptor, not the resource instanceResourceTypeDescriptor.propertiesResourceTemplateHelper| Constructor and Description | 
|---|
ResourceTemplateHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleAddedResources(VEvent vEvent,
                    java.util.List<ICalendarElement.Attendee> addedAttendees,
                    java.lang.String domainUid)
Process added resources templates of an existing event. 
 | 
void | 
handleCreatedEvent(VEventSeries vEventSeries,
                  java.lang.String domainUid)
Process resources templates, if any, of a newly created event. 
 | 
void | 
handleDeletedResources(VEvent vEvent,
                      java.util.List<ICalendarElement.Attendee> deletedAttendees)
Process removed resources templates of an existing event. 
 | 
public void handleCreatedEvent(VEventSeries vEventSeries, java.lang.String domainUid)
public void handleAddedResources(VEvent vEvent, java.util.List<ICalendarElement.Attendee> addedAttendees, java.lang.String domainUid)
public void handleDeletedResources(VEvent vEvent, java.util.List<ICalendarElement.Attendee> deletedAttendees)
Copyright © 2021. All Rights Reserved.