Hi
We have confluence team calendar plugin installed on our confluence.
I wantto know which pages have used this calendar plugin.
Is there a easy way to identify it?
Rahul
Hi Rahul, you can try it via DB, select pages which are linked with teamcalendar plugin for showing. There is table for CONTENT. There you have to try to select them with WHERE content LIKE *string*.
So find content table, then find how is it in content (i mean a macro of teamcalendars) and then create select with where content like *partofwordincontentforteamcalendar*;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.