I would like to add entries from the Resource and Reservations db to our Group Calendar. I am using Group Calendar 1.3.1 developed by r.romijn and d/l from the Sandbox. The app uses this code:@If(Members!=“”;
@Name([CN];@DbLookup( “” : “” ; RepID ; “($Users)” ; Members ; 6)) + “:” +
@DbLookup( “” : “” ; RepID ; “($Users)” ; Members ; 7);“”)
to end up with the following: Servername:mailfile path.
My question is how can I get this to also bring in the $Calendar view from the Same server so need Servername:resource.nsf.
Any pointers or ideas would be appreciated.