$('kronolithEventEndTime').setValue(ev.et);
$('kronolithEventStatus').setValue(ev.x);
$('kronolithEventDescription').setValue(ev.d);
+ $('kronolithEventPrivate').setValue(ev.pv);
$('kronolithEventLinkExport').up('span').show();
$('kronolithEventExport').href = Kronolith.conf.URI_EVENT_EXPORT.interpolate({ id: ev.id, calendar: ev.c, type: ev.ty });
$json->ed = $this->end->strftime('%x');
$json->et = $this->end->format($time_format);
$json->a = $this->alarm;
+ $json->pv = $this->private;
$json->tg = array_values($this->tags);
$json->gl = $this->geoLocation;
if ($this->recurs()) {
<div>
<label for="kronolithEventTarget"><?php echo _("Add event to") ?>:</label>
<select name="targetcalendar" id="kronolithEventTarget"></select>
+ <span class="kronolithSeparator">|</span>
+ <label for="kronolithEventPrivate"><?php echo _("This event is private:") ?></label>
+ <input type="checkbox" name="private" id="kronolithEventPrivate" />
</div>
<div class="tabset">