Customize the fields that Redmine calendar displays - calendar

I'm interested in using Redmine for a scheduling/rental system and I'm running into a particular issue with the calendar that's slightly annoying.
On the calendar, I'd like the ability to choose the fields that appear in the default view but I'm not sure how to go about doing that. I'd ideally like to have the Subject be the main link instead of the tracker and issue id.
Any way to modify which fields Redmine displays on the calendar?

Easyredmine has a customizable calendar plugin which can show calendar events by the name you have choosen. I'm not sure if it has options to show already created issues with your preferable field as title.
http://www.easyredmine.com/online-store/easy-redmine-plugins/meeting-manager

Related

Drupal Full Calendar duplicate pagers at top

I started with the Drupal calendar module but there were problems with it so I switched to the Full Calendar module.
However, although the view appears correct when defining the view when I view the month view page, there are two pagers at the top - one looks like the Calendar pager and the other is the Full Calendar version. I can't get rid of the Calendar pager.
I've uninstalled Calendar and removed the module completely. I've also cleared caches,
Does anyone have a suggestion about how to remove the unwanted pager?
I was not using the most current version of the fullcalendar jquery plugin. Now it works properly and has only one set of pagers

Google Calendar or any other calendar code

Hello I want to know if I can use the Google Calendar or any code of a calendar for my page. I create a simple page with login and register box, but now I want at the 3rd page to have a calendar.
For example:
1.The user John can have his calendar and he can create events and other..
2.The Emily is another user and she have another calendar with another events that she want to add..
I know I need to do this using database, but I don't find something useful..:(
You can find this project useful. If you are not comfortable using MVC framework, you can get an idea from project and build in pure javascript.
You can use a google calendar on your page.
How to embedd and customize:
GoogleCalendar

Using intermediate appPage xpages mobile

I have a simple issue, but I don´t how to solve the problem.
Using XPages Mobile controls, I have a document with some actions, and one of them is "Send to Signature".
The workflow is: select the signer of document (from names) and send to signature.
I need to show for the current user, one field to select the signer (I already have a field with typeahead funcion to select him).
I would like to use an intermediate appPage for this, but when I´m in the new appPage, the currentDocument is gone.
How can I use the same document (opening from a dataView) for solve this problem?
Can I navigate between appPages (inside SinglePageApp) using the currentDocument??
Thanks in advance
It might be worth looking at Mobile Value Picker on OpenNTF. The mobile prefix may need setting in XSP Properties to "Mobile_" (or it could be that I messed around with the development version after the last upload). But it gives code to have a button / link to go to a subsequent appPage to select values from a list. It starts from a DataView, to a document, to the selection page.
The project has not changed for a couple of years, but I've just tested it in Chrome setting user agent to Android and it still seems to work fine on 9.0.1 FP2.

Best way to implement custom search form

Firstly, I am a Drupal newbie and am still alien to many of Drupal's core concepts. My questions probably seem lame but .... I am trying my best.
I want to implement a custom search form like in the picture attached.
Hotel, flight, etc. are taxonomy terms.
Depending on the taxonomy term selected, the parameters below will also change, like in the picture below:
I came across Drupal Search API. I saw the Munich DrupalCon screencast on search api.
http://www.youtube.com/watch?v=rArRwp_1h8Q
From what I have seen so far, I am not sure whether this can be implemented using Search API.
I know this can be implemted using Forms API (I will create the form manually).
I want to know which way will be faster, Forms API or Search API.
I am using : Drupal 7.26
A simple way is to build a regular view with exposed filters.
To add and configure a views exposed filter:
Go to your views edit page.
Create the filter criteria that we want our users to be able to control, by clicking the "Add" button, in the filter criteria box.
Choose the fields that you want your users to be able to filter through them and click "Add".
In Configure filter criterion, check the option Expose this filter to visitors, to allow them to change it.
Configure the rest of the settings to your liking and click "Next".
After saving the view, this filter should be exposed to your users and they are able to search your view.
For a demo with screenshots; Check this tutorial.

Standalone Calendar App/Software

We're looking for a standalone (non-cms) calendaring solution to display on the web. It could be open source or a paid service.
We're primarily looking for a way to display a calendar on the web complete with when the events are and what the names of the events are. It would be great if it can display in different views like by week, month, year. Month view would be the most important one. We want to keep it as simple as possible. We mainly just want users to view the calendar. The events do not even have to be editable on the end user's side just as long as there is some way for us on the backend to add/delete/import events into the calendar whether it be through .ics (iCal files)/desktop software/via some web interface. We know Google Calendar is around and there is also PHPiCalendar. Are there any other alternatives around?
Any suggestions would be appreciated!
Thanks!
Here's a pretty cool calendar built on jQuery.
http://arshaw.com/fullcalendar/
Laszlo Webtop has a cool calendar app:
http://www.laszlosystems.com/products/webtop/webtop_nexxus
WebCalendar, WebIcal

Resources