/ Forums / Advansys Formativ / Creating Solutions with Formativ / Import Outlook calendar: Automatically mark some private in GW? / Reply To: Import Outlook calendar: Automatically mark some private in GW?

#6551
Support 1a
Participant

    Try changing line 551 from

    iMarkPrivate = InPrivateCategory(myAppt.Categories)
    

    to

    iMarkPrivate = not InPrivateCategory(myAppt.Categories)
    

    Hope this helps,

    Advansys Support