DayBackOnline

Create Events

DayBackOnline.CreateEvents History

Hide minor edits - Show changes to output

June 30, 2015, at 02:42 PM by 142.4.217.188 -
Changed lines 17-27 from:
Absolutely. In fact, you'll see an example of this on our Sample Contacts layout where we have a "new event for contact" button. That button calls one of the scripts in the calendar specifically set up to receive commands from your other layouts (or even other files).

%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/dayback/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/dayback/samplecontacts.png]]

The script is called "Create Edit Delete Event ( SourceNo ) { Operation , DateStart , DateEnd , TimeStart , Resource... }" and it can take any number of parameters to let you manipulate events using your own scripts.

In our Sample Contacts example we send the following parameters to create a new record for the contact we're looking at:

-> "SourceNo = 1 ; Operation = Create ; ContactID = " & SampleContacts::_id & " ; DateStart = " & Get ( CurrentDate )

Read the comments at the beginning of this script to learn about other parameters you can send to this script. If you need to create event records from other layouts, or as part of scripted processes (like "create a followup call for this contact two weeks from today"), this script is your friend
.
to:
Absolutely. DayBack reads the events in your FileMaker tables so events you create there--by whatever means--will show up in the calendar.
June 30, 2015, at 02:40 PM by 142.4.217.187 -
Changed lines 13-15 from:
!! Can I make event records from outside the calendar, such as from portals on my other layouts?
to:
''The Default Source setting is not in place yet but will be soon.''

!! Can I make event records from outside the calendar, such as from my own FileMaker
layouts?
Changed line 25 from:
Read the comments at the beginning of this script to learn about other parameters you can send to this script.
to:
Read the comments at the beginning of this script to learn about other parameters you can send to this script. If you need to create event records from other layouts, or as part of scripted processes (like "create a followup call for this contact two weeks from today"), this script is your friend.
Changed line 17 from:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/pro12/contactcreateevent.png | https://www.seedcode.com/rootimages/stikipad/pro12/contactcreateevent.png]]
to:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/dayback/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/dayback/samplecontacts.png]]
Deleted lines 12-13:
Note that you can change this behavior if you wish by editing the script "Determine source for a new event"
Changed line 15 from:
Absolutely. In fact, you'll see an example of this on our Sample Contacts layout where we have a "new event for this contact" button. That button calls one of the scripts in the calendar specifically set up to receive commands from your other layouts (or even other files).
to:
Absolutely. In fact, you'll see an example of this on our Sample Contacts layout where we have a "new event for contact" button. That button calls one of the scripts in the calendar specifically set up to receive commands from your other layouts (or even other files).
May 19, 2012, at 11:27 PM by 50.132.84.245 -
Changed lines 19-20 from:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/pro12/contactcreateevent.png | https://www.seedcode.com/rootimages/stikipad/pro12/contactcreateevent.png]]
April 17, 2012, at 08:28 AM by 78.86.120.203 -
Added lines 1-14:
!! How can I create events for a specific source?

If you have [[multiple sources]] in the calendar we follow a simple rule to determine in which source an event is created:

-> You can set a default source for new events in the script "Load Calendar Settings - On Startup..."

-> If only one source is visible (is turned on in the Sources tab) then we create the event in that source.

-> If multiple sources are shown, and the default source is among them, we use the default source.

-> If multiple sources are shown, and the default source is NOT among them, we use the first visible source.

Note that you can change this behavior if you wish by editing the script "Determine source for a new event"

February 03, 2010, at 03:18 AM by 76.22.123.157 -
Changed lines 5-6 from:
%center% %width=500px% [[%newwin% https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:18 AM by 76.22.123.157 -
Changed lines 5-6 from:
%center% %width=500px% [[ %newwin% https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%center% %width=500px% [[%newwin% https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:17 AM by 76.22.123.157 -
Changed lines 5-6 from:
%center% %width=500px% [[ %newwin%https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%center% %width=500px% [[ %newwin% https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:17 AM by 76.22.123.157 -
Changed lines 5-6 from:
%newwin% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%center% %width=500px% [[ %newwin%https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:16 AM by 76.22.123.157 -
Changed lines 5-6 from:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png target="blank" | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%newwin% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:16 AM by 76.22.123.157 -
Changed lines 5-6 from:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png target="blank" | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:15 AM by 76.22.123.157 -
Changed lines 5-6 from:
%center% %width=500px% %newwin% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:15 AM by 76.22.123.157 -
Changed lines 5-6 from:
%newwin% %center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
to:
%center% %width=500px% %newwin% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:15 AM by 76.22.123.157 -
Changed lines 5-6 from:
%center% %width=500px% https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png
to:
%newwin% %center% %width=500px% [[ https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png | https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png]]
February 03, 2010, at 03:14 AM by 76.22.123.157 -
Added lines 5-6:
%center% %width=500px% https://www.seedcode.com/rootimages/stikipad/nextcal/samplecontacts.png
January 03, 2010, at 01:38 AM by 76.22.123.157 -
Added lines 1-11:
!! Can I make event records from outside the calendar, such as from portals on my other layouts?

Absolutely. In fact, you'll see an example of this on our Sample Contacts layout where we have a "new event for this contact" button. That button calls one of the scripts in the calendar specifically set up to receive commands from your other layouts (or even other files).

The script is called "Create Edit Delete Event ( SourceNo ) { Operation , DateStart , DateEnd , TimeStart , Resource... }" and it can take any number of parameters to let you manipulate events using your own scripts.

In our Sample Contacts example we send the following parameters to create a new record for the contact we're looking at:

-> "SourceNo = 1 ; Operation = Create ; ContactID = " & SampleContacts::_id & " ; DateStart = " & Get ( CurrentDate )

Read the comments at the beginning of this script to learn about other parameters you can send to this script.
(855) SEEDCODE
[email protected]
Follow us: