О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.
mcal_fetch_event
(PHP3 >= 3.0.13, PHP4 >= 4.0b4)
mcal_fetch_event --
Fetches an event from the calendar stream
Description
object mcal_fetch_event
(int mcal_stream, int event_id [, int options])
mcal_fetch_event() fetches an event from the
calendar stream specified by id .
Returns an event object consisting of:
int id - ID of that event.
int public - TRUE if the event if public, FALSE if it is
private.
string category - Category string of the event.
string title - Title string of the event.
string description - Description string of the event.
int alarm - number of minutes before the event to send an
alarm/reminder.
object start - Object containing a datetime entry.
object end - Object containing a datetime entry.
int recur_type - recurrence type
int recur_interval - recurrence interval
datetime recur_enddate - recurrence end date
int recur_data - recurrence data
All datetime entries consist of an object that contains: