Skip to content

Commit

Permalink
updated demo dates
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Nov 2, 2021
1 parent 7a3813c commit 179a931
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 159 deletions.
32 changes: 16 additions & 16 deletions demos/agenda-views.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,64 +17,64 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
defaultDate: '2021-10-12',
defaultDate: '2021-11-12',
navLinks: true, // can click day/week names to navigate views
editable: true,
eventLimit: true, // allow "more" link when too many events
events: [
{
title: 'All Day Event',
start: '2021-10-01',
start: '2021-11-01',
},
{
title: 'Long Event',
start: '2021-10-07',
end: '2021-10-10'
start: '2021-11-07',
end: '2021-11-10'
},
{
id: 999,
title: 'Repeating Event',
start: '2021-10-09T16:00:00'
start: '2021-11-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
start: '2021-10-16T16:00:00'
start: '2021-11-16T16:00:00'
},
{
title: 'Conference',
start: '2021-10-11',
end: '2021-10-13'
start: '2021-11-11',
end: '2021-11-13'
},
{
title: 'Meeting',
start: '2021-10-12T10:30:00',
end: '2021-10-12T12:30:00'
start: '2021-11-12T10:30:00',
end: '2021-11-12T12:30:00'
},
{
title: 'Lunch',
start: '2021-10-12T12:00:00'
start: '2021-11-12T12:00:00'
},
{
title: 'Meeting',
start: '2021-10-12T14:30:00'
start: '2021-11-12T14:30:00'
},
{
title: 'Happy Hour',
start: '2021-10-12T17:30:00'
start: '2021-11-12T17:30:00'
},
{
title: 'Dinner',
start: '2021-10-12T20:00:00'
start: '2021-11-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2021-10-13T07:00:00'
start: '2021-11-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
start: '2021-10-28'
start: '2021-11-28'
}
]
});
Expand Down
28 changes: 14 additions & 14 deletions demos/background-events.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,57 +17,57 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listMonth'
},
defaultDate: '2021-10-12',
defaultDate: '2021-11-12',
navLinks: true, // can click day/week names to navigate views
businessHours: true, // display business hours
editable: true,
events: [
{
title: 'Business Lunch',
start: '2021-10-03T13:00:00',
start: '2021-11-03T13:00:00',
constraint: 'businessHours'
},
{
title: 'Meeting',
start: '2021-10-13T11:00:00',
start: '2021-11-13T11:00:00',
constraint: 'availableForMeeting', // defined below
color: '#257e4a'
},
{
title: 'Conference',
start: '2021-10-18',
end: '2021-10-20'
start: '2021-11-18',
end: '2021-11-20'
},
{
title: 'Party',
start: '2021-10-29T20:00:00'
start: '2021-11-29T20:00:00'
},

// areas where "Meeting" must be dropped
{
id: 'availableForMeeting',
start: '2021-10-11T10:00:00',
end: '2021-10-11T16:00:00',
start: '2021-11-11T10:00:00',
end: '2021-11-11T16:00:00',
rendering: 'background'
},
{
id: 'availableForMeeting',
start: '2021-10-13T10:00:00',
end: '2021-10-13T16:00:00',
start: '2021-11-13T10:00:00',
end: '2021-11-13T16:00:00',
rendering: 'background'
},

// red areas where no events can be dropped
{
start: '2021-10-24',
end: '2021-10-28',
start: '2021-11-24',
end: '2021-11-28',
overlap: false,
rendering: 'background',
color: '#ff9f89'
},
{
start: '2021-10-06',
end: '2021-10-08',
start: '2021-11-06',
end: '2021-11-08',
overlap: false,
rendering: 'background',
color: '#ff9f89'
Expand Down
32 changes: 16 additions & 16 deletions demos/basic-views.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,64 +17,64 @@
center: 'title',
right: 'month,basicWeek,basicDay'
},
defaultDate: '2021-10-12',
defaultDate: '2021-11-12',
navLinks: true, // can click day/week names to navigate views
editable: true,
eventLimit: true, // allow "more" link when too many events
events: [
{
title: 'All Day Event',
start: '2021-10-01'
start: '2021-11-01'
},
{
title: 'Long Event',
start: '2021-10-07',
end: '2021-10-10'
start: '2021-11-07',
end: '2021-11-10'
},
{
id: 999,
title: 'Repeating Event',
start: '2021-10-09T16:00:00'
start: '2021-11-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
start: '2021-10-16T16:00:00'
start: '2021-11-16T16:00:00'
},
{
title: 'Conference',
start: '2021-10-11',
end: '2021-10-13'
start: '2021-11-11',
end: '2021-11-13'
},
{
title: 'Meeting',
start: '2021-10-12T10:30:00',
end: '2021-10-12T12:30:00'
start: '2021-11-12T10:30:00',
end: '2021-11-12T12:30:00'
},
{
title: 'Lunch',
start: '2021-10-12T12:00:00'
start: '2021-11-12T12:00:00'
},
{
title: 'Meeting',
start: '2021-10-12T14:30:00'
start: '2021-11-12T14:30:00'
},
{
title: 'Happy Hour',
start: '2021-10-12T17:30:00'
start: '2021-11-12T17:30:00'
},
{
title: 'Dinner',
start: '2021-10-12T20:00:00'
start: '2021-11-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2021-10-13T07:00:00'
start: '2021-11-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
start: '2021-10-28'
start: '2021-11-28'
}
]
});
Expand Down
32 changes: 16 additions & 16 deletions demos/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,63 +12,63 @@
$(document).ready(function() {

$('#calendar').fullCalendar({
defaultDate: '2021-10-12',
defaultDate: '2021-11-12',
editable: true,
eventLimit: true, // allow "more" link when too many events
events: [
{
title: 'All Day Event',
start: '2021-10-01'
start: '2021-11-01'
},
{
title: 'Long Event',
start: '2021-10-07',
end: '2021-10-10'
start: '2021-11-07',
end: '2021-11-10'
},
{
id: 999,
title: 'Repeating Event',
start: '2021-10-09T16:00:00'
start: '2021-11-09T16:00:00'
},
{
id: 999,
title: 'Repeating Event',
start: '2021-10-16T16:00:00'
start: '2021-11-16T16:00:00'
},
{
title: 'Conference',
start: '2021-10-11',
end: '2021-10-13'
start: '2021-11-11',
end: '2021-11-13'
},
{
title: 'Meeting',
start: '2021-10-12T10:30:00',
end: '2021-10-12T12:30:00'
start: '2021-11-12T10:30:00',
end: '2021-11-12T12:30:00'
},
{
title: 'Lunch',
start: '2021-10-12T12:00:00'
start: '2021-11-12T12:00:00'
},
{
title: 'Meeting',
start: '2021-10-12T14:30:00'
start: '2021-11-12T14:30:00'
},
{
title: 'Happy Hour',
start: '2021-10-12T17:30:00'
start: '2021-11-12T17:30:00'
},
{
title: 'Dinner',
start: '2021-10-12T20:00:00'
start: '2021-11-12T20:00:00'
},
{
title: 'Birthday Party',
start: '2021-10-13T07:00:00'
start: '2021-11-13T07:00:00'
},
{
title: 'Click for Google',
url: 'http://google.com/',
start: '2021-10-28'
start: '2021-11-28'
}
]
});
Expand Down
2 changes: 1 addition & 1 deletion demos/json.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
defaultDate: '2021-10-12',
defaultDate: '2021-11-12',
editable: true,
navLinks: true, // can click day/week names to navigate views
eventLimit: true, // allow "more" link when too many events
Expand Down
30 changes: 15 additions & 15 deletions demos/json/events.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
[
{
"title": "All Day Event",
"start": "2021-10-01"
"start": "2021-11-01"
},
{
"title": "Long Event",
"start": "2021-10-07",
"end": "2021-10-10"
"start": "2021-11-07",
"end": "2021-11-10"
},
{
"id": "999",
"title": "Repeating Event",
"start": "2021-10-09T16:00:00-05:00"
"start": "2021-11-09T16:00:00-05:00"
},
{
"id": "999",
"title": "Repeating Event",
"start": "2021-10-16T16:00:00-05:00"
"start": "2021-11-16T16:00:00-05:00"
},
{
"title": "Conference",
"start": "2021-10-11",
"end": "2021-10-13"
"start": "2021-11-11",
"end": "2021-11-13"
},
{
"title": "Meeting",
"start": "2021-10-12T10:30:00-05:00",
"end": "2021-10-12T12:30:00-05:00"
"start": "2021-11-12T10:30:00-05:00",
"end": "2021-11-12T12:30:00-05:00"
},
{
"title": "Lunch",
"start": "2021-10-12T12:00:00-05:00"
"start": "2021-11-12T12:00:00-05:00"
},
{
"title": "Meeting",
"start": "2021-10-12T14:30:00-05:00"
"start": "2021-11-12T14:30:00-05:00"
},
{
"title": "Happy Hour",
"start": "2021-10-12T17:30:00-05:00"
"start": "2021-11-12T17:30:00-05:00"
},
{
"title": "Dinner",
"start": "2021-10-12T20:00:00"
"start": "2021-11-12T20:00:00"
},
{
"title": "Birthday Party",
"start": "2021-10-13T07:00:00-05:00"
"start": "2021-11-13T07:00:00-05:00"
},
{
"title": "Click for Google",
"url": "http://google.com/",
"start": "2021-10-28"
"start": "2021-11-28"
}
]

0 comments on commit 179a931

Please sign in to comment.