• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"appointmenttask" MDO List

Some tooltip text!
• 1 minute to read
 • 1 minute to read

MDO list provider for the task list of the AppointmentDialog. This list extends the basic with specialized icons based on the .

Implemented by the AppointmentTaskProvider class. The name of the MDO list is 'appointmenttask'.

Additional Attributes

Description Name Example Value
Set to true to get icon hints in format diary_color_ colorIconHints false

Sample Request

GET /api/v1/MDOList/appointmenttask
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("appointmenttask", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
12 Annet freebusy=0;allday=0;ispublished=0
7 Besøk freebusy=0;allday=0;ispublished=0
14 Kampanje freebusy=0;allday=0;ispublished=0
8 Lunsj freebusy=0;allday=0;ispublished=0
13 Messe freebusy=0;allday=0;ispublished=0
1 Møte inne freebusy=0;allday=0;ispublished=0
2 Møte ute freebusy=0;allday=0;ispublished=0
5 Oppfølging freebusy=0;allday=0;ispublished=0
6 Planlegging freebusy=0;allday=0;ispublished=0
11 Privat freebusy=0;allday=0;ispublished=0
10 Service freebusy=0;allday=0;ispublished=0
4 Telefon inn freebusy=0;allday=0;ispublished=0
3 Telefon ut freebusy=0;allday=0;ispublished=0
9 Tilbud freebusy=0;allday=0;ispublished=0
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top