-
Suggestion
-
Resolution: Unresolved
-
EAC
-
1
-
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
Tried to stop watching a calendar, but couldn't, it just said "Watching", no option to "Stop Watching".
https://skitch.com/jsloat/fcpp3/team-calendars-extranet
Discovered that this is because I watch a page that embeds this calendar. This should be clearer, I thought it was a bug.
To Find Out Which Pages You are Currently Watching, Which Has The Calendar Macro Embedded
Run this in the DB:
SELECT c.TITLE, c.CONTENTID FROM BODYCONTENT b JOIN CONTENT c ON b.CONTENTID = c.CONTENTID JOIN NOTIFICATIONS n ON n.CONTENTID = c.CONTENTID WHERE b.BODY LIKE '%ac:structured-macro ac:name="calendar"%' AND c.PREVVER IS NULL AND n.username IN (SELECT user_key from user_mapping WHERE lower_username = '<username>');
Replace <username> with the affected user's username in all lowercase
- is related to
-
CONFSERVER-51430 Making "watching" calendar menu item link to details page
- Closed
- relates to
-
CONFCLOUD-51216 Ability to know who created a calendar
- Gathering Interest