im_calendar_insert_or_update

EveAndersson.com : API Browser : im_calendar_insert_or_update

im_calendar_insert_or_update

im_calendar_insert_or_update [ -type type ] \
    [ -current_user_id current_user_id ] \
    -on_which_table on_which_table -on_what_id on_what_id \
    -start_date start_date -user_id user_id -related_url related_url \
    -title title [ -group_id group_id ] [ -end_date end_date ] \
    [ -description description ]
Defined in tcl/intranet-defs.tcl

Sets defaults we use in the intranet and then calls cal_insert_repeating_item with the appropriate tags. Note that in particular, group_id defaults to the employees group.

Switches:
-type (optional)
-current_user_id (optional)
-on_which_table (optional)
-on_what_id (optional)
-start_date (optional)
-user_id (optional)
-related_url (optional)
-title (optional)
-group_id (optional)
-end_date (optional)
-description (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com