> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Variables for meetings corresponding to the iCal standard

> Variables for meetings corresponding to the iCal standard

| Variable | Description                                                                                                                                                                                                                                                   |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| bate     | Formatted list of people invited to a meeting, created for iCal<br />ATTENDEE;RSVP=TRUE;CN="First Invited":MAILTO:;PARTSTAT=ACCEPTED<br />ATTENDEE;RSVP=TRUE;CN="Test Testesen":MAILTO:[test@SuperOffice.com](mailto:test@SuperOffice.com);PARTSTAT=TENTATIVE |
| bpat     | The main feature of the meeting's repeating pattern, formatted like the Daily pattern "FREQ=DAILY;", for example                                                                                                                                              |
| bprt     | The priority of the meeting, converted to iCal format: our 1 = iCal 9, our 2 = iCal 5 (default), our 3 = iCal 1                                                                                                                                               |
| brul     | The entire meeting's repeating pattern, formatted as "RRULE:" + bpat + bsub + bunt                                                                                                                                                                            |
| bsub     | The secondary feature of the meeting's repeating pattern, formatted as the sub-pattern Daily Workday "BYDAY=MO,TU,WE,TH,FR;", for example                                                                                                                     |
| bsun     | The start of the week for the meeting's repeating pattern, formatted as "WKST=SU" or "WKST=MO"                                                                                                                                                                |
| btzr     | The time zone rule for standard time, for the PC's local time. Formatted as RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=4SU                                                                                                                          |
| btzu     | The time zone rule for summer time, for the PC's local time. Formatted as RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=4SU                                                                                                                           |
| buid     | Unique ID created for iCal. SerialnoDfollowupIdDinvitedId (where D is a separator). For example, 1010000014D345D971. Only for follow-ups with several attendees                                                                                               |


## Related topics

- [Accept invitations](/en/email/inbox/learn/invitations.md)
- [Variables for follow-ups](/en/document/templates/variables/for-appointments.md)
- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.md)
- [NSTemplateVariablesParameters](/en/automation/crmscript/reference/CRMScript.NetServer.NSTemplateVariablesParameters.md)
- [Enum CalMethod](/en/automation/crmscript/reference/CRMScript.NetServer.CalMethod.md)
