Welcome, Guest
Username Password: Remember me

Workshift View - How do I?
(1 viewing) (1) Guest
Welcome to the Developer forum!
Get all your questions answered here. Learn to integrate calendar in your application.
  • Page:
  • 1

TOPIC: Workshift View - How do I?

Workshift View - How do I? 3 years, 12 months ago #20

  • admin
  • OFFLINE
  • Administrator
  • Posts: 136
  • Karma: 1
How do I show only employees on left nav [x axis] when they don't have any events?
-------------------------------------------------------------------------------------
Team Web2Cal.

Re:Workshift View - How do I? 3 years, 12 months ago #21

  • admin
  • OFFLINE
  • Administrator
  • Posts: 136
  • Karma: 1
It is not any different from how you pass events. Since you do not have events yet, give NULL for the startTime and endTime.

Example:
var groups = new Array();
var events = new Array();
events.push({
name: name,
eventId: eventId,
personId: personId,
personName: personName,
startTime: null,
endTime: null,
description: desc,
allDay: false,
eventType: eventType
});
var managerGroup = {
name: "Managers",
groupId: "200",
events: events
};

groups.push(managerGroup);
-------------------------------------------------------------------------------------
Team Web2Cal.

Re:Workshift View - How do I? 1 year, 9 months ago #417

  • raj123pant
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
how do we change x-axis and y axis for basic view?
  • Page:
  • 1
Time to create page: 0.62 seconds