class Place::EventMailer
- Place::EventMailer
- PlaceOS::Driver
- Reference
- Object
Included Modules
- PlaceOS::Driver::Interface::MailerTemplates
Defined in:
place/event_mailer.crClass Method Summary
Instance Method Summary
- #create_network_user(user_email : String, password : String, group_ids : Array(String) = [] of String)
- #inspect_event_store : Hash(String, Array(PlaceCalendar::Event))
- #list_systems_in_zone(zone_id : String)
- #list_target_systems
- #on_load
- #on_update
-
#template_fields : Array(TemplateFields)
[ TemplateFields.new( trigger: {"bookings", "booked_by_notify"}, name: "Booking booked by notification", description: nil, fields: common_fields ), TemplateFields.new( trigger: {"bookings", "booking_notify"}, name: "Booking notification", description: "This template is used for booking notifications", fields: common_fields + [ {name: "start_time", description: "The start time of the booking"}, ] ), ] end
- #update_network_user_password(user_email : String, password : String, network_group_ids : Array(String) = [] of String)
Class Method Detail
Instance Method Detail
[ TemplateFields.new( trigger: {"bookings", "booked_by_notify"}, name: "Booking booked by notification", description: nil, fields: common_fields ), TemplateFields.new( trigger: {"bookings", "booking_notify"}, name: "Booking notification", description: "This template is used for booking notifications", fields: common_fields + [ {name: "start_time", description: "The start time of the booking"}, ] ), ] end