Field Mapping
Select the fields in your FileMaker database that represent the corresponding fields in the iCal data format. Title, timestamp start and timestamp end are required, so if you don't have these fields in your database, you'll need to add them. Note that the starting and ending timestamp fields need to actually be of the data type "Timestamp". If your database just has date and time fields (that would not be uncommon), look at the "TimestampStartCalc" and "TimestampEndCalc" fields in the included "AppointmentsExample.fmp12" file to see how we've calculated timestamp values from date and time fields. Feel free to copy/paste these fields into your own file.
Description, time zone, color, location and URL are optional fields.
Can I use related fields?
Yes! Just put the related fields you want to be able to choose from on your SeedCode Subscribe layout. You can filter on related fields, too.
Read about special field-naming considerations for Google Calendar.