Post subject: Filter calendar message with getId()
Post rating: 0
Posted: Tue 24 Jun, 2014, 08:56
User rating: 11
Joined: Tue 27 Mar, 2012, 17:47 Posts: 111 Location: GermanyGermany
Hello Support,
I've written a custom filter for calendar messages/events. Basically all relevant information details are compared to decide if a message can be filtered. Now, I'm wondering if just the getId() for a CalendarMessage can be used. The question is if there is a table for all CalendarMessage ID's and what they stand for? My goal is to just specifiy the ID's to be filtered, but therefore I need to know for example the ID of the NFP(non farm payroll).
Thanks for hints on this, Juergen
API Support
Post subject: Re: Filter calendar message with getId()
The question is if there is a table for all CalendarMessage ID's and what they stand for?
Calendar events of course come from a database table, but the ID itself should get considered as nothing else but a unique identifier for each calendar item.