Invitation calendar.event 15 Minute(s) minutes notification 30 Minute(s) minutes notification 1 Hour(s) hours notification 2 Hour(s) hours notification 1 Day(s) days notification 2~3 Hour(s) mail hours email 5~6 Hour(s) mail hours email Customer Meeting Internal Meeting Off-site Meeting Open Discussion Feedback Meeting Calendar: Meeting Invitation ${object.event_id.user_id.email or ''} ${object.event_id.name} invitation ${('' if object.partner_id and object.partner_id.email and object.partner_id.email==object.email else object.email|safe)} ${object.partner_id and object.partner_id.email and object.partner_id.email==object.email and object.partner_id.id or False } % set colors = {'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}
${user.company_id.name}

Accept Decline View


Invitation to ${object.event_id.name}

Dear ${object.common_name},
${object.event_id.user_id.partner_id.name} invited you for the ${object.event_id.name} meeting of ${object.event_id.user_id.company_id.name}.

${object.event_id.get_interval('dayname', tz=object.partner_id.tz if not object.event_id.allday else None)}
${object.event_id.get_interval('day', tz=object.partner_id.tz if not object.event_id.allday else None)}
${object.event_id.get_interval('month', tz=object.partner_id.tz if not object.event_id.allday else None)}
${not object.event_id.allday and object.event_id.get_interval('time', tz=object.partner_id.tz) or ''}

Details of the event

    % if object.event_id.location:
  • Location: ${object.event_id.location} (View Map)
  • % endif % if object.event_id.description :
  • Description: ${object.event_id.description}
  • % endif % if not object.event_id.allday and object.event_id.duration
  • Duration: ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}
  • % endif
  • Attendees
      % for attendee in object.event_id.attendee_ids:
    • % if attendee.common_name != object.common_name: ${attendee.common_name} % else: You % endif
    • % endfor
]]>
Calendar: Date updated ${object.event_id.user_id.email or ''} ${object.event_id.name}: Date updated ${('' if object.partner_id and object.partner_id.email and object.partner_id.email==object.email else object.email|safe)} ${object.partner_id and object.partner_id.email and object.partner_id.email==object.email and object.partner_id.id or False } % set colors = {'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}
${user.company_id.name}

Accept Decline View


${object.event_id.name} date updated

Dear ${object.common_name},
The date of the meeting has been upated. The meeting ${object.event_id.name} created by ${object.event_id.user_id.partner_id.name} is now scheduled for ${object.event_id.get_display_time_tz(tz=object.partner_id.tz)}.

${object.event_id.get_interval('dayname', tz=object.partner_id.tz if not object.event_id.allday else None)}
${object.event_id.get_interval('day', tz=object.partner_id.tz if not object.event_id.allday else None)}
${object.event_id.get_interval('month', tz=object.partner_id.tz if not object.event_id.allday else None)}
${not object.event_id.allday and object.event_id.get_interval('time', tz=object.partner_id.tz) or ''}

Details of the event

    % if object.event_id.location:
  • Location: ${object.event_id.location} (View Map)
  • % endif % if object.event_id.description :
  • Description: ${object.event_id.description}
  • % endif % if not object.event_id.allday and object.event_id.duration
  • Duration: ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}
  • % endif
  • Attendees
      % for attendee in object.event_id.attendee_ids:
    • % if attendee.common_name != object.common_name: ${attendee.common_name} % else: You % endif
    • % endfor
]]>
Calendar: Reminder ${object.event_id.user_id.email or ''} ${object.event_id.name} - Reminder ${('' if object.partner_id and object.partner_id.email and object.partner_id.email==object.email else object.email|safe)} ${object.partner_id and object.partner_id.email and object.partner_id.email==object.email and object.partner_id.id or False } % set colors = {'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}
${user.company_id.name}

Accept Decline View


Reminder for ${object.event_id.name}

Dear ${object.common_name},
This is a reminder for the below event :

${object.event_id.get_interval('dayname', tz=object.partner_id.tz if not object.event_id.allday else None)}
${object.event_id.get_interval('day', tz=object.partner_id.tz if not object.event_id.allday else None)}
${object.event_id.get_interval('month', tz=object.partner_id.tz if not object.event_id.allday else None)}
${not object.event_id.allday and object.event_id.get_interval('time', tz=object.partner_id.tz) or ''}

Details of the event

    % if object.event_id.location:
  • Location: ${object.event_id.location} (View Map)
  • % endif % if object.event_id.description :
  • Description: ${object.event_id.description}
  • % endif % if not object.event_id.allday and object.event_id.duration
  • Duration: ${('%dH%02d' % (object.event_id.duration,(object.event_id.duration*60)%60))}
  • % endif
  • Attendees
      % for attendee in object.event_id.attendee_ids:
    • % if attendee.common_name != object.common_name: ${attendee.common_name} % else: You % endif
    • % endfor
]]>