Menu
Welcome, Guest
Username: Password: Secret Key Remember me
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? 14 years 10 months ago #20

  • admin
  • admin's Avatar Topic Author
  • Offline
  • Administrator
  • Administrator
  • Posts: 143
  • Karma: 1
  • Thank you received: 1
How do I show only employees on left nav [x axis] when they don't have any events?

Please Log in to join the conversation.


Team Web2Cal.

Re:Workshift View - How do I? 14 years 10 months ago #21

  • admin
  • admin's Avatar Topic Author
  • Offline
  • Administrator
  • Administrator
  • Posts: 143
  • Karma: 1
  • Thank you received: 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);

Please Log in to join the conversation.


Team Web2Cal.

Re:Workshift View - How do I? 12 years 7 months ago #417

  • raj123pant
  • raj123pant's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
how do we change x-axis and y axis for basic view?

Please Log in to join the conversation.

  • Page:
  • 1
Time to create page: 2.887 seconds
Powered by Kunena Forum

LATEST IN FORUM

  • No posts to display.

ABOUT US