Assume I have access to Confluence and the recipient of my e-mail has access to Confluence. Also assume I don't have edit rights to the Confluence page. Assume the Confluence page is very long, 10 screens.
Is there a way to share a link through e-mail to this page, to a section in the middle of this page. I want users to be able to send each other information and reference the middle section of a very long page.
If the answer is no, then is there a way to setup some links throughout a Confluence page that a user can subsequently grab/copy and send to another user in e-mail. I have not been able to figure out a way to even do that.
You can also try our macro Secure Google Calendar for Confluence.
Don't hesitate to get in touch with us if you have feedback or questions.
You could try this?
https://marketplace.atlassian.com/plugins/net.customware.confluence.plugin.google.calendar
or you could create own by using user macro and getting it to output HTML and just paste in your calendar code.
e.g. the embed code for the UK Holidays calendar would be
<iframe src="https://www.google.com/calendar/embed?src=uk%40holiday.calendar.google.com&ctz=Europe/London" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
Info on how to write user macros
https://confluence.atlassian.com/display/DOC/Writing+User+Macros
and how to get the embedding code from google
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.