
CHAPTER 19
Built-in Applications and System Data
Summary 19-55
calendar:GetMeetingIconType(mtgTextOFrame, mtgStartDate)
// returns the type of icon of a meeting or event
GetCalendarMeetingType() // returns an array of meeting
// types registered with Dates (platform file func)
GetCalendarMeetingTypeInfo(typeSymbol ) // returns
// information about a meeting type registered with
// Dates (platform file function)
calendar:GetMeetingInvitees(mtgText, mtgStartDate) // returns
// list of invitees
calendar:GetMeetingLocation(mtgText, mtgStartDate) // returns
// meeting location
calendar:GetMeetingNotes(mtgText, mtgStartDate) // returns
// notes for a meeting
calendar:GetSelectedDates() // returns currently selected
// date(s)
calendar:MoveAppointment(mtgText, mtgStartDate, newStartDate,
newDuration) // changes date or duration of specified
// meetings or events or repeating series
calendar:MoveOnlyOneAppointment(mtgText, mtgStartDate,
newStartDate, newDuration) // changes date or duration of
// a specified meeting or event or repeating meeting
// or event instance
calendar:OpenMeetingSlip(meetingFrame, date, openDefaultSlip)
// opens slip for specified meeting
calendar:RegInfoItem(symbol, frame) // adds item to info
// picker
calendar:RegMeetingType(symbol, frame) // adds meeting type
// to New picker
myMeetingType:NewMeeting (date, parentBox) // creates a new
// meeting for custom meeting type
myMeetingType:OpenMeeting(meeting, date, parentBox) // opens
// meeting slip for custom meeting type
calendar:RememberedClose(view)// closes view opened with
// RememberedOpen
calendar:RememberedOpen(view) // opens view and sets up
// closing of view with calendar
calendar:SetEntryAlarm(mtgText,mtgStartDate,minutesBefore)
// sets alarm for specified meeting
calendar:SetMeetingIconType(mtgText,mtgStartDate,newIconType)
// sets icon type for specified meeting or event
calendar:SetMeetingInvitees(mtgText, mtgStartDate, invitees)
// sets list of invitees for specified meeting
calendar:SetMeetingLocation(mtgText, mtgStartDate, location)
// sets location for specified meeting
Commentaires sur ces manuels