Page 1 of 1

Publishing to the notes field in ical

PostPosted: Mon May 17, 2010 6:11 pm
by ekloeselvp88
Is it possible to publish from the calender description to the notes field in ical?

PostPosted: Mon May 17, 2010 6:26 pm
by John Sindelar
Yes. In the script "Write One FileMaker Event in iCal Format" add one new SetVariable script step to the ones already there.

Set the variable "$scical_Description" (without the quotes) to "GetField ( $$sc_FieldForDescription )" (without the quotes).

That's it.

Sorry you have to do this at all: we just left the description out when we wrote this the first time.

PostPosted: Wed May 19, 2010 1:40 pm
by ekloeselvp88
Thank you