Zulu - Event Properties

From 360Works Product Documentation Wiki
(Redirected from Zulu Event Properties)
Jump to: navigation, search
These are the Event Properties that Zulu uses when dealing with events. For sanity, they are organized here by the FileMaker field name in the Zulu2SampleData database.

Contents

DateEnd

  • Event Property: END_DATE
  • Field Name: ZuluSampleEvents::DateEnd
  • Field Type: Date

The end date of the event.

DateStart

  • Event Property: START_DATE
  • Field Name: ZuluSampleEvents::DateStart
  • Field Type: Date

The start date of the event.

Event ID

  • Event Property: PKEVENT
  • Field Name: ZuluSampleEvents::Event ID
  • Field Type: Number

The primary key for this record. This will be used when updating events in FileMaker after an event has been edited in your calendar application. This field should be indexed.

Exchange_Attendees_Optional

  • Event Property: EOPTIONALATTENDEES
  • Field Name: ZuluSampleEvents::Exchange_Attendees_Optional
  • Field Type: Text


Exchange_Attendees_Required

  • Event Property: EREQUIREDATTENDEES
  • Field Name: ZuluSampleEvents::Exchange_Attendees_Required
  • Field Type: Text


Google_Attendees_Optional

  • Event Property: GOPTIONALATTENDEES
  • Field Name: ZuluSampleEvents::Google_Attendees_Optional
  • Field Type: Text


Google_Attendees_Required

  • Event Property: GREQUIREDATTENDEES
  • Field Name: ZuluSampleEvents::Google_Attendees_Required
  • Field Type: Text


Note

  • Event Property: DESCRIPTION
  • Field Name: ZuluSampleEvents::Note
  • Field Type: Text

The event description is a body of text including additional details about the event. This could also be considered the event note, or details.

Status

  • Event Property:
  • Field Name: ZuluSampleEvents::Status
  • Field Type: Text

This field is not required, and is only included in the Zulu2SampleData file as a means to demo filtering.

Summary

  • Event Property: SUMMARY
  • Field Name: ZuluSampleEvents::Summary
  • Field Type: Text

This is the title of the event.

TimeEnd

  • Event Property: END_TIME
  • Field Name: ZuluSampleEvents::TimeEnd
  • Field Type: Time

The end time of the event.

TimeStart

  • Event Property: START_TIME
  • Field Name: ZuluSampleEvents::TimeStart
  • Field Type: Time

The start time of the event.

zulu_ALARM_EMAIL_RECIPIENTS

  • Event Property: ALARM_EMAIL_RECIPIENTS
  • Field Name: ZuluSampleEvents::zulu_ALARM_EMAIL_RECIPIENTS
  • Field Type: Text

Return-separate list of email addresses to send alarm notifications. Only applicable when ALARM_TYPE=EMAIL.

zulu_ALARM_TRIGGER_MINUTES

  • Event Property: ALARM_TRIGGER_MINUTES
  • Field Name: ZuluSampleEvents::zulu_ALARM_TRIGGER_MINUTES
  • Field Type: Number

The number of minutes before the event that an alarm should be triggered. Takes priority over zulu_ALARM_TRIGGER_TIMESTAMP when determining when to trigger the alarm.

zulu_ALARM_TRIGGER_TIMESTAMP

  • Event Property: ALARM_TRIGGER_TIMESTAMP
  • Field Name: ZuluSampleEvents::zulu_ALARM_TRIGGER_TIMESTAMP
  • Field Type: TimeStamp

The date and time on which to trigger the alarm.

zulu_ALARM_TYPE

  • Event Property: ALARM_TYPE
  • Field Name: ZuluSampleEvents::zulu_ALARM_TYPE
  • Field Type: Text

Return-separate list of alarm types. Possible values are MESSAGE, AUDIO, or EMAIL. This field must be mapped in order for other alarm-related fields to have any affect.

zulu_CREATION_TIMESTAMP

  • Event Property: CREATION_TIMESTAMP
  • Field Name: ZuluSampleEvents::zulu_CREATION_TIMESTAMP
  • Field Type: TimeStamp

The timestamp on which this event was created.

zulu_DELETED

  • Event Property: DELETED
  • Field Name: ZuluSampleEvents::zulu_DELETED
  • Field Type: Number

A number field Zulu uses to tag an item to be deleted. When an event is deleted in you calendar application, Zulu does not delete the record in FileMaker. Instead, Zulu puts the value "1" in this field.

zulu_ICAL_DATA

  • Event Property: ICAL_DATA
  • Field Name: ZuluSampleEvents::zulu_ICAL_DATA
  • Field Type: Text

iCal data dump text field. This is populated by the server, and contains a text dump of all calendar data for an event. You will likely need to add a new field to your event table for this.

zulu_LOCATION

  • Event Property: LOCATION
  • Field Name: ZuluSampleEvents::zulu_LOCATION
  • Field Type: Text

Location of the event.

zulu_MODIFICATION_TIMESTAMP

  • Event Property: MODIFICATION_TIMESTAMP
  • Field Name: ZuluSampleEvents::zulu_MODIFICATION_TIMESTAMP
  • Field Type: TimeStamp

The timestamp on which this event was last modified.

zulu_RECURRENCE

  • Event Property: RECURRENCE
  • Field Name: ZuluSampleEvents::zulu_RECURRENCE
  • Field Type: Text

A json payload describing the recurrence rules for this event.

zulu_RECURRENCEID

  • Event Property: RECURRENCEID
  • Field Name: ZuluSampleEvents::zulu_RECURRENCEID
  • Field Type: Text

The recurrence id will have common values for every event in a recurrence series.

zulu_URL

  • Event Property: URL
  • Field Name: ZuluSampleEvents::zulu_URL
  • Field Type: Text

URL pertaining to the event. You can also include a URL in the description if you’d like.

zulu_UUID

  • Event Property: UUID
  • Field Name: ZuluSampleEvents::zulu_UUID
  • Field Type: Text

Text field which contains the Zulu UUID for an event. You will need to add a new field to your event table for the UUID. This field is populated by the Zulu. You should enable indexing on your UUID field, as it is searched on often.

Personal tools
Namespaces

Variants
Actions
Plug-in Products
Other Products
Navigation
Toolbox