</li>

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Services Publics de Wallonie//Geoportail 1.0//EN
METHOD:PUBLISH
X-WR-CALNAME:Géoportail de la Wallonie
X-WR-TIMEZONE:Romance Standard Time
BEGIN:VTIMEZONE
TZID:Romance Standard Time
X-LIC-LOCATION:Romance Standard Time
BEGIN:STANDARD
DTSTART:16011028T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010325T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART:20141118T080000Z
DTEND:20141119T150000Z
UID:c160cc8f-9f81-4d29-a87b-a8f8be2642fd
CREATED:20140623T151031Z
DESCRIPTION:\n Le prochain Club des Utilisateurs Francophones des solutions logicielles du Groupe 1Spatial aura lieu les 18 et 19 novembre prochain au Crowne Plaza de Liège. \n \n Cet événement, traditionnellement organisé en collaboration avec un client du Groupe, est le rendez-vous annuel des utilisateurs des logiciels 1Spatial. Après une édition 2013 très réussie à Marseille, le Club revient en Belgique. \n \n Durant cette manifestation organisée sur deux jours, les utilisateurs auront l’occasion de partager et d’échanger autour de thématiques métiers et technologiques en rapport avec les logiciels 1Spatial. Les dernières nouveautés logicielles de la suite Elyx y seront également exposées. Le programme complet de cet événement vous sera communiqué prochainement. \n \n Les inscriptions sont d’ores et déjà ouvertes ! Accédes au site de 1Spatial pour vous inscrire. \n
X-ALT-DESC;FMTTYPE=text/html:<html><body><p>\n Le prochain Club des Utilisateurs Francophones des solutions logicielles du Groupe 1Spatial aura lieu les 18 et 19 novembre prochain au Crowne Plaza de Li&egrave;ge.</p>\n<p>\n Cet &eacute;v&eacute;nement, traditionnellement organis&eacute; en collaboration avec un client du Groupe, est <strong>le rendez-vous annuel des utilisateurs des logiciels 1Spatial</strong>. Apr&egrave;s une &eacute;dition 2013 tr&egrave;s r&eacute;ussie &agrave; Marseille, le Club revient en Belgique.</p>\n<p>\n Durant cette manifestation organis&eacute;e sur deux jours, les utilisateurs auront l&rsquo;occasion de partager et d&rsquo;&eacute;changer autour de th&eacute;matiques m&eacute;tiers et technologiques en rapport avec les logiciels 1Spatial. Les derni&egrave;res nouveaut&eacute;s logicielles de la suite Elyx y seront &eacute;galement expos&eacute;es. Le programme complet de cet &eacute;v&eacute;nement vous sera communiqu&eacute; prochainement.</p>\n<p>\n Les inscriptions sont d&rsquo;ores et d&eacute;j&agrave; ouvertes ! Acc&eacute;des au <a href="http://1spatial.com/fr/event/club-des-utilisateurs-francophones-1spatial/" target="_blank" title="1Spatial Inscription"><strong>site de 1Spatial pour vous inscrire</strong></a>.</p>\n

		<script type="text/javascript">
			<!-- 
			var piwikSettings = {
				trackingId: "57", 
				trackingServer: "webanalytics.spw.wallonie.be",
                idTagManager: "LVOIs6Fr",
                idTagManagerInstance: "null",
                isLegacyTracker: "false",
                isTagManager: "true",
				isTrackingSearch: "false", 
				searchResultCssSelector: "", 
				searchKeywordCssSelector: "", 
				searchCountCssSelector: "", 
				isTrackingJahiaConnectionMode: "true", 
				isTrackingJahiaLanguage: "true",
				isTrackingDomain: "true", 
				isMatomo: "true", 
				trackingFileName: "matomo"
			};
			
			// Retrieve Jahia connection mode
			jahiaConnectionMode = "live"; 
		
			// Retrieve Jahia user name 
			hashUserName=""; 
			
			renderContext="live"; 
			language="fr";
		-->
		</script>
		<noscript><p><img src="https://webanalytics.spw.wallonie.be/piwik/matomo.php?idsite=57&rec=1" style="border:0;" alt="" /></p></noscript>

<jahia:resource type="javascript" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoTagManagerProd.js" resource="matomoTagManagerProd.js" title="" key="matomoTagManager"/>

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikTrackingTool.js" resource="piwikTrackingTool.js" title="" key="piwiktrackingtool" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FpiwikConfiguration.js" resource="piwikConfiguration.js" title="" key="piwikconfiguration" targetTag="body" />

<jahia:resource type="javascript" defer="true" path="%2Fmodules%2Fpiwik%2Fjavascript%2FmatomoVideoTracking.js" resource="matomoVideoTracking.js" title="" key="matomoVideoTracking" targetTag="body" />



<script type="text/javascript">
$(function() {

  $('.paginator-navigation').each(function(index, item) {
    var item$ = $(item);
    var url = item$.data('url');
    if (url) {
      item$.data('url', decodeURIComponent(url));
    }
  });

var $barre = $('#barre').detach();
  
  $('body').prepend($barre);
  $barre.animate({
                marginTop: "0",
            }, 500);

 
  
  //WalOnMap Beta GEOPORT-113 provisoire
  
  var map = $(".pagewalonmap-beta #MapIframe");
           
  
  if(map.length > 0){
     
//    $(window).resize(function () {
//      var windowHeight = $(window).height();

//      var botbar = $("nav.botbar:visible");
//      var botbarHeight = botbar.length ? botbar.outerHeight(true) : 0;

//      var topbar = $("section.topbar");
//      var topbarHeight = topbar.length ? topbar.outerHeight(true) : 0;

//      var header = $(".header.nsi:visible");
//      var headerHeight = header.length ? header.outerHeight(true) : 0;

//      var newHeight = windowHeight - botbarHeight - headerHeight - topbarHeight - 6;
//      console.log(newHeight);
//      newHeight = Math.round(newHeight);
//      map.height(newHeight);
//    });

//    $(window).trigger('resize');
    
  }
  

});

function disableDefaultInspireFilter() {
  var inspireCheckbox = $('.pagedonnees-et-services #inspireSearch')
  if (inspireCheckbox.length && !window.location.search) {
    inspireCheckbox.trigger('click');
  }
} 
          




</script>

</body></html>
LAST-MODIFIED:20160707T100914Z
LOCATION:Crowne Plaza de Liège,
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:1Spatial : Club des Utilisateurs Francophones 2014
TRANSP:OPAQUE

END:VEVENT
END:VCALENDAR