SeedCodeCalendarFree12

Create Events

SeedCodeCalendarFree12.CreateEvents History

Hide minor edits - Show changes to output

March 19, 2014, at 10:22 PM by 50.132.84.245 -
Changed line 3 from:
From views such as the month tab, you can create a new event by clicking the "new" button in the calendar header, or by shift-clicking (holding down the shift key while clicking) into any cell in the month view. Shift clicking also works in the week view, but not in the day view.
to:
You can create a new event by clicking the "new" button in the calendar header, or by shift-clicking (holding down the shift key while clicking) into any cell in the month view. Shift clicking also works in the week view, but not in the day view.
April 02, 2012, at 01:25 AM by 50.132.84.245 -
Changed line 3 from:
From views such as the month tab, you can create a new event by clicking the "new" button in the calendar header, or by shift-clicking (holding down the shift key while clicking) into any cell in the month view. Shift clicking also works in the day and week views.
to:
From views such as the month tab, you can create a new event by clicking the "new" button in the calendar header, or by shift-clicking (holding down the shift key while clicking) into any cell in the month view. Shift clicking also works in the week view, but not in the day view.
Changed line 15 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 it.
March 09, 2012, at 06:25 AM by 50.132.84.245 -
Added lines 1-4:
!! How can I make new events in the calendar?

From views such as the month tab, you can create a new event by clicking the "new" button in the calendar header, or by shift-clicking (holding down the shift key while clicking) into any cell in the month view. Shift clicking also works in the day and week views.
 
March 09, 2012, at 06:24 AM by 50.132.84.245 -
Changed lines 5-6 from:
The script is called "Create Edit Delete Event ( SourceNo ) { Operation , DateStart , DateEnd , TimeStart }" and it can take any number of parameters to let you manipulate events using your own scripts.
to:
The script is called "Create Edit Delete Event { Operation , DateStart , DateEnd , TimeStart }" and it can take any number of parameters to let you manipulate events using your own scripts.
Changed lines 9-10 from:
-> "SourceNo = 1 ; Operation = Create ; DateStart = " & Get ( CurrentDate )
to:
-> "Operation = Create ; DateStart = " & Get ( CurrentDate )
February 03, 2010, at 10:25 PM 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, there is a script 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 }" and it can take any number of parameters to let you manipulate events using your own scripts.

For example, you may use the following parameter to create a new event for the current date:

-> "SourceNo = 1 ; Operation = Create ; 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: