Procedural File: event.php
Source Location: /public_html/calendar/event.php
Page Details:
Includes:
adduserevent [line 54]
string adduserevent(
string $eid)
|
|
Adds an event to the user's calendar The user has asked that an event be added to their personal calendar. Show a confirmation screen.
Tags:
Parameters
| string |
$eid |
event ID to add to user's calendar |
editpersonalevent [line 179]
string editpersonalevent(
array $A)
|
|
Allows user to edit a personal calendar event
Tags:
Parameters
| array |
$A |
Record to display |
saveuserevent [line 143]
string saveuserevent(
string $eid)
|
|
Save an event to user's personal calendar User has seen the confirmation screen and they still wants to add this event to their calendar. Actually save it now.
Tags:
Parameters
| string |
$eid |
ID of event to save |
setCalendarLanguage [line 325]
void setCalendarLanguage(
&$aCalendar, object $aCalendar)
|
|
Set localised day and month names.
Parameters
| object |
$aCalendar |
reference(!) to a Calendar object |
| |
&$aCalendar |
|
|