Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

MifosX-855: Capture meeting time and location during meeting creation #831

Closed
wants to merge 1 commit into from

Conversation

diunuge
Copy link

@diunuge diunuge commented Apr 1, 2014

Updated the MifosX and the community-app to capture meeting time(start time+duration) and location.

JIRA reference issue: https://mifosforge.jira.com/browse/MIFOSX-855

@Nayan
Copy link
Member

Nayan commented Apr 1, 2014

@ashokuvce, can you review this code?

@@ -148,7 +175,7 @@ public static CalendarData sensibleDefaultsForNewCalendarCreation() {
final Long lastUpdatedByUserId = null;
final String lastUpdatedByUsername = null;

return new CalendarData(id, calendarInstanceId, entityId, entityType, title, description, location, startDate, endDate, duration,
return new CalendarData(id, calendarInstanceId, entityId, entityType, title, description, location, startDate, endDate, new Integer(0), duration,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Local variable start time created on top instead of new Integer(0)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry. It's a mistake. Fixed it.
thanks.

@Nayan
Copy link
Member

Nayan commented May 30, 2014

@vishwasbabu are we ditching this PR?. We need this functionality for Jananidhi. let me know, I will send another PR.

@vishwasbabu
Copy link
Member

@Nayan Sorry missed your message! We will bring in this PR with a few minor changes immediately after this release. I'll keep you posted

@vishwasbabu
Copy link
Member

closing off this PR, we would want to use a datetime field for storing the meeting start time, similar to https://developers.google.com/google-apps/calendar/concepts#timed_events

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants