Outlook appointment category

Cableguy

Expert
Licensed User
Longtime User
Hi guys,

I've been put the task of comming with a "simple" apointment alerter, Based on the Outlook app...
So I started browing the oultlook dll....
I've noticed that it is possible to "see" an appointments category, or even to set it, but it is not possible to create a NEW category...Is this correct?
Is there any work around?
It would make searching the apoitments much easier as they would be categorized in a very particular way...
 

specci48

Well-Known Member
Licensed User
Longtime User
Just a quick question before shutting down my laptop: :)

What happens if you code
B4X:
Appointment.Categories = "MyNewCategory"
just before you save it?

speeci48
 

Cableguy

Expert
Licensed User
Longtime User
It errors, because the category was not yet created....
So there should be a "createCategory" method....
 
Top