Develop custom Group calendar. Hints needed

Hi everybody,

I need to create a custom ‘group calendar’ with some custom features. I have some ideas, how to do this, but before i start with them, i’ll better ask for more advices.

I’ll create a common database with agent signed by ‘id’, which is trusted in our ORG.

Agent will trigger once a day on server and it will access all mail files of the users looking for all calendar entry documents and it’s titles (together with a link to document) …

Here I am thinking, maybe there’s a common view already existing somewhere in default Domino db’s containing info i need, so I don’t have to access all db’s ??

Titles will be presented in a calendar view …

General question:

Is there a good documentation about calendar views available somewhere on internet? A brief exploring in Domino Designer help doesn’t provide much info … I see 2 pages there …

Thx a lot,

Wbr,

Juraj

Subject: Develop custom Group calendar. Hints needed

Searching through forum, I see (maybe) I can use a ‘busytime.nsf’ database, which contains all the busy time info of all users in domain.

Opening that database, I see only few ‘user’ documents there.

Any idea, how can I extract info like ‘start date’,‘end date’, ‘topic’ from this db? Is it possible?