Hi there,
Before trying it myself:
Has anyone tried to export/create Outlook Agenda entries from an adTempus Schedule by any chance?
Scripts or C# (since I already use API's) will do..
Kind regards,
Guy Swagten
The Netherlands
Hi there,
Before trying it myself:
Has anyone tried to export/create Outlook Agenda entries from an adTempus Schedule by any chance?
Scripts or C# (since I already use API's) will do..
Kind regards,
Guy Swagten
The Netherlands
You're looking to take an adTempus schedule and then go put all the scheduled executions onto a calendar in Outlook? I haven't heard of anyone doing this.
From the adTempus side, you'll want DataContext.GetJobExecutionTimes. This will get you a list of the scheduled runtimes for one or more jobs, for a specified time range.
There's also GetMatchingDates on a DateCriterion or SharedSchedule, which will get you scheduled dates but not times.
Hello Bill,
Always trying something new :-)
Thanks, I'll probably create/display a WindowsForm for this purpose in my online tool..
Have a nice weekend
Kind regards,
Guy
Replies are disabled for this topic.