iCal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2009 09:48 AM
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2011 09:34 AM
I just voted for and subscribed to this JIRA entry - everyone please feel encouraged to do the same!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2011 10:15 AM
In the meantime could someone point me to the correct place in the code to change this manually to a WebCal. 100% of my users are on OutLook, so I would like to make the link permanent to that format.
Thanks,
mthomas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2011 10:44 AM
I wish I could help you out, but my server isn't available right now. Are you working in a Linux environment? You could grep -r your tomcat directory for "eventList" and pipe it into less to search for where that URL is generated…
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2011 08:11 PM
From this I found feed.get.desc.xml which contains
<webscript>
<shortname>Calendar Feed</shortname>
<description>Calendar iCalendar feed</description>
<url>/calendar/feed/{nodeId}</url>
<authentication>guest</authentication>
<transaction allow="readonly">required</transaction>
</webscript>
Is this the url to change?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2011 02:19 PM
That doesn't look right to me. I'm not even sure where to point you, either… This could be a hefty change since it requires you to change the protocol of the link, not just the address. You might be better off creating a utility that writes the URL for you. Since the calendar URLs are super predictable, you could probably just make a simple little dashlet for that.
If you need help figuring out where to start, I learned to build my first dashlet by following this tutorial: http://drquyong.com/myblog/?p=25&cpage=1#comment-952
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2011 10:43 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2011 08:04 AM
http://localhost:8080/share/proxy/alfresco-feed/calendar/eventList?site=testsite&format=calendar
if I change the format parameter to json or anything else it always remains text/plain.
If is use the alfresco explorer link however it does work:
http://localhost:8080/alfresco/service/calendar/eventList?site=testsite&format=calendar
This will result in a correct iCal URI.
My guess is that share calls for the alfresco uri, but looses the mimetype in the process.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2011 09:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2013 07:52 AM
do you have the solution to import a iCal file from Google or Outlook or whatever to alfresco?
I have exported the tasks from the share without any problem but I need to add other calendars
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2014 05:16 PM
