Page 1 of 1

"IsPersonalEvent" property ?

PostPosted: 30 Nov 2016 12:44
by EitanArbel
Hi,.

can you add a Boolean property (like "IsPersonalEvent") to the TIWCGJQSchedulerEvent please?

with that property, we will be able to choose if to show the data to everybody in our organization, or only to the person that add the event.

i use the CG pack without the source code, so i can't change it... :(

Thanks

Re: "IsPersonalEvent" property ?

PostPosted: 30 Nov 2016 15:10
by Alexander Bulei
Hi EitanArbel,

Sorry, but we will not add this functionality, since it can be handle/done in server side.

Best Regards.

Re: "IsPersonalEvent" property ?

PostPosted: 30 Nov 2016 16:19
by EitanArbel
yes, i know.
i didn't mean that the TIWCGJQSchedulerEvent will do it, but only to add an editable property to be used by us - those who doesn't have the source code.

this property will be just like a simple empty Var, that the programmers can use for what they want.

right now my events are based on the TIWCGJQSchedulerEvent because i can't change their properties and Vars.

can you add it please?

Re: "IsPersonalEvent" property ?

PostPosted: 30 Nov 2016 16:32
by Alexander Bulei
Hi EitanArbel,

As I said before, you can do it on serverside...
Get the available events for logged user (e.g: SQL query)

Best Regards.